Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/include/sendmail/
H A Dpathnames.h47 # ifndef _PATH_HOSTS
48 # define _PATH_HOSTS "/etc/hosts" macro
/freebsd/lib/libc/net/
H A Dgethostbyht.c71 hed->hostf = fopen(_PATH_HOSTS, "re"); in _sethosthtent()
95 if (!hed->hostf && !(hed->hostf = fopen(_PATH_HOSTS, "re"))) { in gethostent_p()
H A Dgetaddrinfo.c2384 *hostf = fopen(_PATH_HOSTS, "re"); in _sethtent()
2408 if (!*hostf && !(*hostf = fopen(_PATH_HOSTS, "re"))) in _gethtent()
/freebsd/include/
H A Dnetdb.h91 #define _PATH_HOSTS "/etc/hosts" macro
/freebsd/libexec/mknetid/
H A Dmknetid.c66 char *hostsfile = _PATH_HOSTS;
/freebsd/contrib/sendmail/include/sm/
H A Dconf.h403 # ifndef _PATH_HOSTS
404 # define _PATH_HOSTS "/etc/inet/hosts" macro
/freebsd/contrib/sendmail/src/
H A Dconf.c356 HostsFile = _PATH_HOSTS;