Home
last modified time | relevance | path

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

/external/valgrind/main/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/compiler-rt/SDKs/darwin/usr/include/sys/
Derrno.h25 #define errno (*__error()) macro
/external/libpcap/Win32/Src/
Dinet_pton.c56 #define errno (*_errno()) macro
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
Dneed_errno.h76 #define errno (*_errno()) macro
Dpthread.h1254 # define errno (*_errno()) macro
/external/qemu/distrib/sdl-1.2.15/src/cdrom/mint/
DSDL_syscdrom.c44 #define ERRNO_TRAYEMPTY(errno) \ argument
/external/qemu/distrib/zlib-1.2.8/
Dzutil.c147 int errno = 0; variable
/external/qemu/slirp/
Dslirp.h330 #define errno (WSAGetLastError()) macro
Dtcp_subr.c301 tcp_quench(i, errno) in tcp_quench() argument
/external/zlib/src/
Dzutil.c147 int errno = 0; variable
/external/chromium_org/third_party/zlib/
Dzutil.c144 int errno = 0; variable
Dzutil.h38 # define errno z_errno macro
/external/qemu/distrib/sdl-1.2.15/src/cdrom/openbsd/
DSDL_syscdrom.c61 #define ERRNO_TRAYEMPTY(errno) \ argument
/external/qemu/distrib/sdl-1.2.15/src/cdrom/freebsd/
DSDL_syscdrom.c59 #define ERRNO_TRAYEMPTY(errno) \ argument
/external/qemu/distrib/sdl-1.2.15/src/cdrom/linux/
DSDL_syscdrom.c114 #define ERRNO_TRAYEMPTY(errno) \ argument
/external/qemu/slirp-android/
Dtcp_subr.c303 tcp_quench(i, errno) in tcp_quench() argument
/external/libpcap/
Dpcap-win32.c57 #define errno (*_errno()) macro
/external/oprofile/libpopt/
Dpopt.c27 static char * strerror(int errno) in strerror()
/external/elfutils/0.153/libdwfl/
DlibdwflP.h105 #define DWFL_E(name, errno) (OTHER_ERROR (name) | (errno)) argument
/external/chromium_org/third_party/libusb/src/libusb/os/
Dwince_usb.c39 int errno; variable
/external/netperf/
Dnetlib.h309 #define errno GetLastError() macro
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors.cc94 #define errno (*__errno_location()) macro