/third_party/ltp/testcases/kernel/syscalls/signalfd/ |
H A D | signalfd01.c | 132 strsignal(sig), errno, strerror(errno)); in do_test1() 170 fdsi.ssi_signo, strsignal(fdsi.ssi_signo)); in do_test1() 221 strsignal(sig), errno, strerror(errno)); in do_test2() 252 fdsi.ssi_signo, strsignal(fdsi.ssi_signo)); in do_test2()
|
/third_party/musl/libc-test/src/functionalext/supplement/string/ |
H A D | strsignal.c | 28 char *str = strsignal(SIGHUP); in strsignal_0100() 41 char *str = strsignal(_NSIG); in strsignal_0200()
|
/third_party/musl/src/signal/ |
H A D | psignal.c | 9 char *s = strsignal(sig); in psignal()
|
/third_party/musl/src/string/ |
H A D | strsignal.c | 116 char *strsignal(int signum) in strsignal() function
|
/third_party/musl/libc-test/src/api/ |
H A D | string.c | 25 {char*(*p)(int) = strsignal;} in f()
|
/third_party/musl/porting/liteos_m/user/include/ |
H A D | string.h | 70 char *strsignal(int);
|
/third_party/musl/libc-test/src/regression/ |
H A D | malloc-overflow-check.c | 105 t_error("%s child process out with %s\n", pname, strsignal(WTERMSIG(status))); in main()
|
H A D | malloc-double-free-check.c | 94 t_error("%s child process out with %s\n", argv[0], strsignal(WTERMSIG(status))); in main()
|
H A D | malloc-safe-unlink.c | 148 t_error("%s child process out with %s\n", argv[0], strsignal(WTERMSIG(status))); in main()
|
H A D | malloc-uaf-check.c | 132 t_error("%s child process out with %s\n", pname, strsignal(WTERMSIG(status))); in main()
|
H A D | malloc-encode-pointer.c | 152 t_error("%s child process out with %s\n", argv[0], strsignal(WTERMSIG(status))); in main()
|
H A D | malloc-modify-pointer.c | 139 t_error("%s child process out with %s\n", argv[0], strsignal(WTERMSIG(status))); in main()
|
/third_party/musl/porting/linux/user/include/ |
H A D | string.h | 72 char *strsignal(int);
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | string.h | 70 char *strsignal(int);
|
/third_party/ltp/testcases/kernel/mem/hugetlb/hugemmap/ |
H A D | hugemmap27.c | 35 tst_res(TFAIL, "Unexpected signal %s", strsignal(signum)); in sig_handler()
|
H A D | hugemmap23.c | 65 tst_res(TFAIL, "Unexpected signal %s", strsignal(signum)); in sig_handler()
|
/third_party/musl/include/ |
H A D | string.h | 72 char *strsignal(int);
|
/third_party/musl/libc-test/src/common/ |
H A D | runtest.c | 96 t_printf("FAIL %s [signal %s]\n", argv[0], strsignal(WTERMSIG(status))); in main()
|
/third_party/ltp/testcases/kernel/syscalls/epoll/ |
H A D | epoll-ltp.c | 161 WTERMSIG(kid_status), strsignal(WTERMSIG(kid_status))); \ 191 WTERMSIG(kid_status), strsignal(WTERMSIG(kid_status))); \
|
/third_party/skia/tools/ |
H A D | CrashHandler.cpp | 107 SkDebugf("\nSignal %d [%s]:\n", sig, strsignal(sig)); in handler()
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | string.h | 70 char *strsignal(int);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | string.h | 72 char *strsignal(int);
|
/third_party/python/Lib/test/ |
H A D | test_signal.py | 85 self.assertRaises(ValueError, signal.strsignal, 4242) 100 self.assertIn("Interrupt", signal.strsignal(signal.SIGINT)) 101 self.assertIn("Terminated", signal.strsignal(signal.SIGTERM)) 102 self.assertIn("Hangup", signal.strsignal(signal.SIGHUP))
|
/third_party/alsa-utils/axfer/ |
H A D | subcmd-transfer.c | 433 strsignal(ctx->signal)); in context_process_frames()
|
/third_party/skia/third_party/externals/angle2/util/posix/ |
H A D | crash_handler_posix.cpp | 612 printf("\nSignal %d [%s]:\n", sig, strsignal(sig));
|