Home
last modified time | relevance | path

Searched defs:errno (Results 1 – 25 of 65) 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/musl/include/
Derrno.h16 #define errno (*__errno_location()) macro
/external/musl/src/include/
Derrno.h12 #define errno (*___errno_location()) macro
/external/crosvm/common/sys_util_core/src/
Dlib.rs17 mod errno; module
Derrno.rs43 pub fn errno(self) -> i32 { in errno() method
/external/crosvm/base/src/
Dlib.rs8 mod errno; module
Derrno.rs43 pub fn errno(self) -> i32 { in errno() method
/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/rust/crates/getrandom/src/
Dutil_libc.rs39 let errno = unsafe { get_errno() }; in last_os_error() localVariable
/external/python/cffi/doc/source/
Dref.rst100 .. _ffi-string:
101 .. _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/python/cpython3/Modules/
Dselectmodule.c326 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/libwebsockets/win32port/zlib/
Dzutil.c144 int errno = 0; variable
/external/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/angle/third_party/zlib/
Dzutil.c144 int errno = 0; variable
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_unix_events.py131 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/
Depoll-ltp.c486 PROTECT_REGION_START errno = 0; in test_epoll_ctl() local
/external/libwebsockets/lib/plat/optee/
Dlws-plat-optee.c31 int errno; variable
/external/libcap/contrib/seccomp/
Dexplore.go44errno = flag.Int("errno", int(syscall.ENOTSUP), "if kill is false, block syscall and return this… var

123