Searched refs:ROOTKEY (Results 1 – 2 of 2) sorted by relevance
73 static char ROOTKEY[] = "/etc/.rootkey"; variable198 fd = open(ROOTKEY, O_WRONLY|O_TRUNC|O_CREAT, 0); in main()200 warn("%s", ROOTKEY); in main()206 warn("%s: write", ROOTKEY); in main()
86 static char ROOTKEY[] = "/etc/.rootkey"; variable243 fd = open(ROOTKEY, O_RDONLY, 0); in getrootkey()249 warnx("the key read from %s was too short", ROOTKEY); in getrootkey()286 fd = open(ROOTKEY, O_WRONLY|O_TRUNC|O_CREAT, 0); in getrootkey()