Searched defs:termsig (Results 1 - 2 of 2) sorted by relevance

/external/autotest/client/site_tests/security_SeccompSyscallFilters/src/
H A Dtest_harness.h221 { name: "global." #test_name, fn: &test_name, termsig: _signal }; \
279 termsig: signal, \
384 int termsig; member in struct:__test_metadata
449 t->passed = t->termsig == -1 ? WEXITSTATUS(status) : 0;
450 if (t->termsig != -1) {
462 } else if (WTERMSIG(status) == t->termsig) {
/external/mksh/src/
H A Djobs.c1228 int termsig; local
1230 if ((termsig = WTERMSIG(j->last_proc->status)) > 0 &&
1231 termsig < ksh_NSIG &&
1232 (sigtraps[termsig].flags & TF_TTY_INTR))
1233 trapsig(termsig);
1579 int termsig = WTERMSIG(p->status); local
1589 (termsig == SIGINT || termsig == SIGPIPE)) {
1592 strlcpy(buf, termsig > 0 && termsig < ksh_NSI
[all...]

Completed in 87 milliseconds