/external/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/ |
D | errno.rs | 12 pub static mut errno: ::c_int; constant
|
/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/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
D | bugprone-not-null-terminated-result-in-initialization-strlen.c | 23 void bad_strerror_s(int errno) { in bad_strerror_s() 33 void good_strerror_s(int errno) { in good_strerror_s()
|
D | bugprone-not-null-terminated-result-strlen.c | 57 void bad_strerror_s(int errno) { in bad_strerror_s() 65 void good_strerror_s(int errno) { in good_strerror_s()
|
/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/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_errno.h | 37 #define errno (*__errno_location()) macro
|
/external/llvm-project/lldb/test/API/lang/cpp/symbols/ |
D | main.cpp | 9 namespace errno { namespace
|
/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 | 33 pub fn errno(self) -> i32 { in errno() method
|
/external/rust/crates/nix/test/ |
D | test_fcntl.rs | 356 let errno = posix_fadvise(rd as RawFd, 0, 100, PosixFadviseAdvice::POSIX_FADV_WILLNEED) in test_errno() localVariable 401 fn errno() { in errno() function
|
/external/rust/crates/getrandom/src/ |
D | util_libc.rs | 39 let errno = unsafe { get_errno() }; in last_os_error() localVariable
|
/external/python/cffi/doc/source/ |
D | ref.rst | 94 .. _ffi-string: 95 .. _ffi-unpack:
|
/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/libwebsockets/win32port/zlib/ |
D | zutil.c | 144 int errno = 0; variable
|
/external/zlib/ |
D | zutil.c | 144 int errno = 0; variable
|
/external/angle/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/rust/crates/libz-sys/src/zlib/ |
D | zutil.c | 144 int errno = 0; variable
|
/external/llvm-project/polly/lib/External/isl/include/isl/ |
D | ctx.h | 137 #define isl_die(ctx,errno,msg,code) \ argument 146 #define isl_assert4(ctx,test,code,errno) \ argument
|
/external/python/cpython3/Modules/ |
D | selectmodule.c | 345 errno = 0; in select_select_impl() local 651 errno = 0; in select_poll_poll_impl() local 970 errno = 0; in select_devpoll_poll_impl() local 1608 errno = 0; in select_epoll_poll_impl() local 2211 errno = 0; in select_kqueue_control_impl() local
|
/external/libwebsockets/lib/plat/optee/ |
D | lws-plat-optee.c | 31 int errno; variable
|
/external/python/cpython3/Lib/test/test_asyncio/ |
D | test_unix_events.py | 122 errno = errno.EFAULT variable in SelectorEventLoopSignalTests.test_add_signal_handler_install_error.Err 137 errno = errno.EINVAL variable in SelectorEventLoopSignalTests.test_add_signal_handler_install_error2.Err 152 errno = errno.EINVAL variable in SelectorEventLoopSignalTests.test_add_signal_handler_install_error3.Err 226 errno = errno.EINVAL variable in SelectorEventLoopSignalTests.test_remove_signal_handler_error2.Err
|