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

/freebsd-12-stable/usr.bin/sdiff/
H A Dextern.h9 extern FILE *outfp; /* file to save changes to */
H A Dsdiff.c77 FILE *outfp; /* file to save changes to */ variable
325 if (outfile && (outfp = fopen(outfile, "w")) == NULL)
570 fprintf(outfp, "%s\n", s1);
579 fprintf(outfp, "%s\n", s2);
607 fclose(outfp);
1008 /* Write to outfp, prompting user if lines are different. */
1009 if (outfp)
1012 fprintf(outfp, "%s\n", left);
H A Dedit.c196 nwritten = fwrite(buf, sizeof(*buf), nread, outfp);
/freebsd-12-stable/usr.sbin/ndiscvt/
H A Dndiscvt.c280 FILE *fp, *outfp; local
342 outfp = stdout;
344 outfp = fopen(outfile, "w");
345 if (outfp == NULL)
349 fprintf(outfp, "\n/*\n");
350 fprintf(outfp, " * Generated from %s and %s (%d bytes)\n",
352 fprintf(outfp, " */\n\n");
358 fprintf (outfp, "#define NDIS_DEVNAME \"%s\"\n", dname);
359 fprintf (outfp, "#define NDIS_MODNAME %s\n\n", dname);
363 fprintf (outfp, "#ifde
[all...]
H A Dinf.c78 inf_parse (FILE *fp, FILE *outfp) argument
84 ofp = outfp;
93 fprintf(outfp, "#ifdef NDIS_REGVALS\n");
95 fprintf(outfp, "#endif /* NDIS_REGVALS */\n");
/freebsd-12-stable/lib/libpmc/pmu-events/
H A Djevents.c314 FILE *outfp; member in struct:perf_entry_data
333 FILE *outfp = pd->outfp; local
340 fprintf(outfp, "{\n");
343 fprintf(outfp, "\t.name = \"%s\",\n", name);
345 fprintf(outfp, "\t.event = \"%s\",\n", event);
346 fprintf(outfp, "\t.desc = \"%s\",\n", desc);
347 fprintf(outfp, "\t.topic = \"%s\",\n", etopic);
349 fprintf(outfp, "\t.long_desc = \"%s\",\n", long_desc);
351 fprintf(outfp, "\
441 print_events_table_suffix(FILE *outfp) argument
739 print_mapping_table_prefix(FILE *outfp) argument
744 print_mapping_table_suffix(FILE *outfp) argument
760 process_mapfile(FILE *outfp, char *fpath) argument
845 FILE *outfp; local
[all...]
/freebsd-12-stable/usr.sbin/autofs/
H A Dpopen.c63 FILE *outfp; member in struct:pid
128 close(fileno(p->outfp));
137 cur->outfp = fdopen(outfds[0], "r");
145 return (cur->outfp);
159 if (cur->outfp == iop)
171 fclose(cur->outfp);
/freebsd-12-stable/usr.bin/uudecode/
H A Duudecode.c71 static FILE *infp, *outfp; variable
158 outfp = stdout;
259 outfp = stdout;
292 (outfp = fdopen(fd, "w")) == NULL) {
327 if (fclose(outfp) != 0) {
373 putc(ch, outfp);
375 putc(ch, outfp);
377 putc(ch, outfp);
383 putc(ch, outfp);
391 putc(ch, outfp);
[all...]
/freebsd-12-stable/usr.sbin/uefisign/
H A Dchild.c232 FILE *outfp = NULL, *infp = NULL; local
237 outfp = checked_fopen(outpath, "w");
270 save(x, outfp, outpath);
/freebsd-12-stable/contrib/openbsm/libbsm/
H A Dbsm_io.c889 au_print_xml_header(FILE *outfp) argument
892 fprintf(outfp, "<?xml version='1.0' ?>\n");
893 fprintf(outfp, "<audit>\n");
900 au_print_xml_footer(FILE *outfp) argument
903 fprintf(outfp, "</audit>\n");
4282 au_print_flags_tok(FILE *outfp, tokenstr_t *tok, char *del, int oflags) argument
4287 print_header32_tok(outfp, tok, del, oflags);
4291 print_header32_ex_tok(outfp, tok, del, oflags);
4295 print_header64_tok(outfp, tok, del, oflags);
4299 print_header64_ex_tok(outfp, to
4467 au_print_tok(FILE *outfp, tokenstr_t *tok, char *del, char raw, char sfrm) argument
4483 au_print_tok_xml(FILE *outfp, tokenstr_t *tok, char *del, char raw, char sfrm) argument
[all...]
/freebsd-12-stable/contrib/openbsm/bsm/
H A Dlibbsm.h862 void au_print_tok(FILE *outfp, tokenstr_t *tok,
864 void au_print_flags_tok(FILE *outfp, tokenstr_t *tok,
866 void au_print_tok_xml(FILE *outfp, tokenstr_t *tok,
872 void au_print_xml_header(FILE *outfp);
873 void au_print_xml_footer(FILE *outfp);

Completed in 260 milliseconds