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/toybox/lib/
lib.c 31 void perror_msg(char *msg, ...) function
91 perror_msg("%s", msg);
620 perror_msg("chmod '%s' to %04o", name, mode);
  /external/strace/
strace.c 345 void perror_msg(const char *fmt, ...) function
437 perror_msg("ptrace(PTRACE_%s,pid:%d,sig:%u)", msg, tcp->pid, sig);
582 perror_msg("%s", outfname);
603 perror_msg("%s", outfname);
870 perror_msg("detach: ptrace(PTRACE_DETACH,%u)", tcp->pid);
877 perror_msg("detach: tkill(%u,0)", tcp->pid);
893 perror_msg("detach: ptrace(PTRACE_INTERRUPT,%u)", tcp->pid);
900 perror_msg("detach: tkill(%u,SIGSTOP)", tcp->pid);
921 perror_msg("detach: waitpid(%u)", tcp->pid);
1030 perror_msg("attach: ptrace(%s, %d)"
    [all...]

Completed in 69 milliseconds