Home
last modified time | relevance | path

Searched refs:ERRNO (Results 1 – 25 of 29) 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.c626 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()
Dparsedate.c405 old_errno = ERRNO; in parsedate()
408 error = ERRNO; in parsedate()
Dcurl_setup_once.h444 #define ERRNO ((int)GetLastError()) macro
447 #define ERRNO (errno) macro
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()
Dconnect.c693 error = ERRNO; in Curl_updateconninfo()
702 error = ERRNO; in Curl_updateconninfo()
1016 error = ERRNO; in singleipconnect()
/external/curl/tests/libtest/
Dlib518.c88 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()
Dlib537.c89 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);
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
Dinet_net_pton.c447 if (result == -1 && ERRNO == ENOENT) in ares_inet_pton()
Dares_gethostbyaddr.c228 error = ERRNO; in file_lookup()
/external/curl/src/
Dtool_dirhie.c53 switch(ERRNO) { in show_dir_errno()
Dtool_paramhlp.c358 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/
Dzlib.adb29 ERRNO, literal
69 -1 => ERRNO,
/external/webrtc/webrtc/base/
Dlogging.h314 LOG_E(sev, ERRNO, err)

12