Searched refs:perror_with_name (Results 1 – 12 of 12) sorted by relevance
/ndk/sources/host-tools/make-3.81/ |
D | remote-cstms.c | 166 perror_with_name ("exporting: ", "getsockname"); in start_remote_job() 230 perror_with_name ("vfork", ""); in start_remote_job()
|
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()
|
D | ar.c | 174 perror_with_name ("touch: ", arname); in ar_touch()
|
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()
|
D | main.c | 1092 perror_with_name ("getcwd", ""); in main() 1439 perror_with_name ("getcwd", ""); in main() 2007 perror_with_name ("chdir", ""); in main() 2140 perror_with_name (_("unlink (temporary file): "), stdin_nm); in main() 3004 perror_with_name ("write", ""); in clean_jobserver()
|
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()
|
D | make.h | 416 extern void perror_with_name PARAMS ((const char *, const char *));
|
D | commands.c | 566 perror_with_name ("unlink: ", file->name); in delete_target()
|
D | misc.c | 314 perror_with_name (const char *str, const char *name) in perror_with_name() function
|
D | file.c | 400 perror_with_name ("unlink: ", f->name); in remove_intermediates()
|
D | read.c | 204 perror_with_name ("", *makefiles); in read_all_makefiles() 239 perror_with_name ("", *p); in read_all_makefiles()
|
D | ChangeLog | 1967 * misc.c (perror_with_name): Translate the format string (for
|