HomeSort by relevance Sort by last modified time
    Searched defs:perror_msg (Results 1 - 3 of 3) sorted by null

  /external/libunwind/tests/
test-coredump-unwind.c 178 void perror_msg(const char *s, ...) function
  /external/strace/
strace.c 352 void perror_msg(const char *fmt, ...) function
444 perror_msg("ptrace(PTRACE_%s,pid:%d,sig:%u)", msg, tcp->pid, sig);
587 perror_msg("%s", outfname);
616 perror_msg("%s", outfname);
902 perror_msg("detach: ptrace(PTRACE_DETACH,%u)", tcp->pid);
909 perror_msg("detach: tkill(%u,0)", tcp->pid);
925 perror_msg("detach: ptrace(PTRACE_INTERRUPT,%u)", tcp->pid);
931 perror_msg("detach: tkill(%u,SIGSTOP)", tcp->pid);
952 perror_msg("detach: waitpid(%u)", tcp->pid);
1061 perror_msg("attach: ptrace(%s, %d)"
    [all...]
  /external/toybox/lib/
lib.c 31 void perror_msg(char *msg, ...) function
92 perror_msg("%s", msg);
644 perror_msg("chmod '%s' to %04o", name, mode);

Completed in 1517 milliseconds