Searched refs:outfp (Results 1 - 3 of 3) sorted by relevance

/external/dropbear/
H A Dnetbsd_getpass.c66 FILE *fp, *outfp; local
79 if ((outfp = fp = fopen(_PATH_TTY, "w+")) == NULL) {
80 outfp = stderr;
99 (void)fputs(prompt, outfp);
100 rewind(outfp); /* implied flush */
105 (void)write(fileno(outfp), "\n", 1);
/external/checkpolicy/
H A Dcheckmodule.c113 FILE *outfp = NULL; local
120 outfp = fopen(file, "w");
121 if (!outfp) {
132 pf.fp = outfp;
138 fclose(outfp);
H A Dcheckpolicy.c394 FILE *outfp = NULL; local
602 outfp = fopen(outfile, "w");
603 if (!outfp) {
613 pf.fp = outfp;
620 fclose(outfp);

Completed in 449 milliseconds