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_file
(Results
1 - 2
of
2
) sorted by relevancy
/src/distrib/utils/libhack/
gethost.c
77
FILE *
_h_file
;
variable
/src/lib/libc/net/
gethnamaddr.c
1330
FILE *
_h_file
;
variable
1354
if (
_h_file
== NULL) {
1355
sethostent_r(&
_h_file
);
1356
if (
_h_file
== NULL) {
1362
return gethostent_r(
_h_file
, &h_ent, h_buf, sizeof(h_buf), &h_errno);
Completed in 26 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026