Home
last modified time | relevance | path

Searched refs:ERRNO (Results 1 – 14 of 14) sorted by relevance

/external/mdnsresponder/mDNSShared/
DDebugServices.h471 #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/
Ddwfl_error.c107 value = DWFL_E (ERRNO, errno); in canonicalize()
156 case OTHER_ERROR (ERRNO): in dwfl_errmsg()
Dgzip.c125 case Z (ERRNO): in zlib_fail()
196 return zlib_fail (&state, Z (ERRNO)); in unzip()
245 return zlib_fail (&state, Z (ERRNO)); in unzip()
DlibdwflP.h56 DWFL_ERROR (ERRNO, N_("See errno")) \
768 #define CBFAIL (errno ? DWFL_E (ERRNO, errno) : DWFL_E_CB);
/external/linux-kselftest/tools/testing/selftests/kmod/
Dkmod.sh301 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/
Dzlib.adb29 ERRNO, literal
69 -1 => ERRNO,
/external/webrtc/webrtc/base/
Dlogging.h314 LOG_E(sev, ERRNO, err)
/external/syslinux/core/lwip/src/api/
Dsockets.c161 #ifdef ERRNO
/external/curl/
DCHANGES4905 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/
D2.6.rst3206 :mod:`ERRNO`,
/external/python/cpython3/Doc/whatsnew/
D2.6.rst3210 :mod:`ERRNO`,
/external/python/cpython2/Misc/
DNEWS9882 - The ERRNO module on IRIX has been deprecated for removal in Python
/external/python/cpython3/Misc/
DHISTORY17337 DEVICE, ERRNO, FILE, fl/FL, flp, fm, GET, gl/GL, GLWS, IN, imgfile,
/external/strace/
DChangeLog15903 format: SET[:error=ERRNO][:when=FIRST[+[STEP]]]