OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ERRNO
(Results
26 - 33
of
33
) sorted by null
1
2
/external/c-ares/
ares_search.c
294
error =
ERRNO
;
inet_net_pton.c
63
* or -1 if some failure occurred (check
errno
). ENOENT means it was
69
* On Windows we store the error in the thread
errno
, not
71
* actual last winsock error. So use macro
ERRNO
to fetch the
72
*
errno
this funtion sets when returning (-1), not SOCKERRNO.
405
* or -1 if some failure occurred (check
errno
). ENOENT means it was
408
* On Windows we store the error in the thread
errno
, not
410
* actual last winsock error. So use macro
ERRNO
to fetch the
411
*
errno
this funtion sets when returning (-1), not SOCKERRNO.
447
if (result == -1 &&
ERRNO
== ENOENT)
ares_gethostbyname.c
385
error =
ERRNO
;
ares_init.c
1007
error =
ERRNO
;
1034
error =
ERRNO
;
1062
error =
ERRNO
;
1090
error =
ERRNO
;
[
all
...]
/external/webrtc/webrtc/base/
logging.h
32
// LOG_ERRNO(sev) attempts to add a string description of an
errno
-derived
33
// error.
errno
and associated facilities exist on both Windows and POSIX,
115
ERRCTX_ERRNO, // System-local
errno
314
LOG_E(sev,
ERRNO
, err)
316
LOG_ERRNO_EX(sev,
errno
)
344
(
errno
)
/external/elfutils/libdwfl/
libdwflP.h
39
#include <
errno
.h>
56
DWFL_ERROR (
ERRNO
, N_("See
errno
")) \
102
#define DWFL_E(name,
errno
) (OTHER_ERROR (name) | (
errno
))
768
#define CBFAIL (
errno
? DWFL_E (
ERRNO
,
errno
) : DWFL_E_CB);
/external/curl/lib/
connect.c
324
infof(data, "SO_BINDTODEVICE %s failed with
errno
%d: %s;"
327
/* This is typically "
errno
1, error: Operation not permitted" if
440
failf(data, "getsockname() failed with
errno
%d: %s",
465
failf(data, "bind failed with
errno
%d: %s",
678
failf(data, "getpeername() failed with
errno
%d: %s",
687
failf(data, "getsockname() failed with
errno
%d: %s",
694
error =
ERRNO
;
695
failf(data, "ssrem inet_ntop() failed with
errno
%d: %s",
703
error =
ERRNO
;
704
failf(data, "ssloc inet_ntop() failed with
errno
%d: %s"
[
all
...]
asyn-thread.c
411
err =
errno
;
657
hostname, Curl_strerror(conn,
ERRNO
));
Completed in 3617 milliseconds
1
2