Searched refs:WTERMSIG (Results 1 - 25 of 40) sorted by relevance

12

/haiku-fatelf/src/bin/bash/include/
H A Dposixwait.h59 # if !defined (WTERMSIG)
60 # define WTERMSIG(s) ((s) & 0177) macro
61 # endif /* !WTERMSIG */
89 # if !defined (WTERMSIG)
90 # define WTERMSIG(s) ((s).w_termsig) macro
91 # endif /* !WTERMSIG */
H A Dunionwait.h93 #define WTERMSIG(x) ((x).w_termsig) macro
/haiku-fatelf/src/bin/findutils/lib/
H A Dwait.h35 #ifndef WTERMSIG
36 #define WTERMSIG(w) ((w) & 0x7f) macro
/haiku-fatelf/src/bin/coreutils/src/
H A Doperand2sig.c34 #ifndef WTERMSIG
35 # define WTERMSIG(s) ((s) & 0x7F) macro
54 : WIFSIGNALED (i) ? WTERMSIG (i) : i);
H A Dtimeout.c59 #ifndef WTERMSIG
60 # define WTERMSIG(s) ((s) & 0x7F) macro
325 status = WTERMSIG (status) + 128; /* what sh does at least. */
H A Dkill.c31 #ifndef WTERMSIG
32 # define WTERMSIG(s) ((s) & 0x7F) macro
/haiku-fatelf/src/bin/gdb/gdb/
H A Dgdb_wait.h72 #ifndef WTERMSIG
73 #define WTERMSIG(w) ((w) & 0177) macro
/haiku-fatelf/src/bin/gdb/gdb/vx-share/
H A Dwait.h25 #define WTERMSIG(w) ((w) & 0177) macro
42 #define WTERMSIG(w) (w).w_termsig macro
/haiku-fatelf/src/kits/package/
H A DFetchFileJob.cpp52 && (WTERMSIG(cmdResult) == SIGINT || WTERMSIG(cmdResult) == SIGQUIT)) {
/haiku-fatelf/headers/posix/sys/
H A Dwait.h25 #define WTERMSIG(value) (((value) >> 8) & 0xff) macro
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/mmap/
H A D6-1.c117 sig_num = WTERMSIG(status);
H A D6-2.c131 sig_num = WTERMSIG(status);
H A D6-3.c121 sig_num = WTERMSIG(status);
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/stress/threads/
H A Dhelper.c185 printf("It was killed with signal %i\n", WTERMSIG(status));
/haiku-fatelf/src/bin/bash/
H A Dnojobs.c218 return (128 + WTERMSIG (status));
247 return (WTERMSIG (status));
786 if (WIFSIGNALED (status) && (WTERMSIG (status) == SIGINT))
806 (WTERMSIG (status) != SIGINT))
809 (WTERMSIG (status) != SIGINT) && (WTERMSIG (status) != SIGPIPE))
812 fprintf (stderr, "%s", j_strsignal (WTERMSIG (status)));
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_create/
H A D1-5.c223 output("It was killed with signal %i\n", WTERMSIG(status));
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_mutex_init/
H A D5-1.c122 { UNRESOLVED(WTERMSIG(status),
/haiku-fatelf/src/bin/rcs/
H A Dconf.h310 #ifndef WTERMSIG
311 #define WTERMSIG(stat_val) ((stat_val) & 0177) macro
H A Dconf.heg310 #ifndef WTERMSIG
311 #define WTERMSIG(stat_val) ((stat_val) & 0177)
/haiku-fatelf/src/bin/coreutils/lib/
H A Dsavewd.c209 raise (WTERMSIG (child_status));
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_cond_init/
H A D4-1.c123 { UNRESOLVED(WTERMSIG(status),
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_exit/
H A D6-1.c158 output("Child process killed with signal %d\n",WTERMSIG(status));
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_mutex_trylock/
H A D1-2.c374 output("Child process killed with signal %d\n",WTERMSIG(status));
H A D2-1.c350 output("Child process killed with signal %d\n",WTERMSIG(status));
H A D4-2.c362 output("Child process killed with signal %d\n",WTERMSIG(status));

Completed in 220 milliseconds

12