HomeSort by relevance Sort by last modified time
    Searched refs:perror_msg_and_die (Results 1 - 5 of 5) sorted by null

  /external/strace/
strace.c 319 void perror_msg_and_die(const char *fmt, ...) function
419 perror_msg_and_die("fcntl(%d, F_GETFD)", fd);
447 perror_msg_and_die("setreuid");
481 perror_msg_and_die("Can't fopen '%s'", path);
507 perror_msg_and_die("pipe");
513 perror_msg_and_die("vfork");
520 perror_msg_and_die("dup2");
524 perror_msg_and_die("Can't execute '%s'", _PATH_BSHELL);
972 perror_msg_and_die("fork");
1112 perror_msg_and_die("ptrace(PTRACE_TRACEME, ...)")
    [all...]
unwind.c 380 perror_msg_and_die("Can't initiate libunwind");
defs.h 588 void perror_msg_and_die(const char *fmt, ...) __attribute__ ((noreturn, format(printf, 1, 2)));
  /external/genext2fs/
genext2fs.c 716 perror_msg_and_die(const char *s, ...) function
730 perror_msg_and_die("%s", path);
768 perror_msg_and_die("%s:%s", app_name, path);
    [all...]
  /external/libunwind/tests/
test-coredump-unwind.c 187 void perror_msg_and_die(const char *s, ...) function

Completed in 154 milliseconds