/netbsd-src/external/gpl2/gmake/dist/ |
H A D | misc.c | 322 pfatal_with_name (const char *name) in pfatal_with_name() function 665 pfatal_with_name ("get{e}[gu]id"); in init_access() 699 pfatal_with_name ("user_access: seteuid"); in user_access() 714 pfatal_with_name ("user_access: setuid"); in user_access() 726 pfatal_with_name ("user_access: setreuid"); in user_access() 733 pfatal_with_name ("user_access: setegid"); in user_access() 737 pfatal_with_name ("user_access: setgid"); in user_access() 740 pfatal_with_name ("user_access: setregid"); in user_access() 768 pfatal_with_name ("make_access: seteuid"); in make_access() 772 pfatal_with_name ("make_access: setuid"); in make_access() [all …]
|
H A D | job.c | 539 pfatal_with_name ("remote_status"); in reap_children() 565 pfatal_with_name ("wait"); in reap_children() 862 pfatal_with_name (_("write jobserver")); in free_child() 1718 pfatal_with_name (_("read jobs pipe")); in new_job()
|
H A D | make.h | 415 extern void pfatal_with_name PARAMS ((const char *)) __attribute__ ((noreturn));
|
H A D | vmsjobs.c | 486 pfatal_with_name (_("fopen (temporary file)")); in child_execute_job()
|
H A D | commands.c | 518 pfatal_with_name ("kill"); in fatal_error_signal()
|
H A D | read.c | 2635 pfatal_with_name (ebuf->floc.filenm); in readline()
|
H A D | ChangeLog | 1969 (pfatal_with_name): Ditto.
|
/netbsd-src/external/gpl2/diffutils/dist/src/ |
H A D | util.c | 63 pfatal_with_name (char const *name) in pfatal_with_name() function 196 pfatal_with_name (_("write failed")); in begin_output() 204 pfatal_with_name ("pipe"); in begin_output() 208 pfatal_with_name ("fork"); in begin_output() 216 pfatal_with_name ("dup2"); in begin_output() 228 pfatal_with_name ("fdopen"); in begin_output() 241 pfatal_with_name (command); in begin_output() 295 pfatal_with_name (_("write failed")); in finish_output() 297 pfatal_with_name ("waitpid"); in finish_output()
|
H A D | diff.h | 368 void pfatal_with_name (char const *) __attribute__((noreturn));
|
H A D | diff.c | 491 pfatal_with_name (optarg); in main() 831 pfatal_with_name (_("standard output")); in check_stdout() 1358 pfatal_with_name (_("standard output")); in compare_files()
|
H A D | io.c | 81 pfatal_with_name (current->name); in file_block_read() 132 pfatal_with_name (current->name); in sip()
|
/netbsd-src/external/gpl2/xcvs/dist/diff/ |
H A D | util.c | 73 pfatal_with_name (text) in pfatal_with_name() function 220 pfatal_with_name ("pipe"); in begin_output() 226 pfatal_with_name ("vfork"); in begin_output() 234 pfatal_with_name ("dup2"); in begin_output() 239 pfatal_with_name (PR_PROGRAM); in begin_output() 246 pfatal_with_name ("fdopen"); in begin_output() 258 pfatal_with_name (command); in begin_output() 310 pfatal_with_name ("write error"); in finish_output() 314 pfatal_with_name ("waitpid"); in finish_output()
|
H A D | io.c | 106 pfatal_with_name (current->name); 112 pfatal_with_name (current->name); 155 pfatal_with_name (current->name); 175 pfatal_with_name (current->name);
|
H A D | diff.h | 345 void pfatal_with_name PARAMS((char const *));
|
H A D | diff.c | 522 pfatal_with_name (optarg);
|
H A D | ChangeLog | 506 (pfatal_with_name, diff_error): Likewise. 706 (pfatal_with_name): Use DIFF_ABORT instead of exit.
|
H A D | analyze.c | 883 pfatal_with_name (filevec[i].name);
|
/netbsd-src/external/gpl2/texinfo/dist/util/ |
H A D | install-info.c | 203 pfatal_with_name (const char *name) in pfatal_with_name() function 509 pfatal_with_name (dirfile); in ensure_dirfile_exists() 587 pfatal_with_name (filename); in open_possibly_compressed_file() 590 pfatal_with_name (filename); in open_possibly_compressed_file() 603 pfatal_with_name (*opened_filename); in open_possibly_compressed_file() 636 pfatal_with_name (*opened_filename); in open_possibly_compressed_file() 641 pfatal_with_name (command); in open_possibly_compressed_file() 646 pfatal_with_name (*opened_filename); in open_possibly_compressed_file() 688 pfatal_with_name (real_name); in readfile()
|
H A D | texindex.c | 123 void pfatal_with_name (const char *name); 178 pfatal_with_name (infiles[i]); in main() 181 pfatal_with_name (infiles[i]); in main() 187 pfatal_with_name (infiles[i]); in main() 837 pfatal_with_name (outfile); in sort_in_core() 1182 pfatal_with_name (const char *name) in pfatal_with_name() function
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | FSFChangeLog | 855 (pfatal_with_name): Invoke perror_with_name, not fatal. 857 (pfatal_pexecute): Invoke pfatal_with_name, not fatal.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | FSFChangeLog | 855 (pfatal_with_name): Invoke perror_with_name, not fatal. 857 (pfatal_pexecute): Invoke pfatal_with_name, not fatal.
|
H A D | ChangeLog-1999 | 457 pfatal_with_name, fatal_io_error, need_error_newline, 3643 (pfatal_with_name, fancy_abort, botch, fatal, catch_signal): Mark 4499 perror_with_name, pfatal_with_name, main, trigraph_pcp, 17983 pfatal_with_name, perror_with_name, pfatal_pexecute, fatal, error, 20306 (pfatal_with_name): Likewise. 21012 target_options, print_time, pfatal_with_name, fatal_io_error, 21022 * toplev.h (print_time, fatal, fatal_io_error, pfatal_with_name, 21694 * mips-tfile.c (pfatal_with_name): Apply `const' keyword to char*.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | ChangeLog-1995 | 70 (pfatal_with_name, perror_exec): Don't assume that 358 * g++.c (pfatal_with_name): Add missing third argument to concat.
|
H A D | ChangeLog-1996 | 256 (pfatal_with_name): Delete fn.
|
/netbsd-src/external/gpl2/diffutils/dist/ |
H A D | ChangeLog | 1316 (pfatal_with_name): Likewise. 1420 (pfatal_with_name): Abort if error returns.
|