Home
last modified time | relevance | path

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

/freebsd-14.2/lib/libc/rpc/
H A Dgetpublickey.c53 #define PKFILE "/etc/publickey" macro
97 fd = fopen(PKFILE, "r"); in getpublicandprivatekey()
136 "Bad record in %s '+' -- NIS not supported in this library copy\n", PKFILE); in getpublicandprivatekey()
144 "Bad record in %s -- %s", PKFILE, buf); in getpublicandprivatekey()
152 "Bad record in %s val problem - %s", PKFILE, buf); in getpublicandprivatekey()
/freebsd-14.2/usr.bin/newkey/
H A Dnewkey.c87 static char PKFILE[] = "/etc/publickey"; variable
189 return (localupdate(name, PKFILE, YPOP_STORE, in setpublicmap()
/freebsd-14.2/usr.bin/chkey/
H A Dchkey.c71 static char PKFILE[] = "/etc/publickey"; variable
240 return (localupdate(name, PKFILE, YPOP_STORE, in setpublicmap()
/freebsd-14.2/usr.sbin/rpc.ypupdated/
H A Dupdate.c74 static char PKFILE[] = "/etc/publickey"; variable