OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:error_num
(Results
1 - 6
of
6
) sorted by relevancy
/src/crypto/external/bsd/heimdal/dist/lib/roken/
getipnodebyname.c
50
getipnodebyname (const char *name, int af, int flags, int *
error_num
)
58
*
error_num
= NO_ADDRESS;
68
*
error_num
= h_errno;
71
*
error_num
= NO_ADDRESS;
74
*
error_num
= NO_RECOVERY;
81
*
error_num
= TRY_AGAIN;
getipnodebyaddr.c
46
getipnodebyaddr (const void *src, size_t len, int af, int *
error_num
)
56
*
error_num
= h_errno;
59
*
error_num
= NO_ADDRESS;
62
*
error_num
= NO_RECOVERY;
69
*
error_num
= TRY_AGAIN;
/src/external/gpl2/texinfo/dist/info/
filesys.h
67
an error message for FILENAME and
ERROR_NUM
. */
68
extern char *filesys_error_string (char *filename, int
error_num
);
filesys.c
660
an error message for FILENAME and
ERROR_NUM
. */
665
filesys_error_string (char *filename, int
error_num
)
670
if (
error_num
== 0)
673
result = strerror (
error_num
);
/src/external/bsd/libbind/dist/irs/
gethostent.c
257
getipnodebyname(const char *name, int af, int flags, int *
error_num
) {
268
*
error_num
= NO_RECOVERY;
275
*
error_num
= NO_RECOVERY;
291
*
error_num
= HOST_NOT_FOUND;
308
return (copyandmerge(&he, NULL, af,
error_num
));
318
he1 = copyandmerge(he2, NULL, af,
error_num
);
333
*
error_num
= net_data->res->res_h_errno;
337
*
error_num
= tmp_err;
341
he3 = copyandmerge(he1, he2, af,
error_num
);
349
getipnodebyaddr(const void *src, size_t len, int af, int *
error_num
) {
[
all
...]
/src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
gtest.cc
4393
const int
error_num
= getaddrinfo(
local
4395
if (
error_num
!= 0) {
4397
<< gai_strerror(
error_num
);
Completed in 70 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026