Searched refs:perror_msg_and_die (Results 1 - 5 of 5) sorted by relevance

/external/strace/
H A Dstrace.c319 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("ptrac
[all...]
H A Dunwind.c380 perror_msg_and_die("Can't initiate libunwind");
H A Ddefs.h588 void perror_msg_and_die(const char *fmt, ...) __attribute__ ((noreturn, format(printf, 1, 2)));
/external/genext2fs/
H A Dgenext2fs.c716 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);
1669 perror_msg_and_die(".");
1711 perror_msg_and_die(dent->d_name);
1725 perror_msg_and_die(name);
1771 perror_msg_and_die(name);
2136 perror_msg_and_die("input filesystem image");
2144 perror_msg_and_die("input filesystem image");
2424 perror_msg_and_die("outpu
[all...]
/external/libunwind/tests/
H A Dtest-coredump-unwind.c187 void perror_msg_and_die(const char *s, ...) function

Completed in 139 milliseconds