HomeSort by relevance Sort by last modified time
    Searched refs:_errno (Results 1 - 21 of 21) sorted by null

  /external/libpcap/Win32/Src/
inet_pton.c 55 int* _errno();
56 #define errno (*_errno())
  /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...]
  /bionic/libc/bionic/
mbstate.cpp 48 __LIBC_HIDDEN__ size_t reset_and_return_illegal(int _errno, mbstate_t* ps) {
49 errno = _errno;
  /external/chromium_org/third_party/libusb/src/msvc/
errno.h 92 _CRTIMP int* __cdecl _errno(void);
93 #define errno (*_errno())
  /bionic/libc/private/
bionic_mbstate.h 49 size_t reset_and_return_illegal(int _errno, mbstate_t* ps);
  /development/ndk/sources/android/libportable/common/include/
log_portable.h 78 int _errno = *REAL(__errno)(); \
80 *REAL(__errno)() = _errno; \
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
errno.h 17 _CRTIMP extern int *__cdecl _errno(void);
18 #define errno (*_errno())
stddef.h 18 _CRTIMP extern int *__cdecl _errno(void);
19 #define errno (*_errno())
stdlib.h 142 _CRTIMP extern int *__cdecl _errno(void);
143 #define 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/wpa_supplicant_8/wpa_supplicant/
ctrl_iface_unix.c 210 int _errno = errno; local
213 _errno, strerror(_errno));
214 if (_errno == ENOBUFS || _errno == EAGAIN) {
685 int _errno; local
703 _errno = errno;
708 if (dst->errors > 10 || _errno == ENOENT || _errno == EPERM) {
715 if (_errno == ENOBUFS || _errno == EAGAIN)
    [all...]
  /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/eap_server/
eap_sim_db.c 811 int _errno = 0; local
814 _errno = errno;
819 if (_errno == ENOTCONN || _errno == EDESTADDRREQ || _errno == EINVAL ||
820 _errno == ECONNREFUSED) {
    [all...]
  /external/wpa_supplicant_8/src/radius/
radius_client.c 306 int _errno = errno; local
308 if (_errno == ENOTCONN || _errno == EDESTADDRREQ || _errno == EINVAL ||
309 _errno == EBADF || _errno == ENETUNREACH) {
    [all...]
  /external/libpcap/
pcap-win32.c 56 int* _errno();
57 #define errno (*_errno())
  /external/wpa_supplicant_8/hostapd/
ctrl_iface.c 2070 int _errno = errno; local
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
mandreel.js 3883 function _errno(sp) function
    [all...]

Completed in 731 milliseconds