Lines Matching refs:rootfile
120 FILE *rootfile, *bakfile; in write_rootkey() local
138 if (!(rootfile = fdopen(rootfd, "w"))) { in write_rootkey()
151 (void) fclose(rootfile); in write_rootkey()
174 fprintf(rootfile, "%s\n", secret); in write_rootkey()
176 fprintf(rootfile, "%s", line); in write_rootkey()
177 (void) fflush(rootfile); in write_rootkey()
190 fprintf(rootfile, "%s %d\n", secret, algtype); in write_rootkey()
192 fprintf(rootfile, "%s", line); in write_rootkey()
193 (void) fflush(rootfile); in write_rootkey()
200 fprintf(rootfile, "%s\n", secret); in write_rootkey()
203 fprintf(rootfile, "\n"); in write_rootkey()
204 fprintf(rootfile, "%s %d\n", secret, algtype); in write_rootkey()
207 (void) fflush(rootfile); in write_rootkey()
208 fclose(rootfile); in write_rootkey()