Home
last modified time | relevance | path

Searched refs:strsignal (Results 1 - 25 of 35) sorted by relevance

12

/third_party/ltp/testcases/kernel/syscalls/signalfd/
H A Dsignalfd01.c132 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 Dstrsignal.c28 char *str = strsignal(SIGHUP); in strsignal_0100()
41 char *str = strsignal(_NSIG); in strsignal_0200()
/third_party/musl/src/signal/
H A Dpsignal.c9 char *s = strsignal(sig); in psignal()
/third_party/musl/src/string/
H A Dstrsignal.c116 char *strsignal(int signum) in strsignal() function
/third_party/musl/libc-test/src/api/
H A Dstring.c25 {char*(*p)(int) = strsignal;} in f()
/third_party/musl/porting/liteos_m/user/include/
H A Dstring.h70 char *strsignal(int);
/third_party/musl/libc-test/src/regression/
H A Dmalloc-overflow-check.c105 t_error("%s child process out with %s\n", pname, strsignal(WTERMSIG(status))); in main()
H A Dmalloc-double-free-check.c94 t_error("%s child process out with %s\n", argv[0], strsignal(WTERMSIG(status))); in main()
H A Dmalloc-safe-unlink.c148 t_error("%s child process out with %s\n", argv[0], strsignal(WTERMSIG(status))); in main()
H A Dmalloc-uaf-check.c132 t_error("%s child process out with %s\n", pname, strsignal(WTERMSIG(status))); in main()
H A Dmalloc-encode-pointer.c152 t_error("%s child process out with %s\n", argv[0], strsignal(WTERMSIG(status))); in main()
H A Dmalloc-modify-pointer.c139 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 Dstring.h72 char *strsignal(int);
/third_party/musl/porting/uniproton/kernel/include/
H A Dstring.h70 char *strsignal(int);
/third_party/ltp/testcases/kernel/mem/hugetlb/hugemmap/
H A Dhugemmap27.c35 tst_res(TFAIL, "Unexpected signal %s", strsignal(signum)); in sig_handler()
H A Dhugemmap23.c65 tst_res(TFAIL, "Unexpected signal %s", strsignal(signum)); in sig_handler()
/third_party/musl/include/
H A Dstring.h72 char *strsignal(int);
/third_party/musl/libc-test/src/common/
H A Druntest.c96 t_printf("FAIL %s [signal %s]\n", argv[0], strsignal(WTERMSIG(status))); in main()
/third_party/ltp/testcases/kernel/syscalls/epoll/
H A Depoll-ltp.c161 WTERMSIG(kid_status), strsignal(WTERMSIG(kid_status))); \
191 WTERMSIG(kid_status), strsignal(WTERMSIG(kid_status))); \
/third_party/skia/tools/
H A DCrashHandler.cpp107 SkDebugf("\nSignal %d [%s]:\n", sig, strsignal(sig)); in handler()
/third_party/musl/porting/liteos_m/kernel/include/
H A Dstring.h70 char *strsignal(int);
/third_party/musl/porting/liteos_a/kernel/include/
H A Dstring.h72 char *strsignal(int);
/third_party/python/Lib/test/
H A Dtest_signal.py85 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 Dsubcmd-transfer.c433 strsignal(ctx->signal)); in context_process_frames()
/third_party/skia/third_party/externals/angle2/util/posix/
H A Dcrash_handler_posix.cpp612 printf("\nSignal %d [%s]:\n", sig, strsignal(sig));

Completed in 10 milliseconds

12