Home
last modified time | relevance | path

Searched refs:perror_with_name (Results 1 – 12 of 12) sorted by relevance

/ndk/sources/host-tools/make-3.81/
Dremote-cstms.c166 perror_with_name ("exporting: ", "getsockname"); in start_remote_job()
230 perror_with_name ("vfork", ""); in start_remote_job()
Djob.c1220 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()
Dar.c174 perror_with_name ("touch: ", arname); in ar_touch()
Dremake.c1042 #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()
Dmain.c1092 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()
Dfunction.c1638 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()
Dmake.h416 extern void perror_with_name PARAMS ((const char *, const char *));
Dcommands.c566 perror_with_name ("unlink: ", file->name); in delete_target()
Dmisc.c314 perror_with_name (const char *str, const char *name) in perror_with_name() function
Dfile.c400 perror_with_name ("unlink: ", f->name); in remove_intermediates()
Dread.c204 perror_with_name ("", *makefiles); in read_all_makefiles()
239 perror_with_name ("", *p); in read_all_makefiles()
DChangeLog1967 * misc.c (perror_with_name): Translate the format string (for