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

  /external/libpcap/Win32/Src/
inet_pton.c 55 int* _errno();
56 #define errno (*_errno())
  /bionic/libc/bionic/
mbstate.cpp 48 __LIBC_HIDDEN__ size_t reset_and_return_illegal(int _errno, mbstate_t* ps) {
49 errno = _errno;
  /bionic/libc/private/
bionic_mbstate.h 49 size_t reset_and_return_illegal(int _errno, mbstate_t* ps);
  /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())
  /external/openssh/
sandbox-seccomp-filter.c 76 #define SC_DENY(_nr, _errno) \
78 BPF_STMT(BPF_RET+BPF_K, SECCOMP_RET_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 220 int _errno = errno; local
223 _errno, strerror(_errno));
224 if (_errno == ENOBUFS || _errno == EAGAIN) {
707 int _errno; local
725 _errno = errno;
730 if (dst->errors > 10 || _errno == ENOENT || _errno == EPERM) {
737 if (_errno == ENOBUFS || _errno == EAGAIN)
    [all...]
  /external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/_setup/py2/
shell.py 29 import errno as _errno namespace
82 if _errno.ENOENT != e.errno:
141 if e.errno == _errno.EEXIST:
147 raise IOError, (_errno.EEXIST, "No usable temporary file name found")
  /external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/_setup/py2/
shell.py 29 import errno as _errno namespace
82 if _errno.ENOENT != e.errno:
141 if e.errno == _errno.EEXIST:
147 raise IOError, (_errno.EEXIST, "No usable temporary file name found")
  /external/wpa_supplicant_8/src/eap_server/
eap_sim_db.c 809 int _errno = 0; local
812 _errno = errno;
817 if (_errno == ENOTCONN || _errno == EDESTADDRREQ || _errno == EINVAL ||
818 _errno == ECONNREFUSED) {
    [all...]
  /external/wpa_supplicant_8/src/radius/
radius_client.c 308 int _errno = errno; local
310 if (_errno == ENOTCONN || _errno == EDESTADDRREQ || _errno == EINVAL ||
311 _errno == EBADF || _errno == ENETUNREACH) {
    [all...]
  /external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/_setup/py3/
shell.py 27 import errno as _errno namespace
81 if _errno.ENOENT != e.errno:
  /external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/_setup/py3/
shell.py 27 import errno as _errno namespace
81 if _errno.ENOENT != e.errno:
  /external/libpcap/
pcap-win32.c 56 int* _errno();
57 #define errno (*_errno())
  /external/wpa_supplicant_8/hostapd/
ctrl_iface.c 2632 int _errno = errno; local
    [all...]
  /external/chromium-trace/trace-viewer/tracing/third_party/mocha/
mocha.js     [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
mandreel.js 3883 function _errno(sp) function
    [all...]

Completed in 432 milliseconds