OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hostf
(Results
1 - 5
of
5
) sorted by null
/bionic/libc/dns/include/
resolv_static.h
23
FILE*
hostf
;
member in struct:res_static
/bionic/libc/dns/resolv/
res_state.c
89
if (rs->
hostf
) { /* should not happen in theory, but just be safe */
90
fclose(rs->
hostf
);
91
rs->
hostf
= NULL;
/external/libpcap/Win32/Include/
inetprivate.h
48
extern int _validuser(FILE *
hostf
, const char *rhost,
/bionic/libc/dns/net/
getaddrinfo.c
2109
FILE *
hostf
= NULL;
local
[
all
...]
/bionic/libc/dns/
gethnamaddr.c
901
if (!rs->
hostf
)
902
rs->
hostf
= fopen(_PATH_HOSTS, "r" );
904
rewind(rs->
hostf
);
914
if (rs->
hostf
&& !rs->stayopen) {
915
(void) fclose(rs->
hostf
);
916
rs->
hostf
= NULL;
928
if (!rs->
hostf
&& !(rs->
hostf
= fopen(_PATH_HOSTS, "r" ))) {
933
if (!(p = fgets(rs->hostbuf, sizeof rs->hostbuf, rs->
hostf
))) {
[
all
...]
Completed in 196 milliseconds