| /external/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/ |
| D | errno.rs | 12 pub static mut errno: ::c_int; constant
|
| /external/python/cpython2/Modules/_io/ |
| D | fileio.c | 370 errno = 0; in fileio_init() local 517 errno = 0; in fileio_readinto() local 605 errno = 0; in fileio_readall() local 682 errno = 0; in fileio_read() local 724 errno = 0; in fileio_write() local 887 errno = 0; in fileio_truncate() local 919 errno = 0; in fileio_truncate() local
|
| /external/musl/src/include/ |
| D | errno.h | 12 #define errno (*___errno_location()) macro
|
| /external/musl/include/ |
| D | errno.h | 16 #define errno (*__errno_location()) macro
|
| /external/python/cpython2/Lib/test/ |
| D | symlink_support.py | 43 def format_system_message(errno): argument
|
| /external/crosvm/base/src/ |
| D | lib.rs | 12 mod errno; module
|
| D | errno.rs | 43 pub fn errno(self) -> i32 { in errno() method
|
| /external/python/cffi/doc/source/ |
| D | ref.rst | 100 .. _ffi-string: 101 .. _ffi-unpack:
|
| /external/rust/crates/getrandom/src/ |
| D | util_libc.rs | 50 let errno = unsafe { get_errno() }; in last_os_error() localVariable
|
| /external/rust/crates/parking_lot_core/src/thread_parker/ |
| D | linux.rs | 25 fn errno() -> libc::c_int { in errno() function
|
| /external/ltp/testcases/kernel/security/filecaps/ |
| D | verify_caps_exec.c | 52 int errno; variable
|
| /external/rust/crates/libz-sys/src/zlib/ |
| D | zutil.c | 144 int errno = 0; variable
|
| /external/freetype/src/gzip/ |
| D | zutil.c | 150 int errno = 0; variable
|
| /external/zlib/ |
| D | zutil.c | 146 int errno = 0; variable
|
| /external/libwebsockets/win32port/zlib/ |
| D | zutil.c | 144 int errno = 0; variable
|
| /external/python/cpython2/Modules/zlib/ |
| D | zutil.c | 144 int errno = 0; variable
|
| /external/tflite-support/third_party/zlib/ |
| D | zutil.c | 144 int errno = 0; variable
|
| /external/python/cpython3/Modules/ |
| D | selectmodule.c | 326 errno = 0; in select_select_impl() local 637 errno = 0; in select_poll_poll_impl() local 951 errno = 0; in select_devpoll_poll_impl() local 1579 errno = 0; in select_epoll_poll_impl() local 2184 errno = 0; in select_kqueue_control_impl() local
|
| /external/python/cpython3/Lib/test/test_asyncio/ |
| D | test_unix_events.py | 131 errno = errno.EFAULT variable in SelectorEventLoopSignalTests.test_add_signal_handler_install_error.Err 146 errno = errno.EINVAL variable in SelectorEventLoopSignalTests.test_add_signal_handler_install_error2.Err 161 errno = errno.EINVAL variable in SelectorEventLoopSignalTests.test_add_signal_handler_install_error3.Err 235 errno = errno.EINVAL variable in SelectorEventLoopSignalTests.test_remove_signal_handler_error2.Err
|
| /external/ltp/testcases/kernel/syscalls/epoll/ |
| D | epoll-ltp.c | 486 PROTECT_REGION_START errno = 0; in test_epoll_ctl() local
|
| /external/libwebsockets/lib/plat/optee/ |
| D | lws-plat-optee.c | 31 int errno; variable
|
| /external/libcap/contrib/seccomp/ |
| D | explore.go | 44 …errno = flag.Int("errno", int(syscall.ENOTSUP), "if kill is false, block syscall and return this… var
|
| /external/capstone/bindings/python/pyx/ |
| D | ccapstone.pyx | 160 def errno(self): member in CsInsn
|
| /external/autotest/client/cros/cellular/pseudomodem/ |
| D | dbus_std_ifaces.py | 34 def __init__(self, errno, *args, **kwargs): argument
|
| /external/capstone/bindings/python/capstone/ |
| D | __init__.py | 414 def __init__(self, errno): argument 687 def errno(self): member in CsInsn 1025 def errno(self): member in Cs
|