Searched refs:PKFILE (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/lib/libc/rpc/ |
| H A D | getpublickey.c | 53 #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 D | newkey.c | 87 static char PKFILE[] = "/etc/publickey"; variable 189 return (localupdate(name, PKFILE, YPOP_STORE, in setpublicmap()
|
| /freebsd-14.2/usr.bin/chkey/ |
| H A D | chkey.c | 71 static char PKFILE[] = "/etc/publickey"; variable 240 return (localupdate(name, PKFILE, YPOP_STORE, in setpublicmap()
|
| /freebsd-14.2/usr.sbin/rpc.ypupdated/ |
| H A D | update.c | 74 static char PKFILE[] = "/etc/publickey"; variable
|