Home
last modified time | relevance | path

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

/minix3/include/
H A Dnetdb.h112 #ifndef _PATH_HEQUIV
113 #define _PATH_HEQUIV "/etc/hosts.equiv" macro
/minix3/external/bsd/libpcap/dist/Win32/Include/net/
H A Dpaths.h55 #define _PATH_HEQUIV __PATH_ETC_INET"/hosts.equiv" macro
H A Dnetdb.h70 #define _PATH_HEQUIV __PATH_ETC_INET"/hosts.equiv" macro
/minix3/crypto/external/bsd/heimdal/dist/lib/roken/
H A Droken-common.h137 #ifndef _PATH_HEQUIV
138 #define _PATH_HEQUIV "/etc/hosts.equiv" macro
H A Diruserok.c231 hostf = superuser ? NULL : fopen(_PATH_HEQUIV, "r"); in iruserok()
/minix3/lib/libc/net/
H A Drcmd.c678 hostf = superuser ? NULL : fopen(_PATH_HEQUIV, "re"); in iruserok_sa()