Lines Matching refs:rootfile
741 FILE *rootfile, *bakfile; in write_rootkey() local
759 if (!(rootfile = fdopen(rootfd, "w"))) { in write_rootkey()
772 fclose(rootfile); in write_rootkey()
795 fprintf(rootfile, "%s\n", secret); in write_rootkey()
797 fprintf(rootfile, "%s", line); in write_rootkey()
798 fflush(rootfile); in write_rootkey()
811 fprintf(rootfile, "%s %d\n", secret, algtype); in write_rootkey()
813 fprintf(rootfile, "%s", line); in write_rootkey()
814 fflush(rootfile); in write_rootkey()
821 fprintf(rootfile, "%s\n", secret); in write_rootkey()
824 fprintf(rootfile, "\n"); in write_rootkey()
825 fprintf(rootfile, "%s %d\n", secret, algtype); in write_rootkey()
828 fflush(rootfile); in write_rootkey()
829 fclose(rootfile); in write_rootkey()