Home
last modified time | relevance | path

Searched refs:out_file (Results 1 – 11 of 11) sorted by relevance

/dragonfly/contrib/wpa_supplicant/src/utils/
H A Dwpa_debug.c65 static FILE *out_file = NULL; variable
79 if (out_file) { in wpa_debug_print_timestamp()
226 if (out_file) { in wpa_printf()
353 if (out_file) { in _wpa_hexdump()
434 if (out_file) { in _wpa_hexdump_ascii()
436 fprintf(out_file, in _wpa_hexdump_ascii()
442 fprintf(out_file, in _wpa_hexdump_ascii()
582 if (out_file == NULL) { in wpa_debug_open_file()
601 if (!out_file) in wpa_debug_close_file()
603 fclose(out_file); in wpa_debug_close_file()
[all …]
/dragonfly/sbin/ffsinfo/
H A Dffsinfo.c144 char *out_file = NULL; in main() local
177 if (out_file) in main()
178 free(out_file); in main()
179 out_file = strdup(optarg); in main()
275 DBG_OPEN(out_file); /* already here we need a superblock */ in main()
/dragonfly/contrib/grep/src/
H A Dgrep.c1008 static int out_file; variable
1105 if (out_file) in print_line_head()
1133 if (align_tabs && (out_file | out_line | out_byte) && len != 0) in print_line_head()
1782 if (out_file < 0) in grepdesc()
1783 out_file = !!S_ISDIR (st.st_mode); in grepdesc()
1854 if (out_file) in grepdesc()
2910 out_file = (filename_option == 0 && num_operands <= 1 in main()
/dragonfly/gnu/usr.bin/cc47/
H A DMakefile.tgt28 out_file= $(srcdir)/config/${GCC_CPU}/${GCC_CPU}.c
H A DMakefile.langs67 $(srcdir)/targhooks.c $(out_file) $(srcdir)/passes.c $(srcdir)/cgraphunit.c \
/dragonfly/gnu/usr.bin/cc80/
H A DMakefile.tgt24 out_file= $(srcdir)/config/i386/i386.c
H A DMakefile.langs80 $(srcdir)/targhooks.c $(out_file) $(srcdir)/passes.c $(srcdir)/cgraphunit.c \
/dragonfly/contrib/bmake/
H A Ddir.c1064 const char *name, char **out_file) in FindFileRelative() argument
1120 *out_file = file; in FindFileRelative()
1126 const char *name, const char *base, char **out_file) in FindFileAbsolute() argument
1166 *out_file = file; in FindFileAbsolute()
/dragonfly/crypto/openssh/
H A Dssh-keygen.c2936 do_moduli_gen(const char *out_file, char **opts, size_t nopts) in do_moduli_gen() argument
2973 if ((out = fopen(out_file, "w")) == NULL) { in do_moduli_gen()
2975 out_file, strerror(errno)); in do_moduli_gen()
2989 do_moduli_screen(const char *out_file, char **opts, size_t nopts) in do_moduli_screen() argument
3037 if ((out = fopen(out_file, "a")) == NULL) { in do_moduli_screen()
3039 out_file, strerror(errno)); in do_moduli_screen()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dgcc.c6947 char **out_file, char **err_file) in do_report_bug() argument
6950 int fd = open (*out_file, O_RDWR | O_APPEND); in do_report_bug()
6964 status = run_attempt (new_argv, *out_file, *err_file, 0, 1); in do_report_bug()
6969 " please attach this to your bugreport.\n", *out_file); in do_report_bug()
6971 free (*out_file); in do_report_bug()
6972 *out_file = NULL; in do_report_bug()
/dragonfly/contrib/gdb-7/gdb/
H A Ddwarf2read.c20396 FILE *out_file; in write_psymtabs_to_index() local
20420 out_file = fopen (filename, "wb"); in write_psymtabs_to_index()
20421 if (!out_file) in write_psymtabs_to_index()
20550 write_obstack (out_file, &contents); in write_psymtabs_to_index()
20551 write_obstack (out_file, &cu_list); in write_psymtabs_to_index()
20552 write_obstack (out_file, &types_cu_list); in write_psymtabs_to_index()
20553 write_obstack (out_file, &addr_obstack); in write_psymtabs_to_index()
20554 write_obstack (out_file, &symtab_obstack); in write_psymtabs_to_index()
20555 write_obstack (out_file, &constant_pool); in write_psymtabs_to_index()
20557 fclose (out_file); in write_psymtabs_to_index()