Searched refs:tst_strsig (Results 1 – 25 of 25) sorted by relevance
/external/ltp/testcases/kernel/syscalls/sighold/ |
D | sighold02.c | 117 pid, sig, tst_strsig(sig)); in main() 158 sig, tst_strsig(sig)); in do_child() 170 sig, tst_strsig(sig)); in do_child() 186 sig, tst_strsig(sig)); in do_child()
|
/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/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/testcases/kernel/containers/pidns/ |
D | pidns03.c | 101 tst_strsig(WTERMSIG(status))); in test()
|
/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 | 96 tst_strsig(sig)); in verify_pipe()
|
/external/ltp/lib/ |
D | signame.h | 18 const char *tst_strsig(int sig) in tst_strsig() function
|
D | tst_sig.c | 233 tst_strsig(sig), sig, getpid()); in def_handler()
|
D | tst_test.c | 276 pid, tst_strsig(WTERMSIG(status))); in check_child_status() 736 tst_brk(TBROK, "Test killed by %s!", tst_strsig(WTERMSIG(status))); in tst_run_tcases()
|
D | tst_res.c | 423 tst_strsig(WTERMSIG(status)), WTERMSIG(status)); in tst_record_childstatus()
|
D | safe_macros.c | 677 file, lineno, pid, tst_strsig(sig)); in safe_kill()
|
/external/ltp/include/ |
D | tst_test.h | 129 const char *tst_strsig(int sig);
|
/external/ltp/testcases/kernel/containers/mountns/ |
D | mountns01.c | 125 tst_strsig(WTERMSIG(status))); in test()
|
D | mountns02.c | 125 tst_strsig(WTERMSIG(status))); in test()
|
D | mountns03.c | 142 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/testcases/kernel/containers/sysvipc/ |
D | shm_comm.c | 142 tst_strsig(WTERMSIG(status))); in test()
|
D | msg_comm.c | 154 tst_strsig(WTERMSIG(status))); in test()
|
D | sem_comm.c | 167 tst_strsig(WTERMSIG(status))); in test()
|
/external/ltp/testcases/kernel/containers/netns/ |
D | netns_netlink.c | 161 tst_strsig(WTERMSIG(status))); in test()
|
/external/ltp/ |
D | .gitignore | 67 /lib/tests/tst_strsig
|
D | gen.bp | 6400 stem: "tst_strsig", 6402 srcs: ["lib/tests/tst_strsig.c"],
|
/external/ltp/include/old/ |
D | test.h | 230 const char *tst_strsig(int sig);
|
/external/ltp/testcases/kernel/mem/lib/ |
D | mem.c | 150 tst_strsig(SIGKILL)); in oom() 154 tst_strsig(WTERMSIG(status))); in oom()
|
/external/ltp/doc/ |
D | test-writing-guidelines.txt | 427 const char *tst_strsig(int sig);
|