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);
614 perror_msg("chmod '%s' to %04o", name, mode);
  /external/strace/
strace.c 341 void perror_msg(const char *fmt, ...) function
424 perror_msg("ptrace(PTRACE_%s,pid:%d,sig:%d)", msg, tcp->pid, sig);
568 perror_msg("%s", outfname);
589 perror_msg("%s", outfname);
817 perror_msg("detach: ptrace(PTRACE_DETACH,%u)", tcp->pid);
824 perror_msg("detach: tkill(%u,0)", tcp->pid);
840 perror_msg("detach: ptrace(PTRACE_INTERRUPT,%u)", tcp->pid);
847 perror_msg("detach: tkill(%u,SIGSTOP)", tcp->pid);
868 perror_msg("detach: waitpid(%u)", tcp->pid);
1062 perror_msg("attach: ptrace(PTRACE_ATTACH, ...)")
    [all...]

Completed in 489 milliseconds