Searched refs:ERRNO (Results 1 – 14 of 14) sorted by relevance
/external/mdnsresponder/mDNSShared/ |
D | DebugServices.h | 471 #define translate_errno( TEST, ERRNO, ALTERNATE_ERROR ) ( ( TEST ) ? 0 : ( ERRNO ) ? ( ERRNO ) : (… argument 681 #define check_translated_errno( TEST, ERRNO, ALTERNATE_ERROR ) \ argument 688 localErr = (int_least32_t)( ERRNO ); \ 695 #define check_translated_errno( TEST, ERRNO, ALTERNATE_ERROR ) argument 1093 #define ensure_translated_errno( TEST, ERRNO, ALTERNATE_ERROR ) check_translated_errno( TEST, ERRN… argument
|
/external/elfutils/libdwfl/ |
D | dwfl_error.c | 107 value = DWFL_E (ERRNO, errno); in canonicalize() 156 case OTHER_ERROR (ERRNO): in dwfl_errmsg()
|
D | gzip.c | 125 case Z (ERRNO): in zlib_fail() 196 return zlib_fail (&state, Z (ERRNO)); in unzip() 245 return zlib_fail (&state, Z (ERRNO)); in unzip()
|
D | libdwflP.h | 56 DWFL_ERROR (ERRNO, N_("See errno")) \ 768 #define CBFAIL (errno ? DWFL_E (ERRNO, errno) : DWFL_E_CB);
|
/external/linux-kselftest/tools/testing/selftests/kmod/ |
D | kmod.sh | 301 ERRNO=$(errno_name_to_val $ERRNO_NAME) 309 elif [[ $RC != $ERRNO ]]; then 310 echo "$1: FAIL, test expects $ERRNO_NAME ($ERRNO) - got $RC_NAME ($RC)" >&2
|
/external/zlib/src/contrib/ada/ |
D | zlib.adb | 29 ERRNO, literal 69 -1 => ERRNO,
|
/external/webrtc/webrtc/base/ |
D | logging.h | 314 LOG_E(sev, ERRNO, err)
|
/external/syslinux/core/lwip/src/api/ |
D | sockets.c | 161 #ifdef ERRNO
|
/external/curl/ |
D | CHANGES | 4905 This is a follow-up to af02162 which removed (SET_)ERRNO macros. That 4954 - curl_setup_once: Remove ERRNO/SET_ERRNO macros 4956 Prior to this change (SET_)ERRNO mapped to GetLastError/SetLastError
|
/external/python/cpython2/Doc/whatsnew/ |
D | 2.6.rst | 3206 :mod:`ERRNO`,
|
/external/python/cpython3/Doc/whatsnew/ |
D | 2.6.rst | 3210 :mod:`ERRNO`,
|
/external/python/cpython2/Misc/ |
D | NEWS | 9882 - The ERRNO module on IRIX has been deprecated for removal in Python
|
/external/python/cpython3/Misc/ |
D | HISTORY | 17337 DEVICE, ERRNO, FILE, fl/FL, flp, fm, GET, gl/GL, GLWS, IN, imgfile,
|
/external/strace/ |
D | ChangeLog | 15903 format: SET[:error=ERRNO][:when=FIRST[+[STEP]]]
|