Home
last modified time | relevance | path

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

/dragonfly/lib/libc/rpc/
H A Dgetpublickey.c52 #define PKFILE "/etc/publickey" macro
96 fd = fopen(PKFILE, "r"); in getpublicandprivatekey()
135 "Bad record in %s '+' -- NIS not supported in this library copy\n", PKFILE); in getpublicandprivatekey()
143 "Bad record in %s -- %s", PKFILE, buf); in getpublicandprivatekey()
151 "Bad record in %s val problem - %s", PKFILE, buf); in getpublicandprivatekey()
/dragonfly/usr.bin/newkey/
H A Dnewkey.c81 static char PKFILE[] = "/etc/publickey"; variable
184 return (localupdate(name, PKFILE, YPOP_STORE, name, pkent)); in setpublicmap()
/dragonfly/usr.bin/chkey/
H A Dchkey.c68 static char PKFILE[] = "/etc/publickey"; variable
236 return (localupdate(name, PKFILE, YPOP_STORE, in setpublicmap()
/dragonfly/usr.sbin/rpc.ypupdated/
H A Dupdate.c71 static char PKFILE[] = "/etc/publickey"; variable