Lines Matching refs:rootfile
122 FILE *rootfile, *bakfile; in write_rootkey() local
140 if (!(rootfile = fdopen(rootfd, "w"))) { in write_rootkey()
153 (void) fclose(rootfile); in write_rootkey()
176 fprintf(rootfile, "%s\n", secret); in write_rootkey()
178 fprintf(rootfile, "%s", line); in write_rootkey()
179 (void) fflush(rootfile); in write_rootkey()
192 fprintf(rootfile, "%s %d\n", secret, algtype); in write_rootkey()
194 fprintf(rootfile, "%s", line); in write_rootkey()
195 (void) fflush(rootfile); in write_rootkey()
202 fprintf(rootfile, "%s\n", secret); in write_rootkey()
205 fprintf(rootfile, "\n"); in write_rootkey()
206 fprintf(rootfile, "%s %d\n", secret, algtype); in write_rootkey()
209 (void) fflush(rootfile); in write_rootkey()
210 fclose(rootfile); in write_rootkey()