Home
last modified time | relevance | path

Searched refs:_PATH_HOSTS (Results 1 – 4 of 4) sorted by relevance

/dragonfly/lib/libc/net/
H A Dgethostbyht.c71 hed->hostf = fopen(_PATH_HOSTS, "r"); in _sethosthtent()
95 if (!hed->hostf && !(hed->hostf = fopen(_PATH_HOSTS, "r"))) { in gethostent_p()
H A Dgetaddrinfo.c2090 *hostf = fopen(_PATH_HOSTS, "r"); in _sethtent()
2114 if (!*hostf && !(*hostf = fopen(_PATH_HOSTS, "r"))) in _gethtent()
/dragonfly/include/
H A Dnetdb.h91 #define _PATH_HOSTS "/etc/hosts" macro
/dragonfly/libexec/mknetid/
H A Dmknetid.c67 const char *hostsfile = _PATH_HOSTS;