Home
last modified time | relevance | path

Searched refs:_errno (Results 1 – 25 of 27) sorted by relevance

12

/external/python/cpython2/Lib/
Dtempfile.py34 import errno as _errno namespace
208 if e.args[0] == _errno.EEXIST:
210 if (_os.name == 'nt' and e.args[0] == _errno.EACCES and
216 raise IOError, (_errno.ENOENT,
248 if e.errno == _errno.EEXIST:
250 if (_os.name == 'nt' and e.errno == _errno.EACCES and
257 raise IOError, (_errno.EEXIST, "No usable temporary file name found")
342 if e.errno == _errno.EEXIST:
344 if (_os.name == 'nt' and e.errno == _errno.EACCES and
351 raise IOError, (_errno.EEXIST, "No usable temporary directory name found")
[all …]
/external/wpa_supplicant_8/wpa_supplicant/
Dctrl_iface_unix.c206 int _errno = errno; in wpa_supplicant_ctrl_iface_receive() local
209 _errno, strerror(_errno)); in wpa_supplicant_ctrl_iface_receive()
210 if (_errno == ENOBUFS || _errno == EAGAIN) { in wpa_supplicant_ctrl_iface_receive()
980 int _errno; in wpa_supplicant_ctrl_iface_send() local
997 _errno = errno; in wpa_supplicant_ctrl_iface_send()
999 _errno, strerror(_errno)); in wpa_supplicant_ctrl_iface_send()
1003 if (dst->errors > 10 || _errno == ENOENT || _errno == EPERM) { in wpa_supplicant_ctrl_iface_send()
1010 if (_errno == ENOBUFS || _errno == EAGAIN) { in wpa_supplicant_ctrl_iface_send()
/external/curl/lib/
Dnwlib.c40 int _errno; member
254 thread_data->_errno = 0; in GetOrSetUpData()
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_errno.h32 # define __errno_location _errno
Dsanitizer_platform_limits_netbsd.h102 int _errno; member
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/py2/
Dshell.py29 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/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py2/
Dshell.py29 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/python/cpython3/Lib/
Dtempfile.py44 import errno as _errno namespace
219 raise FileNotFoundError(_errno.ENOENT,
264 raise FileExistsError(_errno.EEXIST,
372 raise FileExistsError(_errno.EEXIST,
403 raise FileExistsError(_errno.EEXIST,
/external/minijail/
Dbpf.h179 #define set_bpf_ret_errno(_block, _errno) \ argument
181 SECCOMP_RET_ERRNO | ((_errno) & SECCOMP_RET_DATA))
/external/wpa_supplicant_8/src/radius/
Dradius_client.c342 int _errno = errno; in radius_client_handle_send_error() local
344 if (_errno == ENOTCONN || _errno == EDESTADDRREQ || _errno == EINVAL || in radius_client_handle_send_error()
345 _errno == EBADF || _errno == ENETUNREACH || _errno == EACCES) { in radius_client_handle_send_error()
/external/openssh/
Dsandbox-seccomp-filter.c92 #define SC_DENY(_nr, _errno) \ argument
94 BPF_STMT(BPF_RET+BPF_K, SECCOMP_RET_ERRNO|(_errno))
/external/kmod/libkmod/python/kmod/
Dmodule.pyx19 cimport libc.errno as _errno namespace
143 if err == -_errno.EEXIST:
/external/wpa_supplicant_8/src/eap_server/
Deap_sim_db.c867 int _errno = 0; in eap_sim_db_send() local
870 _errno = errno; in eap_sim_db_send()
875 if (_errno == ENOTCONN || _errno == EDESTADDRREQ || _errno == EINVAL || in eap_sim_db_send()
876 _errno == ECONNREFUSED) { in eap_sim_db_send()
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py3/
Dshell.py27 import errno as _errno namespace
81 if _errno.ENOENT != e.errno:
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/py3/
Dshell.py27 import errno as _errno namespace
81 if _errno.ENOENT != e.errno:
/external/rust/crates/getrandom/src/
Derror.rs110 fn os_err(_errno: i32, _buf: &mut [u8]) -> Option<&str> {
/external/python/pycparser/tests/c_files/
Dcppd_with_stdio_h.c2565 int _errno; member
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
DINSTALL.md364 If during the linking you get an error about `_errno` being an undefined
/external/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
Dmod.rs72 _errno: ::c_int,
/external/wpa_supplicant_8/hostapd/
Dctrl_iface.c5098 int _errno = errno; in hostapd_ctrl_iface_send_internal() local
5103 if (dst->errors > 10 || _errno == ENOENT) { in hostapd_ctrl_iface_send_internal()
/external/google-breakpad/src/tools/windows/dump_syms/testdata/
Ddump_syms_regtest.sym1215 FUNC 2eb4 13 0 _errno
Domap_reorder_funcs.sym1215 FUNC 3095 13 0 _errno
Domap_stretched_filled.sym1215 FUNC 3556 13 0 _errno
Domap_stretched.sym1258 FUNC 3556 13 0 _errno
Domap_reorder_bbs.sym1658 FUNC 5774 6 0 _errno
1659 FUNC 5d4c 13 0 _errno
1660 FUNC 6c60 4 0 _errno

12