Home
last modified time | relevance | path

Searched refs:get_output_file_name (Results 1 – 7 of 7) sorted by relevance

/freebsd-12-stable/contrib/gperf/src/
Dmain.cc83 if (option.get_output_file_name ()) in main()
84 if (strcmp (option.get_output_file_name (), "-") != 0) in main()
85 if (!freopen (option.get_output_file_name (), "w", stdout)) in main()
88 option.get_output_file_name ()); in main()
Doptions.h145 const char * get_output_file_name () const;
Doptions.icc49 Options::get_output_file_name () const
/freebsd-12-stable/contrib/gcc/
Dgengtype.h175 const char *get_output_file_name (const char *);
Dgengtype.c1299 get_output_file_name (const char *input_file) in get_output_file_name() function
2488 const char *name = get_output_file_name (fn); in put_mangled_filename()
DChangeLog-200215930 (get_output_file_name): Just look at 'name' field in struct outf.
18028 (get_output_file_name): New function.
18035 (get_output_file_name): Prototype.
/freebsd-12-stable/contrib/gperf/
DChangeLog959 * src/options.h (Output::get_output_file_name): New method.
961 * src/options.icc (Options::get_output_file_name): New method.