OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_PATH_HOSTS
(Results
51 - 53
of
53
) sorted by null
1
2
3
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
netdb.h
47
#define
_PATH_HOSTS
"/etc/hosts"
/bionic/libc/netbsd/
gethnamaddr.c
893
rs->hostf = fopen(
_PATH_HOSTS
, "r" );
919
if (!rs->hostf && !(rs->hostf = fopen(
_PATH_HOSTS
, "r" ))) {
[
all
...]
/bionic/libc/netbsd/net/
getaddrinfo.c
[
all
...]
Completed in 73 milliseconds
1
2
3