Home
last modified time | relevance | path

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

/original-bsd/usr.sbin/sendmail/src/
H A Dpathnames.h26 #ifndef _PATH_HOSTS
27 # define _PATH_HOSTS "/etc/hosts" macro
H A Dconf.h276 # ifndef _PATH_HOSTS
277 # define _PATH_HOSTS "/etc/inet/hosts" macro
H A Dconf.c198 HostsFile = _PATH_HOSTS;
/original-bsd/include/
H A Dnetdb.h35 #define _PATH_HOSTS "/etc/hosts" macro
/original-bsd/lib/libc/net/
H A Dgethostnamadr.c327 hostf = fopen(_PATH_HOSTS, "r" );
348 if (hostf == NULL && (hostf = fopen(_PATH_HOSTS, "r" )) == NULL) in _gethtent()