Home
last modified time | relevance | path

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

12

/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.c49 #define errno (*_errno()) macro
/external/libxml2/win32/wince/
Dwincecompat.c20 int errno=0; variable
/external/netperf/src/missing/
Dinet_ntop.c73 #define errno GetLastError() macro
/external/avahi/avahi-compat-howl/include/salt/
Ddebug.h141 #define sw_translate_error(expr, errno) ((expr) ? 0 : (errno)) argument
/external/zlib/src/
Dzutil.c147 int errno = 0; variable
/external/opencv3/3rdparty/zlib/
Dzutil.c147 int errno = 0; variable
/external/autotest/client/cros/cellular/pseudomodem/
Ddbus_std_ifaces.py34 def __init__(self, errno, *args, **kwargs): argument
Dpm_errors.py22 def __init__(self, errno, *args, **kwargs): argument
/external/dbus/dbus/
Ddbus-sysdeps-wince-glue.h50 #define errno ((int)GetLastError ()) macro
/external/libpcap/
Dpcap-win32.c52 #define errno (*_errno()) macro
/external/elfutils/libdwfl/
DlibdwflP.h102 #define DWFL_E(name, errno) (OTHER_ERROR (name) | (errno)) argument
/external/netperf/src/
Dnetlib.h376 #define errno GetLastError() macro
/external/harfbuzz_ng/src/
Dhb-private.hh175 static int errno = 0; /* Use something better? */ variable
/external/v8/test/mjsunit/asm/embenchen/
Dfasta.js3693 FS.ErrnoError = function ErrnoError(errno) { argument
Dcopy.js3310 FS.ErrnoError = function ErrnoError(errno) { argument
Dcorrections.js3310 FS.ErrnoError = function ErrnoError(errno) { argument
Dfannkuch.js3449 FS.ErrnoError = function ErrnoError(errno) { argument
Dprimes.js3324 FS.ErrnoError = function ErrnoError(errno) { argument
Dmemops.js3418 FS.ErrnoError = function ErrnoError(errno) { argument
Dzlib.js3419 FS.ErrnoError = function ErrnoError(errno) { argument
Dbox2d.js3667 FS.ErrnoError = function ErrnoError(errno) { argument
Dlua_binarytrees.js3456 FS.ErrnoError = function ErrnoError(errno) { argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.core.filesystem_1.3.1.R36x_v20100727-0745.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors.cc158 #define errno (*__errno_location()) macro

12