Lines Matching refs:perror_msg_and_die
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()
1197 perror_msg_and_die("initgroups"); in exec_or_die()
1200 perror_msg_and_die("setregid"); in exec_or_die()
1203 perror_msg_and_die("setreuid"); in exec_or_die()
1207 perror_msg_and_die("setreuid"); in exec_or_die()
1232 perror_msg_and_die("exec"); in exec_or_die()
1314 perror_msg_and_die("exec"); in startup_child()
1366 perror_msg_and_die("Can't stat '%s'", filename); in startup_child()
1411 perror_msg_and_die("waitpid"); in startup_child()
1415 perror_msg_and_die("Unexpected wait status %#x", in startup_child()
1426 perror_msg_and_die("attach: ptrace(%s, %d)", in startup_child()
1540 perror_msg_and_die("uname"); in get_os_release()
1650 perror_msg_and_die("putenv"); in init()
1859 perror_msg_and_die("%s", outfname); in init()
2192 perror_msg_and_die("PTRACE_SETOPTIONS"); in startup_tcb()
2324 perror_msg_and_die("wait4(__WALL)"); in next_event()