HomeSort by relevance Sort by last modified time
    Searched refs:tst_strsig (Results 1 - 25 of 26) sorted by null

1 2

  /external/ltp/lib/tests/
tst_strsig.c 27 char *TCID = "tst_strsig";
32 fprintf(stderr, "SIGKILL = %s\n", tst_strsig(SIGKILL));
33 fprintf(stderr, "SIGALRM = %s\n", tst_strsig(SIGALRM));
  /external/ltp/lib/
tst_status.c 35 snprintf(buf, sizeof(buf), "killed by %s", tst_strsig(status));
signame.h 18 const char *tst_strsig(int sig) function
tst_sig.c 233 tst_strsig(sig), sig, getpid());
tst_safe_macros.c 136 tst_strsig(signum), signum, act, oldact);
tst_res.c 456 tst_strsig(WTERMSIG(status)), WTERMSIG(status));
tst_test.c 343 pid, tst_strsig(WTERMSIG(status)));
1130 tst_brk(TBROK, "Test killed by %s!", tst_strsig(WTERMSIG(status)));
  /external/ltp/testcases/kernel/syscalls/waitpid/
waitpid01.c 64 tst_strsig(WTERMSIG(status)));
  /external/ltp/testcases/kernel/syscalls/kill/
kill11.c 135 tst_resm(TFAIL, "core dump bit not set for %s", tst_strsig(t->sig));
140 tst_resm(TFAIL, "core dump bit set for %s", tst_strsig(t->sig));
157 tst_resm(TPASS, "signal %-16s%s", tst_strsig(t->sig),
  /external/ltp/testcases/kernel/syscalls/sighold/
sighold02.c 152 sig, tst_strsig(sig));
164 sig, tst_strsig(sig));
180 sig, tst_strsig(sig));
  /external/ltp/testcases/kernel/containers/pidns/
pidns03.c 104 tst_strsig(WTERMSIG(status)));
  /external/ltp/testcases/kernel/syscalls/pause/
pause03.c 81 tst_strsig(WTERMSIG(status)));
  /external/ltp/testcases/kernel/syscalls/pipe/
pipe02.c 96 tst_strsig(sig));
  /external/ltp/testcases/kernel/containers/mountns/
mountns01.c 122 tst_strsig(WTERMSIG(status)));
mountns02.c 122 tst_strsig(WTERMSIG(status)));
mountns03.c 139 tst_strsig(WTERMSIG(status)));
  /external/ltp/testcases/kernel/containers/sysvipc/
shm_comm.c 141 tst_strsig(WTERMSIG(status)));
msg_comm.c 152 tst_strsig(WTERMSIG(status)));
sem_comm.c 166 tst_strsig(WTERMSIG(status)));
  /external/ltp/testcases/kernel/syscalls/signal/
signal01.c 132 tst_strsig(WTERMSIG(res)));
  /external/ltp/include/old/
test.h 206 * tst_strsig converts signal's value to corresponding string.
209 const char *tst_strsig(int sig);
  /external/ltp/include/
tst_test.h 228 const char *tst_strsig(int sig);
  /external/ltp/testcases/kernel/containers/netns/
netns_netlink.c 160 tst_strsig(WTERMSIG(status)));
  /external/ltp/testcases/kernel/mem/mtest06/
mmap3.c 146 tst_strsig(sig_caught));
  /external/ltp/testcases/kernel/mem/lib/
mem.c 147 tst_strsig(SIGKILL));
151 tst_strsig(WTERMSIG(status)));

Completed in 571 milliseconds

1 2