Searched defs:ROOTKEY (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/keyserv/
H A Dkeyserv.c118 static char ROOTKEY[] = "/etc/.rootkey"; variable
521 if (!(rootkey = fopen(ROOTKEY, "r")))
525 debug(KEYSERV_DEBUG0, ("ROOTKEY %d: %s\n", count, line));
583 if ((fp = fopen(ROOTKEY, "w")) == NULL) {
585 "Cannot open %s for write\n", ROOTKEY);

Completed in 46 milliseconds