OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:h_errno
(Results
1 - 4
of
4
) sorted by relevancy
/src/lib/libc/resolv/
h_errno.c
1
/* $NetBSD:
h_errno
.c,v 1.3 2008/06/21 20:41:48 christos Exp $ */
34
__RCSID("$NetBSD:
h_errno
.c,v 1.3 2008/06/21 20:41:48 christos Exp $");
43
#undef
h_errno
macro
45
extern int
h_errno
;
57
h_errno
= res->res_h_errno = err;
herror.c
86
#undef
h_errno
macro
87
int
h_errno
;
variable
96
* print the error indicated by the
h_errno
value.
/src/distrib/utils/libhack/
gethost.c
76
int
h_errno
;
variable
114
return gethostbyname_r(name, &h_ent, h_buf, sizeof(h_buf), &
h_errno
);
133
&
h_errno
);
/src/include/
netdb.h
136
extern int
h_errno
;
139
#define
h_errno
(*__h_errno())
macro
220
* (left in extern int
h_errno
).
Completed in 24 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026