Home
last modified time | relevance | path

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

123

/external/syslinux/gpxe/src/hci/
Dstrerror.c29 static struct errortab * find_error ( int errno ) { in find_error()
48 static struct errortab * find_closest_error ( int errno ) { in find_closest_error()
77 const char * strerror ( int errno ) { in strerror()
/external/valgrind/coregrind/
Dvgdb.h58 #define ERROR(errno, ...) ((errno == 0 ? 0 : perror("syscall failed")), \ argument
62 #define XERROR(errno, ...) ((errno == 0 ? 0 : perror("syscall failed")), \ argument
/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.c344 errno = 0; in fileio_init() local
491 errno = 0; in fileio_readinto() local
569 errno = 0; in fileio_readall() local
646 errno = 0; in fileio_read() local
688 errno = 0; in fileio_write() local
851 errno = 0; in fileio_truncate() local
883 errno = 0; in fileio_truncate() local
/external/syslinux/core/
Derrno.c4 __export int errno; variable
/external/syslinux/gpxe/src/core/
Derrno.c18 int errno; variable
/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/syslinux/gpxe/src/include/gpxe/
Derrortab.h15 int errno; member
/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/syslinux/dos/
Derrno.h39 int errno; variable
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_unix_events.py114 errno = errno.EFAULT variable in SelectorEventLoopSignalTests.test_add_signal_handler_install_error.Err
128 errno = errno.EINVAL variable in SelectorEventLoopSignalTests.test_add_signal_handler_install_error2.Err
143 errno = errno.EINVAL variable in SelectorEventLoopSignalTests.test_add_signal_handler_install_error3.Err
211 errno = errno.EINVAL variable in SelectorEventLoopSignalTests.test_remove_signal_handler_error2.Err
/external/python/cpython3/Modules/
Dselectmodule.c268 errno = 0; in select_select() local
581 errno = 0; in poll_poll() local
930 errno = 0; in devpoll_poll() local
1552 errno = 0; in pyepoll_poll() local
2198 errno = 0; in kqueue_queue_control() local
/external/ltp/testcases/kernel/security/filecaps/
Dverify_caps_exec.c51 int errno; variable
/external/zlib/src/
Dzutil.c144 int errno = 0; variable
/external/python/cpython3/Modules/zlib/
Dzutil.c144 int errno = 0; variable
/external/syslinux/com32/lib/zlib/
Dzutil.c144 int errno = 0; variable
/external/python/cpython2/Modules/zlib/
Dzutil.c147 int errno = 0; variable
/external/syslinux/core/include/
Dthread.h27 int errno; member
/external/capstone/bindings/python/pyx/
Dccapstone.pyx158 def errno(self): member in CsInsn
/external/ltp/testcases/kernel/syscalls/epoll/
Depoll-ltp.c486 PROTECT_REGION_START errno = 0; in test_epoll_ctl() local
/external/autotest/client/cros/cellular/pseudomodem/
Ddbus_std_ifaces.py34 def __init__(self, errno, *args, **kwargs): argument
/external/python/cpython3/Python/
Dfileutils.c1194 errno = 0; in _Py_read() local
1253 errno = 0; in _Py_write_impl() local
/external/linux-kselftest/tools/testing/selftests/exec/
Dexecveat.c38 #define check_execveat_fail(fd, path, flags, errno) \ argument
/external/python/cpython2/Lib/
Dsocket.py96 errno = None variable

123