/netbsd-src/external/gpl3/gdb/dist/gdb/ |
H A D | riscv-netbsd-nat.c | 75 perror_with_name (_("Couldn't get registers")); in fetch_registers() 86 perror_with_name (_("Couldn't get floating point status")); in fetch_registers() 108 perror_with_name (_("Couldn't get registers")); in store_registers() 114 perror_with_name (_("Couldn't write registers")); in store_registers() 122 perror_with_name (_("Couldn't get floating point status")); in store_registers() 128 perror_with_name (_("Couldn't write floating point status")); in store_registers()
|
H A D | aarch64-netbsd-nat.c | 74 perror_with_name (_("Couldn't get registers")); in fetch_registers() 85 perror_with_name (_("Couldn't get floating point status")); in fetch_registers() 108 perror_with_name (_("Couldn't get registers")); in store_registers() 114 perror_with_name (_("Couldn't write registers")); in store_registers() 122 perror_with_name (_("Couldn't get floating point status")); in store_registers() 128 perror_with_name (_("Couldn't write floating point status")); in store_registers()
|
/netbsd-src/external/gpl2/xcvs/dist/diff/ |
H A D | diff.c | 700 perror_with_name ("could not open output file"); 721 perror_with_name ("close error on output file"); 1022 perror_with_name (inf[i].name); 1055 perror_with_name (filename); 1153 perror_with_name (inf[0].name); 1162 perror_with_name (inf[1].name); 1182 perror_with_name (inf[0].name); 1188 perror_with_name (inf[1].name);
|
H A D | diff3.c | 225 void perror_with_name PARAMS((char const *)); 420 perror_with_name (file[i]); 447 perror_with_name (out); 492 perror_with_name (file[rev_mapping[FILE0]]); 509 perror_with_name ("close error on output file"); 1875 perror_with_name (string);
|
H A D | dir.c | 171 perror_with_name (filevec[i].name);
|
H A D | diff.h | 344 void perror_with_name PARAMS((char const *));
|
H A D | ChangeLog | 490 there is a write_output callback. Call perror_with_name rather 505 * util.c (perror_with_name): Use error callback if defined. 606 `perror_with_name' and add a return. Change `fatal' to
|
H A D | util.c | 55 perror_with_name (text) in perror_with_name() function
|
/netbsd-src/external/gpl2/gmake/dist/ |
H A D | remote-cstms.c | 166 perror_with_name ("exporting: ", "getsockname"); in start_remote_job() 230 perror_with_name ("vfork", ""); in start_remote_job()
|
H A D | job.c | 1220 perror_with_name ("vfork", ""); in start_job_command() 1246 perror_with_name ("spawn", ""); in start_job_command() 1285 perror_with_name ("vfork", ""); in start_job_command() 1834 perror_with_name (_("cannot enforce load limit: "), "getloadavg"); in load_too_high() 1996 perror_with_name ("execve: ", argv[0]); in exec_command() 2147 perror_with_name ("execvp: ", shell); in exec_command() 2159 perror_with_name ("execvp: ", argv[0]); in exec_command()
|
H A D | remake.c | 1042 #define TOUCH_ERROR(call) return (perror_with_name (call, file->name), 1) 1368 perror_with_name ("stat: ", name); in name_mtime() 1402 perror_with_name ("lstat: ", lpath); in name_mtime() 1421 perror_with_name ("readlink: ", lpath); in name_mtime()
|
H A D | ar.c | 174 perror_with_name ("touch: ", arname); in ar_touch()
|
H A D | function.c | 1638 perror_with_name (error_prefix, "pipe"); in func_shell() 1646 perror_with_name (error_prefix, "pipe"); in func_shell() 1658 perror_with_name (error_prefix, "spawn"); in func_shell() 1664 perror_with_name (error_prefix, "fork"); in func_shell()
|
H A D | make.h | 416 extern void perror_with_name PARAMS ((const char *, const char *));
|
H A D | commands.c | 566 perror_with_name ("unlink: ", file->name); in delete_target()
|
H A D | misc.c | 314 perror_with_name (const char *str, const char *name) in perror_with_name() function
|
H A D | read.c | 204 perror_with_name ("", *makefiles); in read_all_makefiles() 239 perror_with_name ("", *p); in read_all_makefiles()
|
H A D | file.c | 400 perror_with_name ("unlink: ", f->name); in remove_intermediates()
|
/netbsd-src/external/gpl2/diffutils/dist/src/ |
H A D | diff.c | 1178 perror_with_name (cmp.file[f].name); in compare_files() 1200 perror_with_name (filename); in compare_files() 1301 perror_with_name (cmp.file[0].name); in compare_files() 1311 perror_with_name (cmp.file[1].name); in compare_files() 1332 perror_with_name (cmp.file[0].name); in compare_files() 1338 perror_with_name (cmp.file[1].name); in compare_files()
|
H A D | diff.h | 367 void perror_with_name (char const *);
|
H A D | dir.c | 223 perror_with_name (cmp->file[i].name); in diff_dirs()
|
H A D | util.c | 55 perror_with_name (char const *name) in perror_with_name() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/vms/ |
H A D | xm-vms.h | 50 perror_with_name (NAME); \
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/vms/ |
H A D | xm-vms.h | 50 perror_with_name (NAME); \
|
/netbsd-src/external/gpl2/texinfo/dist/util/ |
H A D | texindex.c | 1175 perror_with_name (const char *name) in perror_with_name() function 1184 perror_with_name (name); in pfatal_with_name()
|