Home
last modified time | relevance | path

Searched refs:pfatal_with_name (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/diff/src/
H A Dutil.c60 pfatal_with_name (char const *name) in pfatal_with_name() function
193 pfatal_with_name (_("write failed")); in begin_output()
201 pfatal_with_name ("pipe"); in begin_output()
205 pfatal_with_name ("fork"); in begin_output()
213 pfatal_with_name ("dup2"); in begin_output()
225 pfatal_with_name ("fdopen"); in begin_output()
238 pfatal_with_name (command); in begin_output()
293 pfatal_with_name (_("write failed")); in finish_output()
295 pfatal_with_name ("waitpid"); in finish_output()
H A Ddiff.h369 void pfatal_with_name (char const *) __attribute__((noreturn));
H A Ddiff.c494 pfatal_with_name (optarg); in main()
857 pfatal_with_name (_("standard output")); in check_stdout()
1348 pfatal_with_name (_("standard output")); in compare_files()
H A Dio.c79 pfatal_with_name (current->name); in file_block_read()
130 pfatal_with_name (current->name); in sip()
/freebsd/contrib/diff/
H A DChangeLog1785 (pfatal_with_name): Likewise.
1889 (pfatal_with_name): Abort if error returns.