HomeSort by relevance Sort by last modified time
    Searched full:strsignal (Results 101 - 125 of 292) sorted by null

1 2 3 45 6 7 8 91011>>

  /bionic/libc/include/
string.h 83 extern char* strsignal(int sig);
  /development/ndk/platforms/android-8/arch-arm/symbols/
libc.so.functions.txt 924 strsignal
  /development/ndk/platforms/android-9/arch-arm/symbols/
libc.so.functions.txt 948 strsignal
  /frameworks/base/services/java/com/android/server/am/
NativeCrashListener.java 79 ci.exceptionMessage = Libcore.os.strsignal(mSignal);
  /libcore/luni/src/main/java/libcore/io/
Os.java 127 public String strsignal(int signal); method in interface:Os
Posix.java 178 public native String strsignal(int signal); method in class:Posix
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
libiberty.h 257 /* Return the maximum signal number for which strsignal will return a
263 (e.g., strsignal (SIGHUP) returns something like "Hangup"). */
267 /*extern const char *strsignal (int);*/
system.h 457 /* If the system doesn't provide strsignal, we get it defined in
461 # ifndef strsignal
462 extern const char *strsignal (int);
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
libiberty.h 257 /* Return the maximum signal number for which strsignal will return a
263 (e.g., strsignal (SIGHUP) returns something like "Hangup"). */
267 /*extern const char *strsignal (int);*/
system.h 457 /* If the system doesn't provide strsignal, we get it defined in
461 # ifndef strsignal
462 extern const char *strsignal (int);
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
libiberty.h 257 /* Return the maximum signal number for which strsignal will return a
263 (e.g., strsignal (SIGHUP) returns something like "Hangup"). */
267 /*extern const char *strsignal (int);*/
system.h 457 /* If the system doesn't provide strsignal, we get it defined in
461 # ifndef strsignal
462 extern const char *strsignal (int);
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
libiberty.h 257 /* Return the maximum signal number for which strsignal will return a
263 (e.g., strsignal (SIGHUP) returns something like "Hangup"). */
267 /*extern const char *strsignal (int);*/
system.h 457 /* If the system doesn't provide strsignal, we get it defined in
461 # ifndef strsignal
462 extern const char *strsignal (int);
  /ndk/sources/host-tools/make-3.81/
config.ami 271 /* Define if you have the strsignal function. */
config.h-vms 297 /* Define if you have the strsignal function. */
config.h.W32 241 /* Define to 1 if you have the `strsignal' function. */
config.h.in 239 /* Define to 1 if you have the `strsignal' function. */
configure.in 155 getrlimit setrlimit setvbuf pipe strerror strsignal \
make.h 292 extern char *strsignal PARAMS ((int signum));
  /system/extras/tests/sdcard/
sysutil.cpp 221 snprintf(buffer, sizeof(buffer), "signaled (%d %s)", WTERMSIG(status), strsignal(WTERMSIG(status)));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/libexec/gcc/i686-linux/4.4.3/
collect2 
  /external/llvm/lib/Support/Unix/
Program.inc 386 *ErrMsg = strsignal(WTERMSIG(status));
  /hardware/qcom/audio/legacy/libalsa-intf/
arec.c 490 fprintf(stderr, "Arec:Aborted by signal %s...\n", strsignal(sig));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
signal.h 303 Use `strsignal' instead (see <string.h>). */

Completed in 2512 milliseconds

1 2 3 45 6 7 8 91011>>