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

/freebsd-11-stable/contrib/sendmail/include/sendmail/
H A Dpathnames.h47 # ifndef _PATH_HOSTS
48 # define _PATH_HOSTS "/etc/hosts" macro
/freebsd-11-stable/libexec/mknetid/
H A Dmknetid.c69 char *hostsfile = _PATH_HOSTS;
/freebsd-11-stable/include/
H A Dnetdb.h91 #define _PATH_HOSTS "/etc/hosts" macro
/freebsd-11-stable/lib/libc/net/
H A Dgethostbyht.c75 hed->hostf = fopen(_PATH_HOSTS, "re");
99 if (!hed->hostf && !(hed->hostf = fopen(_PATH_HOSTS, "re"))) {
H A Dgetaddrinfo.c2379 *hostf = fopen(_PATH_HOSTS, "re");
2403 if (!*hostf && !(*hostf = fopen(_PATH_HOSTS, "re")))
/freebsd-11-stable/contrib/sendmail/include/sm/
H A Dconf.h403 # ifndef _PATH_HOSTS
404 # define _PATH_HOSTS "/etc/inet/hosts" macro
/freebsd-11-stable/contrib/sendmail/src/
H A Dconf.c351 HostsFile = _PATH_HOSTS;

Completed in 179 milliseconds