Searched refs:perror_msg_and_die (Results 1 – 8 of 8) sorted by relevance
/external/strace/ |
D | strace.c | 424 perror_msg_and_die("fcntl(%d, F_GETFD)", fd); in set_cloexec_flag() 432 perror_msg_and_die("fcntl(%d, F_SETFD, %#x)", fd, newflags); in set_cloexec_flag() 454 perror_msg_and_die("setreuid"); in swap_uid() 466 perror_msg_and_die("Can't fopen '%s'", path); in strace_fopen() 492 perror_msg_and_die("pipe"); in strace_popen() 498 perror_msg_and_die("vfork"); in strace_popen() 505 perror_msg_and_die("dup2"); in strace_popen() 509 perror_msg_and_die("Can't execute '%s'", _PATH_BSHELL); in strace_popen() 518 perror_msg_and_die("fdopen"); in strace_popen() 1187 perror_msg_and_die("ptrace(PTRACE_TRACEME, ...)"); in exec_or_die() [all …]
|
D | delay.c | 110 perror_msg_and_die("timer_settime"); in arm_delay_timer() 143 perror_msg_and_die("timer_gettime"); in delay_tcb() 150 perror_msg_and_die("timer_create"); in delay_tcb()
|
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 | 121 perror_msg_and_die(const char *fmt, ...) in perror_msg_and_die() function
|
D | unwind-libunwind.c | 54 perror_msg_and_die("_UPT_create"); in tcb_init()
|
D | ChangeLog | 4184 * strace.c (set_cloexec_flag): Call perror_msg_and_die if fcntl(F_SETFD) 4221 perror_msg_and_die): Add va_end(). 10309 perror_func_msg_and_die() instead of perror_msg_and_die(). 13129 perror_msg_and_die): Move to error_prints.h. 13134 perror_msg_and_die, verror_msg): Move ... 15122 * strace.c (strace_popen, init): Call perror_msg_and_die instead 38618 * 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
|
/external/u-boot/common/ |
D | cli_hush.c | 1688 if (pipe(pipefds)<0) perror_msg_and_die("pipe"); 2666 if (pipe(channel)<0) perror_msg_and_die("pipe"); 2669 perror_msg_and_die("fork");
|