Searched refs:PKFILE (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12-stable/lib/libc/rpc/ |
| D | getpublickey.c | 56 #define PKFILE "/etc/publickey" macro 100 fd = fopen(PKFILE, "r"); in getpublicandprivatekey() 139 "Bad record in %s '+' -- NIS not supported in this library copy\n", PKFILE); in getpublicandprivatekey() 147 "Bad record in %s -- %s", PKFILE, buf); in getpublicandprivatekey() 155 "Bad record in %s val problem - %s", PKFILE, buf); in getpublicandprivatekey()
|
| /freebsd-12-stable/usr.bin/newkey/ |
| D | newkey.c | 89 static char PKFILE[] = "/etc/publickey"; variable 191 return (localupdate(name, PKFILE, YPOP_STORE, in setpublicmap()
|
| /freebsd-12-stable/usr.bin/chkey/ |
| D | chkey.c | 73 static char PKFILE[] = "/etc/publickey"; variable 242 return (localupdate(name, PKFILE, YPOP_STORE, in setpublicmap()
|
| /freebsd-12-stable/usr.sbin/rpc.ypupdated/ |
| D | update.c | 76 static char PKFILE[] = "/etc/publickey"; variable
|