Lines Matching refs:perror_msg_and_die
319 void perror_msg_and_die(const char *fmt, ...) in perror_msg_and_die() function
419 perror_msg_and_die("fcntl(%d, F_GETFD)", fd); in set_cloexec_flag()
447 perror_msg_and_die("setreuid"); in swap_uid()
481 perror_msg_and_die("Can't fopen '%s'", path); in strace_fopen()
507 perror_msg_and_die("pipe"); in strace_popen()
513 perror_msg_and_die("vfork"); in strace_popen()
520 perror_msg_and_die("dup2"); in strace_popen()
524 perror_msg_and_die("Can't execute '%s'", _PATH_BSHELL); in strace_popen()
969 perror_msg_and_die("fork"); in startup_attach()
1110 perror_msg_and_die("ptrace(PTRACE_TRACEME, ...)"); in exec_or_die()
1120 perror_msg_and_die("initgroups"); in exec_or_die()
1123 perror_msg_and_die("setregid"); in exec_or_die()
1126 perror_msg_and_die("setreuid"); in exec_or_die()
1131 perror_msg_and_die("setreuid"); in exec_or_die()
1153 perror_msg_and_die("exec"); in exec_or_die()
1171 perror_msg_and_die("exec"); in startup_child()
1225 perror_msg_and_die("Can't stat '%s'", filename); in startup_child()
1245 perror_msg_and_die("fork"); in startup_child()
1270 perror_msg_and_die("waitpid"); in startup_child()
1274 perror_msg_and_die("Unexpected wait status %x", status); in startup_child()
1284 perror_msg_and_die("Can't attach to %d", pid); in startup_child()
1342 perror_msg_and_die("fork"); in test_ptrace_seize()
1369 perror_msg_and_die("%s: unexpected wait result %d", in test_ptrace_seize()
1390 perror_msg_and_die("uname"); in get_os_release()
2025 perror_msg_and_die("PTRACE_SETOPTIONS"); in startup_tcb()
2085 perror_msg_and_die("wait4(__WALL)"); in trace()