/external/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/ |
D | errno.rs | 11 pub static mut errno: ::c_int; variable
|
/external/u-boot/lib/ |
D | errno_str.c | 10 #define ERRNO_MSG(errno, msg) msg argument 143 const char *errno_str(int errno) in errno_str()
|
D | errno.c | 1 int errno = 0; variable
|
/external/ltp/testcases/kernel/io/disktest/ |
D | threading.h | 110 #define TEXIT(errno) ExitThread(errno); return(errno) argument 119 #define TEXIT(errno) pthread_exit((void*)errno) argument
|
/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/u-boot/include/ |
D | errno.h | 27 static inline const char *errno_str(int errno) in errno_str()
|
/external/ltp/testcases/kernel/syscalls/utils/ |
D | include_j_h.h | 66 #define __PRINT_EXPECT(rc_has_range, rc, errno) \ argument 76 #define __PRINT_RESULT(rc_has_range, rc, errno) \ argument
|
/external/python/cpython2/Lib/test/ |
D | symlink_support.py | 43 def format_system_message(errno): argument
|
/external/libxml2/win32/wince/ |
D | wincecompat.c | 20 int errno=0; variable
|
/external/crosvm/sys_util/src/ |
D | errno.rs | 32 pub fn errno(self) -> i32 { in errno() method
|
D | lib.rs | 17 mod errno; module
|
/external/python/cffi/doc/source/ |
D | ref.rst | 94 .. _ffi-string: 95 .. _ffi-unpack:
|
/external/ltp/testcases/kernel/security/filecaps/ |
D | verify_caps_exec.c | 52 int errno; variable
|
/external/zlib/ |
D | zutil.c | 144 int errno = 0; variable
|
/external/v8/third_party/zlib/ |
D | zutil.c | 144 int errno = 0; variable
|
/external/python/cpython2/Modules/zlib/ |
D | zutil.c | 144 int errno = 0; variable
|
/external/python/cpython3/Modules/ |
D | selectmodule.c | 324 errno = 0; in select_select_impl() local 632 errno = 0; in select_poll_poll_impl() local 942 errno = 0; in select_devpoll_poll_impl() local 1557 errno = 0; in select_epoll_poll_impl() local 2134 errno = 0; in select_kqueue_control_impl() local
|
/external/u-boot/lib/zlib/ |
D | zutil.h | 33 # define errno z_errno macro
|
/external/python/cpython3/Lib/test/test_asyncio/ |
D | test_unix_events.py | 121 errno = errno.EFAULT variable in SelectorEventLoopSignalTests.test_add_signal_handler_install_error.Err 136 errno = errno.EINVAL variable in SelectorEventLoopSignalTests.test_add_signal_handler_install_error2.Err 151 errno = errno.EINVAL variable in SelectorEventLoopSignalTests.test_add_signal_handler_install_error3.Err 225 errno = errno.EINVAL variable in SelectorEventLoopSignalTests.test_remove_signal_handler_error2.Err
|
/external/capstone/bindings/python/pyx/ |
D | ccapstone.pyx | 158 def errno(self): member in CsInsn
|
/external/ltp/testcases/kernel/syscalls/epoll/ |
D | epoll-ltp.c | 486 PROTECT_REGION_START errno = 0; in test_epoll_ctl() local
|
/external/crosvm/devices/src/virtio/input/ |
D | evdev.rs | 110 fn errno() -> sys_util::Error { in errno() function
|
/external/autotest/client/cros/cellular/pseudomodem/ |
D | dbus_std_ifaces.py | 34 def __init__(self, errno, *args, **kwargs): argument
|
/external/igt-gpu-tools/tests/ |
D | kms_atomic_transition.c | 200 #define is_atomic_check_failure_errno(errno) \ argument 203 #define is_atomic_check_plane_size_errno(errno) \ argument
|
/external/crosvm/protos/src/ |
D | plugin.proto | 233 sint32 errno = 1; field 397 sint32 errno = 1; field
|