Searched refs:tst_strsig (Results 1 – 25 of 32) sorted by relevance
12
/external/ltp/lib/tests/ |
D | tst_strsig.c | 32 fprintf(stderr, "SIGKILL = %s\n", tst_strsig(SIGKILL)); in main() 33 fprintf(stderr, "SIGALRM = %s\n", tst_strsig(SIGALRM)); in main()
|
/external/ltp/testcases/kernel/syscalls/sighold/ |
D | sighold02.c | 153 sig, tst_strsig(sig)); in do_child() 165 sig, tst_strsig(sig)); in do_child() 181 sig, tst_strsig(sig)); in do_child()
|
/external/ltp/testcases/kernel/syscalls/kill/ |
D | kill11.c | 135 tst_resm(TFAIL, "core dump bit not set for %s", tst_strsig(t->sig)); in verify_kill() 140 tst_resm(TFAIL, "core dump bit set for %s", tst_strsig(t->sig)); in verify_kill() 157 tst_resm(TPASS, "signal %-16s%s", tst_strsig(t->sig), in verify_kill()
|
/external/ltp/lib/ |
D | tst_status.c | 23 snprintf(buf, sizeof(buf), "killed by %s", tst_strsig(status)); in signaled()
|
D | signame.h | 18 const char *tst_strsig(int sig) in tst_strsig() function
|
D | tst_sig.c | 234 tst_strsig(sig), sig, getpid()); in def_handler()
|
D | tst_safe_macros.c | 125 tst_strsig(signum), signum, act, oldact); in safe_sigaction()
|
/external/ltp/testcases/kernel/syscalls/waitpid/ |
D | waitpid01.c | 51 tst_strsig(WTERMSIG(status))); in run()
|
/external/ltp/testcases/kernel/syscalls/abort/ |
D | abort01.c | 62 tst_res(TFAIL, "abort() raised %s", tst_strsig(sig)); in verify_abort()
|
/external/ltp/testcases/kernel/syscalls/pause/ |
D | pause03.c | 81 tst_strsig(WTERMSIG(status))); in main()
|
/external/ltp/testcases/kernel/syscalls/pipe/ |
D | pipe02.c | 84 tst_strsig(sig)); in verify_pipe()
|
/external/ltp/testcases/kernel/containers/pidns/ |
D | pidns03.c | 104 tst_strsig(WTERMSIG(status))); in test()
|
/external/ltp/testcases/kernel/containers/mountns/ |
D | mountns01.c | 122 tst_strsig(WTERMSIG(status))); in test()
|
D | mountns02.c | 122 tst_strsig(WTERMSIG(status))); in test()
|
D | mountns03.c | 139 tst_strsig(WTERMSIG(status))); in test()
|
/external/ltp/testcases/kernel/syscalls/timer_settime/ |
D | timer_settime01.c | 111 tst_res(TINFO, "Caught signal %s", tst_strsig(sig)); in sighandler()
|
/external/ltp/testcases/kernel/containers/netns/ |
D | netns_netlink.c | 160 tst_strsig(WTERMSIG(status))); in test()
|
/external/ltp/testcases/kernel/containers/sysvipc/ |
D | shm_comm.c | 141 tst_strsig(WTERMSIG(status))); in test()
|
D | msg_comm.c | 152 tst_strsig(WTERMSIG(status))); in test()
|
D | sem_comm.c | 166 tst_strsig(WTERMSIG(status))); in test()
|
/external/ltp/testcases/kernel/syscalls/signal/ |
D | signal01.c | 132 tst_strsig(WTERMSIG(res))); in do_test()
|
/external/ltp/ |
D | .gitignore | 73 /lib/tests/tst_strsig
|
/external/ltp/include/old/ |
D | test.h | 202 const char *tst_strsig(int sig);
|
/external/ltp/include/ |
D | tst_test.h | 271 const char *tst_strsig(int sig);
|
/external/ltp/testcases/kernel/mem/mtest06/ |
D | mmap3.c | 129 tst_strsig(sig_caught)); in test_mmap()
|
12