Home
last modified time | relevance | path

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

/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/libpcap/Win32/Src/
Dinet_pton.c56 #define errno (*_errno()) macro
/external/libxml2/win32/wince/
Dwincecompat.c20 int errno=0; variable
/external/zlib/src/
Dzutil.c147 int errno = 0; variable
/external/libpcap/
Dpcap-win32.c57 #define errno (*_errno()) macro
/external/netperf/
Dnetlib.h309 #define errno GetLastError() macro
/external/elfutils/src/libdwfl/
DlibdwflP.h102 #define DWFL_E(name, errno) (OTHER_ERROR (name) | (errno)) argument
/external/harfbuzz_ng/src/
Dhb-private.hh144 static int errno = 0; /* Use something better? */ variable
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors.cc120 #define errno (*__errno_location()) macro