Searched refs:_PATH_HEQUIV (Results 1 – 6 of 6) sorted by relevance
112 #ifndef _PATH_HEQUIV113 #define _PATH_HEQUIV "/etc/hosts.equiv" macro
55 #define _PATH_HEQUIV __PATH_ETC_INET"/hosts.equiv" macro
70 #define _PATH_HEQUIV __PATH_ETC_INET"/hosts.equiv" macro
137 #ifndef _PATH_HEQUIV138 #define _PATH_HEQUIV "/etc/hosts.equiv" macro
231 hostf = superuser ? NULL : fopen(_PATH_HEQUIV, "r"); in iruserok()
678 hostf = superuser ? NULL : fopen(_PATH_HEQUIV, "re"); in iruserok_sa()