Searched refs:ROOTKEY (Results 1 – 2 of 2) sorted by relevance
120 static char ROOTKEY[] = "/etc/.rootkey"; variable523 if (!(rootkey = fopen(ROOTKEY, "r"))) in getotherrootkeys()585 if ((fp = fopen(ROOTKEY, "w")) == NULL) {587 "Cannot open %s for write\n", ROOTKEY);
58 extern char ROOTKEY[];