/external/curl/lib/ |
D | non-ascii.c | 108 error = ERRNO; in Curl_convert_to_network() 123 error = ERRNO; in Curl_convert_to_network() 168 error = ERRNO; in Curl_convert_from_network() 183 error = ERRNO; in Curl_convert_from_network() 229 error = ERRNO; in Curl_convert_from_utf8() 244 error = ERRNO; in Curl_convert_from_utf8()
|
D | curl_ntlm_wb.c | 180 error = ERRNO; in ntlm_wb_init() 187 error = ERRNO; in ntlm_wb_init() 195 error = ERRNO; in ntlm_wb_init() 210 error = ERRNO; in ntlm_wb_init() 217 error = ERRNO; in ntlm_wb_init() 237 error = ERRNO; in ntlm_wb_init()
|
D | strerror.c | 626 int old_errno = ERRNO; in Curl_strerror() 716 if(old_errno != ERRNO) in Curl_strerror() 821 old_errno = ERRNO; in Curl_sspi_strerror() 1118 if(old_errno != ERRNO) in Curl_sspi_strerror()
|
D | parsedate.c | 405 old_errno = ERRNO; in parsedate() 408 error = ERRNO; in parsedate()
|
D | curl_setup_once.h | 444 #define ERRNO ((int)GetLastError()) macro 447 #define ERRNO (errno) macro
|
D | telnet.c | 1339 failf(data, "failed to load WS2_32.DLL (%d)", ERRNO); in telnet_do() 1346 failf(data, "failed to find WSACreateEvent function (%d)", ERRNO); in telnet_do() 1354 failf(data, "failed to find WSACloseEvent function (%d)", ERRNO); in telnet_do() 1362 failf(data, "failed to find WSAEventSelect function (%d)", ERRNO); in telnet_do() 1370 failf(data, "failed to find WSAEnumNetworkEvents function (%d)", ERRNO); in telnet_do() 1561 infof(data, "FreeLibrary(wsock2) failed (%d)", ERRNO); in telnet_do()
|
D | connect.c | 693 error = ERRNO; in Curl_updateconninfo() 702 error = ERRNO; in Curl_updateconninfo() 1016 error = ERRNO; in singleipconnect()
|
/external/curl/tests/libtest/ |
D | lib518.c | 88 store_errmsg("fopen() failed", ERRNO); in fopen_works() 124 store_errmsg("getrlimit() failed", ERRNO); in rlimit() 171 store_errmsg("setrlimit() failed", ERRNO); in rlimit() 182 store_errmsg("setrlimit() failed", ERRNO); in rlimit() 190 store_errmsg("getrlimit() failed", ERRNO); in rlimit() 270 store_errmsg("memchunk, malloc() failed", ERRNO); in rlimit() 305 store_errmsg("fd, malloc() failed", ERRNO); in rlimit() 328 store_errmsg(strbuff, ERRNO); in rlimit()
|
D | lib537.c | 89 store_errmsg("fopen() failed", ERRNO); in fopen_works() 125 store_errmsg("getrlimit() failed", ERRNO); 166 store_errmsg("setrlimit() failed", ERRNO); 177 store_errmsg("setrlimit() failed", ERRNO); 185 store_errmsg("getrlimit() failed", ERRNO); 244 store_errmsg("memchunk, malloc() failed", ERRNO); 299 store_errmsg("fd, malloc() failed", ERRNO); 322 store_errmsg(strbuff, ERRNO);
|
D | lib541.c | 50 error = ERRNO; in test() 61 error = ERRNO; in test()
|
D | lib505.c | 58 error = ERRNO; in test() 69 error = ERRNO; in test()
|
D | lib525.c | 58 error = ERRNO; in test() 69 error = ERRNO; in test()
|
D | lib582.c | 247 error = ERRNO; in test() 258 error = ERRNO; in test()
|
D | lib591.c | 53 error = ERRNO; in test()
|
/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/c-ares/ |
D | setup_once.h | 374 #define ERRNO ((int)GetLastError()) macro 377 #define ERRNO (errno) macro
|
D | inet_net_pton.c | 447 if (result == -1 && ERRNO == ENOENT) in ares_inet_pton()
|
D | ares_gethostbyaddr.c | 228 error = ERRNO; in file_lookup()
|
/external/curl/src/ |
D | tool_dirhie.c | 53 switch(ERRNO) { in show_dir_errno()
|
D | tool_paramhlp.c | 358 if((*val == CURL_OFF_T_MAX || *val == CURL_OFF_T_MIN) && (ERRNO == ERANGE)) in str2offset() 362 if((*val == LONG_MIN || *val == LONG_MAX) && ERRNO == ERANGE) in str2offset()
|
/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)
|