Home
last modified time | relevance | path

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

/freebsd/lib/libc/rpc/
H A Dgetpublickey.c50 #define PKFILE "/etc/publickey" macro
94 fd = fopen(PKFILE, "r"); in getpublicandprivatekey()
133 "Bad record in %s '+' -- NIS not supported in this library copy\n", PKFILE); in getpublicandprivatekey()
141 "Bad record in %s -- %s", PKFILE, buf); in getpublicandprivatekey()
149 "Bad record in %s val problem - %s", PKFILE, buf); in getpublicandprivatekey()
/freebsd/usr.sbin/rpc.ypupdated/
H A Dupdate.c68 static char PKFILE[] = "/etc/publickey"; variable