| /freebsd-14.2/lib/libpmc/pmu-events/ |
| H A D | jevents.c | 332 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-14.2/usr.bin/bintrans/ |
| H A D | uudecode.c | 177 outfp = stdout; in decode() 278 outfp = stdout; in decode2() 356 if (outfp != stdout) { in checkout() 357 (void)fclose(outfp); in checkout() 358 outfp = stdout; in checkout() 403 putc(ch, outfp); in uu_decode() 405 putc(ch, outfp); in uu_decode() 407 putc(ch, outfp); in uu_decode() 413 putc(ch, outfp); in uu_decode() 421 putc(ch, outfp); in uu_decode() [all …]
|
| /freebsd-14.2/usr.sbin/autofs/ |
| H A D | popen.c | 61 FILE *outfp; member 126 close(fileno(p->outfp)); in auto_popen() 135 cur->outfp = fdopen(outfds[0], "r"); in auto_popen() 143 return (cur->outfp); in auto_popen() 157 if (cur->outfp == iop) in auto_pclose() 169 fclose(cur->outfp); in auto_pclose()
|
| /freebsd-14.2/contrib/openbsm/libbsm/ |
| H A D | bsm_io.c | 889 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-14.2/usr.sbin/uefisign/ |
| H A D | child.c | 229 FILE *outfp = NULL, *infp = NULL; in child() local 234 outfp = checked_fopen(outpath, "w"); in child() 267 save(x, outfp, outpath); in child()
|
| /freebsd-14.2/usr.bin/sdiff/ |
| H A D | sdiff.c | 77 FILE *outfp; /* file to save changes to */ variable 329 if (outfile && (outfp = fopen(outfile, "w")) == NULL) in main() 590 fprintf(outfp, "%s\n", s1); in prompt() 599 fprintf(outfp, "%s\n", s2); in prompt() 627 fclose(outfp); in prompt() 1029 if (outfp) in processq() 1032 fprintf(outfp, "%s\n", left); in processq()
|
| H A D | extern.h | 8 extern FILE *outfp; /* file to save changes to */
|
| H A D | edit.c | 194 nwritten = fwrite(buf, sizeof(*buf), nread, outfp); in eparse()
|
| /freebsd-14.2/contrib/openbsm/bsm/ |
| H A D | libbsm.h | 862 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-14.2/sys/kern/ |
| H A D | vfs_syscalls.c | 4907 struct file *infp, *outfp; in kern_copy_file_range() local 4914 infp = outfp = NULL; in kern_copy_file_range() 4946 outoffp != NULL ? &cap_pwrite_rights : &cap_write_rights, &outfp); in kern_copy_file_range() 4949 if (outfp->f_ops == &badfileops) { in kern_copy_file_range() 4953 if (outfp->f_vnode == NULL) { in kern_copy_file_range() 4962 outoffp = &outfp->f_offset; in kern_copy_file_range() 4967 outvp = outfp->f_vnode; in kern_copy_file_range() 4969 if ((outfp->f_flag & (FWRITE | FAPPEND)) != FWRITE || in kern_copy_file_range() 5005 flags, infp->f_cred, outfp->f_cred, td); in kern_copy_file_range() 5015 if (outfp != NULL) in kern_copy_file_range() [all …]
|