Home
last modified time | relevance | path

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

12

/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/syslinux/gpxe/src/core/
Derrno.c18 int errno; variable
/external/syslinux/core/
Derrno.c4 __export 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/libpcap/Win32/Src/
Dinet_pton.c49 #define errno (*_errno()) macro
/external/syslinux/gpxe/src/include/gpxe/
Derrortab.h15 int errno; member
/external/ltp/testcases/misc/math/nextafter/
Dnextafter01.c50 int errno; variable
/external/ltp/testcases/kernel/containers/pidns/
Dpidns10.c50 int errno; variable
Dpidns17.c51 int errno; variable
Dpidns12.c51 int errno; variable
Dpidns20.c56 int errno; variable
Dpidns30.c65 int errno; variable
Dpidns31.c67 int errno; variable
/external/ltp/testcases/misc/math/abs/
Dabs01.c56 int errno; variable
/external/libxml2/win32/wince/
Dwincecompat.c20 int errno=0; variable
/external/netperf/src/missing/
Dinet_ntop.c73 #define errno GetLastError() macro
/external/syslinux/dos/
Derrno.h39 int errno; variable
/external/ltp/testcases/misc/math/atof/
Datof01.c60 int errno; variable
/external/ltp/testcases/kernel/security/filecaps/
Dverify_caps_exec.c51 int errno; variable
/external/syslinux/com32/lib/zlib/
Dzutil.c144 int errno = 0; variable
/external/zlib/src/
Dzutil.c147 int errno = 0; variable
/external/syslinux/core/include/
Dthread.h27 int errno; member
/external/ltp/testcases/kernel/syscalls/epoll/
Depoll-ltp.c486 PROTECT_REGION_START errno = 0; in test_epoll_ctl() local

12