Searched refs:_PATH_HOSTS (Results 1 - 8 of 8) sorted by path

/openbsd-current/include/
H A Dnetdb.h98 #define _PATH_HOSTS "/etc/hosts" macro
/openbsd-current/usr.sbin/ypserv/mknetid/
H A Dmknetid.c52 char *HostFile = _PATH_HOSTS;
/openbsd-current/lib/libc/asr/
H A Dgetaddrinfo_async.c405 f = fopen(_PATH_HOSTS, "re");
H A Dgethostnamadr_async.c289 if ((f = fopen(_PATH_HOSTS, "re")) == NULL)
/openbsd-current/regress/sbin/ifconfig/
H A Difaddr.c328 if (unveil(_PATH_HOSTS, "r") == -1)
329 err(1, "unveil %s", _PATH_HOSTS);
/openbsd-current/sbin/ifconfig/
H A Difconfig.c839 if (unveil(_PATH_HOSTS, "r") == -1)
840 err(1, "unveil %s", _PATH_HOSTS);
/openbsd-current/sbin/pflogd/
H A Dprivsep.c138 if (unveil(_PATH_HOSTS, "r") == -1)
139 err(1, "unveil %s", _PATH_HOSTS);
/openbsd-current/usr.sbin/tcpdrop/
H A Dtcpdrop.c64 if (unveil(_PATH_HOSTS, "r") == -1)
65 err(1, "unveil %s", _PATH_HOSTS);

Completed in 225 milliseconds