Home
last modified time | relevance | path

Searched defs:errno (Results 1 – 25 of 60) sorted by relevance

123

/external/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/
Derrno.rs12 pub static mut errno: ::c_int; constant
/external/ltp/testcases/kernel/io/disktest/
Dthreading.h110 #define TEXIT(errno) ExitThread(errno); return(errno) argument
119 #define TEXIT(errno) pthread_exit((void*)errno) argument
/external/python/cpython2/Modules/_io/
Dfileio.c370 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/
Dbugprone-not-null-terminated-result-in-initialization-strlen.c23 void bad_strerror_s(int errno) { in bad_strerror_s()
33 void good_strerror_s(int errno) { in good_strerror_s()
Dbugprone-not-null-terminated-result-strlen.c57 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/
Dinclude_j_h.h66 #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/
Dsanitizer_errno.h37 #define errno (*__errno_location()) macro
/external/llvm-project/lldb/test/API/lang/cpp/symbols/
Dmain.cpp9 namespace errno { namespace
/external/python/cpython2/Lib/test/
Dsymlink_support.py43 def format_system_message(errno): argument
/external/libxml2/win32/wince/
Dwincecompat.c20 int errno=0; variable
/external/crosvm/sys_util/src/
Derrno.rs33 pub fn errno(self) -> i32 { in errno() method
/external/rust/crates/nix/test/
Dtest_fcntl.rs356 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/
Dutil_libc.rs39 let errno = unsafe { get_errno() }; in last_os_error() localVariable
/external/python/cffi/doc/source/
Dref.rst94 .. _ffi-string:
95 .. _ffi-unpack:
/external/rust/crates/parking_lot_core/src/thread_parker/
Dlinux.rs25 fn errno() -> libc::c_int { in errno() function
/external/ltp/testcases/kernel/security/filecaps/
Dverify_caps_exec.c52 int errno; variable
/external/libwebsockets/win32port/zlib/
Dzutil.c144 int errno = 0; variable
/external/zlib/
Dzutil.c144 int errno = 0; variable
/external/angle/third_party/zlib/
Dzutil.c144 int errno = 0; variable
/external/python/cpython2/Modules/zlib/
Dzutil.c144 int errno = 0; variable
/external/rust/crates/libz-sys/src/zlib/
Dzutil.c144 int errno = 0; variable
/external/llvm-project/polly/lib/External/isl/include/isl/
Dctx.h137 #define isl_die(ctx,errno,msg,code) \ argument
146 #define isl_assert4(ctx,test,code,errno) \ argument
/external/python/cpython3/Modules/
Dselectmodule.c345 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/
Dlws-plat-optee.c31 int errno; variable
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_unix_events.py122 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

123