Home
last modified time | relevance | path

Searched refs:_PATH_HEQUIV (Results 1 – 2 of 2) sorted by relevance

/dragonfly/include/
H A Dnetdb.h88 #ifndef _PATH_HEQUIV
89 # define _PATH_HEQUIV "/etc/hosts.equiv" macro
/dragonfly/lib/libc/net/
H A Drcmd.c440 hostf = superuser ? NULL : fopen(_PATH_HEQUIV, "r"); in iruserok_sa()