/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/ |
errno.c | 62 * #define errno *_errno() 64 * int *_errno( void ); 72 _errno (void) function 92 } /* _errno */
|
need_errno.h | 75 PTW32_DLLPORT int * __cdecl _errno(void); 76 #define errno (*_errno())
|
pthread.h | [all...] |
/system/extras/tests/bionic/libc/common/ |
test_libgen.c | 10 test_basename(char* _input, const char* _expected, int _errno) 29 } else if (errno != _errno) { 32 _input, errno, _errno); 36 _input, _errno ); 58 test_basename_r(char* _input, const char* _expected_content, int _expected, char* _buff, size_t _bufflen, int _errno) 71 if (errno != _errno) { 74 _input, _bufflen, errno, _errno); 91 test_dirname_r(char* _input, const char* _expected_content, int _expected, char* _buff, size_t _bufflen, int _errno) 104 if (errno != _errno) { 107 _input, _bufflen, errno, _errno); [all...] |
/external/chromium_org/third_party/libusb/src/msvc/ |
errno.h | 92 _CRTIMP int* __cdecl _errno(void); 93 #define errno (*_errno())
|
/development/ndk/sources/android/libportable/common/include/ |
log_portable.h | 78 int _errno = *REAL(__errno)(); \ 80 *REAL(__errno)() = _errno; \
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
tempfile.py | 34 import errno as _errno namespace 208 if e.args[0] != _errno.EEXIST: 211 raise IOError, (_errno.ENOENT, 243 if e.errno == _errno.EEXIST: 247 raise IOError, (_errno.EEXIST, "No usable temporary file name found") 332 if e.errno == _errno.EEXIST: 336 raise IOError, (_errno.EEXIST, "No usable temporary directory name found") 365 raise IOError, (_errno.EEXIST, "No usable temporary filename found")
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
tempfile.py | 34 import errno as _errno namespace 208 if e.args[0] != _errno.EEXIST: 211 raise IOError, (_errno.ENOENT, 243 if e.errno == _errno.EEXIST: 247 raise IOError, (_errno.EEXIST, "No usable temporary file name found") 332 if e.errno == _errno.EEXIST: 336 raise IOError, (_errno.EEXIST, "No usable temporary directory name found") 365 raise IOError, (_errno.EEXIST, "No usable temporary filename found")
|
/external/chromium_org/third_party/openssl/openssl/crypto/bio/ |
bss_dgram.c | 164 unsigned int _errno; member in struct:bio_dgram_data_st 188 unsigned int _errno; member in struct:bio_dgram_sctp_data_st 405 data->_errno = get_last_socket_error(); 445 data->_errno = get_last_socket_error(); 448 if ( data->_errno == EMSGSIZE) 828 if ( data->_errno == WSAETIMEDOUT) 830 if ( data->_errno == EAGAIN) 834 data->_errno = 0; 841 if ( data->_errno == EMSGSIZE) 844 data->_errno = 0 [all...] |
/external/openssl/crypto/bio/ |
bss_dgram.c | 164 unsigned int _errno; member in struct:bio_dgram_data_st 188 unsigned int _errno; member in struct:bio_dgram_sctp_data_st 405 data->_errno = get_last_socket_error(); 445 data->_errno = get_last_socket_error(); 448 if ( data->_errno == EMSGSIZE) 828 if ( data->_errno == WSAETIMEDOUT) 830 if ( data->_errno == EAGAIN) 834 data->_errno = 0; 841 if ( data->_errno == EMSGSIZE) 844 data->_errno = 0 [all...] |
/external/wpa_supplicant_8/src/radius/ |
radius_client.c | 302 int _errno = errno; local 304 if (_errno == ENOTCONN || _errno == EDESTADDRREQ || _errno == EINVAL || 305 _errno == EBADF) { [all...] |
/external/wpa_supplicant_8/src/eap_server/ |
eap_sim_db.c | 803 int _errno = 0; local 806 _errno = errno; 810 if (_errno == ENOTCONN || _errno == EDESTADDRREQ || _errno == EINVAL || 811 _errno == ECONNREFUSED) { [all...] |
/external/libpcap/ |
pcap-win32.c | 47 int* _errno(); 48 #define errno (*_errno())
|
/external/wpa_supplicant_8/wpa_supplicant/ |
ctrl_iface_unix.c | 614 int _errno = errno; local 620 (_errno != ENOBUFS && dst->errors > 10) || 621 _errno == ENOENT) {
|
/external/wpa_supplicant_8/hostapd/ |
ctrl_iface.c | 1608 int _errno = errno; local [all...] |
/cts/suite/cts/deviceTests/browserbench/assets/octane/ |
mandreel.js | 3883 function _errno(sp) function [all...] |