Home
last modified time | relevance | path

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

12

/external/curl/lib/
Dnon-ascii.c108 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()
Dcurl_ntlm_wb.c180 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()
Dstrerror.c633 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()
Dcurl_setup_once.h444 #define ERRNO ((int)GetLastError()) macro
447 #define ERRNO (errno) macro
Dparsedate.c407 old_errno = ERRNO; in parsedate()
410 error = ERRNO; in parsedate()
Dtelnet.c1339 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/
Dlib518.c89 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()
Dlib537.c90 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);
Dlib541.c50 error = ERRNO; in test()
61 error = ERRNO; in test()
Dlib505.c58 error = ERRNO; in test()
69 error = ERRNO; in test()
Dlib525.c58 error = ERRNO; in test()
69 error = ERRNO; in test()
Dlib582.c247 error = ERRNO; in test()
258 error = ERRNO; in test()
Dlib591.c53 error = ERRNO; in test()
/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/c-ares/
Dsetup_once.h374 #define ERRNO ((int)GetLastError()) macro
377 #define ERRNO (errno) macro
Dares_search.c294 error = ERRNO; in single_domain()
Dares_gethostbyaddr.c228 error = ERRNO; in file_lookup()
Dinet_net_pton.c447 if (result == -1 && ERRNO == ENOENT) in ares_inet_pton()
/external/curl/src/
Dtool_dirhie.c53 switch(ERRNO) { in show_dir_errno()
Dtool_paramhlp.c381 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/
Dzlib.adb29 ERRNO, literal
69 -1 => ERRNO,
/external/webrtc/webrtc/base/
Dlogging.h314 LOG_E(sev, ERRNO, err)

12