Home
last modified time | relevance | path

Searched refs:outfp (Results 1 – 10 of 10) sorted by relevance

/freebsd/lib/libpmc/pmu-events/
H A Djevents.c332 FILE *outfp; member
347 FILE *outfp = pd->outfp; in print_events_table_entry() local
354 fprintf(outfp, "{\n"); in print_events_table_entry()
384 fprintf(outfp, "},\n"); in print_events_table_entry()
468 fprintf(outfp, "{\n"); in print_events_table_suffix()
474 fprintf(outfp, "},\n"); in print_events_table_suffix()
834 fprintf(outfp, "{\n"); in print_mapping_table_suffix()
977 FILE *outfp; in create_empty_mapping() local
983 if (!outfp) { in create_empty_mapping()
993 fclose(outfp); in create_empty_mapping()
[all …]
/freebsd/usr.bin/bintrans/
H A Duudecode.c165 outfp = stdout; in decode()
266 outfp = stdout; in decode2()
344 if (outfp != stdout) { in checkout()
345 (void)fclose(outfp); in checkout()
346 outfp = stdout; in checkout()
391 putc(ch, outfp); in uu_decode()
393 putc(ch, outfp); in uu_decode()
395 putc(ch, outfp); in uu_decode()
401 putc(ch, outfp); in uu_decode()
409 putc(ch, outfp); in uu_decode()
[all …]
/freebsd/usr.sbin/autofs/
H A Dpopen.c60 FILE *outfp; member
125 close(fileno(p->outfp)); in auto_popen()
134 cur->outfp = fdopen(outfds[0], "r"); in auto_popen()
142 return (cur->outfp); in auto_popen()
156 if (cur->outfp == iop) in auto_pclose()
168 fclose(cur->outfp); in auto_pclose()
/freebsd/contrib/openbsm/libbsm/
H A Dbsm_io.c889 au_print_xml_header(FILE *outfp) in au_print_xml_header() argument
892 fprintf(outfp, "<?xml version='1.0' ?>\n"); in au_print_xml_header()
893 fprintf(outfp, "<audit>\n"); in au_print_xml_header()
900 au_print_xml_footer(FILE *outfp) in au_print_xml_footer() argument
903 fprintf(outfp, "</audit>\n"); in au_print_xml_footer()
4315 print_arb_tok(outfp, tok, del, oflags); in au_print_flags_tok()
4327 print_exit_tok(outfp, tok, del, oflags); in au_print_flags_tok()
4339 print_file_tok(outfp, tok, del, oflags); in au_print_flags_tok()
4355 print_ip_tok(outfp, tok, del, oflags); in au_print_flags_tok()
4359 print_ipc_tok(outfp, tok, del, oflags); in au_print_flags_tok()
[all …]
/freebsd/usr.sbin/uefisign/
H A Dchild.c228 FILE *outfp = NULL, *infp = NULL; in child() local
233 outfp = checked_fopen(outpath, "w"); in child()
266 save(x, outfp, outpath); in child()
/freebsd/usr.bin/sdiff/
H A Dsdiff.c76 FILE *outfp; /* file to save changes to */ variable
328 if (outfile && (outfp = fopen(outfile, "w")) == NULL) in main()
589 fprintf(outfp, "%s\n", s1); in prompt()
598 fprintf(outfp, "%s\n", s2); in prompt()
626 fclose(outfp); in prompt()
1028 if (outfp) in processq()
1031 fprintf(outfp, "%s\n", left); in processq()
H A Dextern.h8 extern FILE *outfp; /* file to save changes to */
H A Dedit.c193 nwritten = fwrite(buf, sizeof(*buf), nread, outfp); in eparse()
/freebsd/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);
/freebsd/sys/kern/
H A Dvfs_syscalls.c4904 struct file *infp, *outfp; in kern_copy_file_range() local
4911 infp = outfp = NULL; in kern_copy_file_range()
4943 outoffp != NULL ? &cap_pwrite_rights : &cap_write_rights, &outfp); in kern_copy_file_range()
4946 if (outfp->f_ops == &badfileops) { in kern_copy_file_range()
4950 if (outfp->f_vnode == NULL) { in kern_copy_file_range()
4959 outoffp = &outfp->f_offset; in kern_copy_file_range()
4964 outvp = outfp->f_vnode; in kern_copy_file_range()
4966 if ((outfp->f_flag & (FWRITE | FAPPEND)) != FWRITE || in kern_copy_file_range()
5002 flags, infp->f_cred, outfp->f_cred, td); in kern_copy_file_range()
5012 if (outfp != NULL) in kern_copy_file_range()
[all …]