Searched refs:perror_msg_and_die (Results 1 – 6 of 6) sorted by relevance
/external/strace/ |
D | strace.c | 418 perror_msg_and_die("fcntl(%d, F_GETFD)", fd); in set_cloexec_flag() 447 perror_msg_and_die("setreuid"); in swap_uid() 459 perror_msg_and_die("Can't fopen '%s'", path); in strace_fopen() 485 perror_msg_and_die("pipe"); in strace_popen() 491 perror_msg_and_die("vfork"); in strace_popen() 498 perror_msg_and_die("dup2"); in strace_popen() 502 perror_msg_and_die("Can't execute '%s'", _PATH_BSHELL); in strace_popen() 511 perror_msg_and_die("fdopen"); in strace_popen() 1178 perror_msg_and_die("ptrace(PTRACE_TRACEME, ...)"); in exec_or_die() 1188 perror_msg_and_die("initgroups"); in exec_or_die() [all …]
|
D | error_prints.h | 46 void perror_msg_and_die(const char *fmt, ...) 77 perror_msg_and_die("%s: " fmt_, __func__, ##__VA_ARGS__)
|
D | error_prints.c | 119 perror_msg_and_die(const char *fmt, ...) in perror_msg_and_die() function
|
D | unwind.c | 122 perror_msg_and_die("_UPT_create"); in unwind_tcb_init() 387 perror_msg_and_die("Can't initiate libunwind"); in stacktrace_walk()
|
D | ChangeLog | 2747 perror_func_msg_and_die() instead of perror_msg_and_die(). 5567 perror_msg_and_die): Move to error_prints.h. 5572 perror_msg_and_die, verror_msg): Move ... 7560 * strace.c (strace_popen, init): Call perror_msg_and_die instead 31056 * defs.h (error_msg, perror_msg, error_msg_and_die, perror_msg_and_die,
|
/external/libunwind/tests/ |
D | test-coredump-unwind.c | 187 void perror_msg_and_die(const char *s, ...) in perror_msg_and_die() function
|