/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 | 633 int old_errno = ERRNO; in Curl_strerror() 723 if(old_errno != ERRNO) in Curl_strerror() 751 old_errno = ERRNO; in Curl_sspi_strerror() 1050 if(old_errno != ERRNO) in Curl_sspi_strerror()
|
D | curl_setup_once.h | 444 #define ERRNO ((int)GetLastError()) macro 447 #define ERRNO (errno) macro
|
D | parsedate.c | 407 old_errno = ERRNO; in parsedate() 410 error = ERRNO; in parsedate()
|
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()
|
/external/curl/tests/libtest/ |
D | lib518.c | 89 store_errmsg("fopen failed", ERRNO); in fopen_works() 125 store_errmsg("getrlimit() failed", ERRNO); in rlimit() 172 store_errmsg("setrlimit() failed", ERRNO); in rlimit() 183 store_errmsg("setrlimit() failed", ERRNO); in rlimit() 191 store_errmsg("getrlimit() failed", ERRNO); in rlimit() 271 store_errmsg("memchunk, malloc() failed", ERRNO); in rlimit() 306 store_errmsg("fd, malloc() failed", ERRNO); in rlimit() 329 store_errmsg(strbuff, ERRNO); in rlimit()
|
D | lib537.c | 90 store_errmsg("fopen failed", ERRNO); in fopen_works() 126 store_errmsg("getrlimit() failed", ERRNO); 167 store_errmsg("setrlimit() failed", ERRNO); 178 store_errmsg("setrlimit() failed", ERRNO); 186 store_errmsg("getrlimit() failed", ERRNO); 245 store_errmsg("memchunk, malloc() failed", ERRNO); 300 store_errmsg("fd, malloc() failed", ERRNO); 323 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 | ares_search.c | 294 error = ERRNO; in single_domain()
|
D | ares_gethostbyaddr.c | 228 error = ERRNO; in file_lookup()
|
D | inet_net_pton.c | 447 if (result == -1 && ERRNO == ENOENT) in ares_inet_pton()
|
/external/curl/src/ |
D | tool_dirhie.c | 53 switch(ERRNO) { in show_dir_errno()
|
D | tool_paramhlp.c | 381 if((*val == CURL_OFF_T_MAX || *val == CURL_OFF_T_MIN) && (ERRNO == ERANGE)) in str2offset() 385 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)
|