Lines Matching refs:perror_msg_and_die
349 void perror_msg_and_die(const char *fmt, ...) in perror_msg_and_die() function
440 perror_msg_and_die("fcntl(%d, F_GETFD)", fd); in set_cloexec_flag()
468 perror_msg_and_die("setreuid"); in swap_uid()
502 perror_msg_and_die("Can't fopen '%s'", path); in strace_fopen()
528 perror_msg_and_die("pipe"); in strace_popen()
534 perror_msg_and_die("vfork"); in strace_popen()
541 perror_msg_and_die("dup2"); in strace_popen()
545 perror_msg_and_die("Can't execute '%s'", _PATH_BSHELL); in strace_popen()
991 perror_msg_and_die("fork"); in startup_attach()
1133 perror_msg_and_die("ptrace(PTRACE_TRACEME, ...)"); in exec_or_die()
1143 perror_msg_and_die("initgroups"); in exec_or_die()
1146 perror_msg_and_die("setregid"); in exec_or_die()
1149 perror_msg_and_die("setreuid"); in exec_or_die()
1154 perror_msg_and_die("setreuid"); in exec_or_die()
1176 perror_msg_and_die("exec"); in exec_or_die()
1194 perror_msg_and_die("exec"); in startup_child()
1248 perror_msg_and_die("Can't stat '%s'", filename); in startup_child()
1268 perror_msg_and_die("fork"); in startup_child()
1293 perror_msg_and_die("waitpid"); in startup_child()
1297 perror_msg_and_die("Unexpected wait status %x", status); in startup_child()
1307 perror_msg_and_die("Can't attach to %d", pid); in startup_child()
1365 perror_msg_and_die("fork"); in test_ptrace_seize()
1392 perror_msg_and_die("%s: unexpected wait result %d", in test_ptrace_seize()
1413 perror_msg_and_die("uname"); in get_os_release()
2040 perror_msg_and_die("PTRACE_SETOPTIONS"); in startup_tcb()
2100 perror_msg_and_die("wait4(__WALL)"); in trace()