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

  /bionic/libc/unistd/
strsignal.c 32 strsignal(int sig) function
  /ndk/sources/host-tools/make-3.81/
signame.c 20 /* If the system provides strsignal, we don't need it. */
231 strsignal (int signal) function
  /ndk/sources/host-tools/sed-4.2.1/lib/
string.in.h 591 # define strsignal rpl_strsignal macro
594 extern char *strsignal (int __sig);
597 # undef strsignal macro
598 # define strsignal(a) \ macro
599 (GL_LINK_WARNING ("strsignal is unportable - " \
600 "use gnulib module strsignal for portability"), \
601 strsignal (a))
  /external/strace/
strace.c 1855 strsignal(sig) function
    [all...]

Completed in 1316 milliseconds