Searched refs:WSTOPSIG (Results 1 - 9 of 9) sorted by relevance

/external/bison/lib/
H A Dsys_wait.in.h74 # ifndef WSTOPSIG
75 # define WSTOPSIG(x) (((x) >> 8) & 0x7f) macro
103 # define WSTOPSIG(x) 0
/external/bison/darwin-lib/sys/
H A Dwait.h376 # ifndef WSTOPSIG
377 # define WSTOPSIG(x) (((x) >> 8) & 0x7f) macro
405 # define WSTOPSIG(x) 0 macro
/external/bison/linux-lib/sys/
H A Dwait.h376 # ifndef WSTOPSIG
377 # define WSTOPSIG(x) (((x) >> 8) & 0x7f) macro
405 # define WSTOPSIG(x) 0 macro
/external/strace/
H A Dstrace.c732 switch (WSTOPSIG(status)) {
1731 if (WSTOPSIG(status) == SIGSTOP) {
1736 WSTOPSIG(status) == SIGTRAP ? 0
1737 : WSTOPSIG(status));
2580 pid, signame(WSTOPSIG(status)));
2596 (WSTOPSIG(status) == SIGSTOP || strace_vforked)) {
2624 if (WSTOPSIG(status) != SIGTRAP) {
2625 if (WSTOPSIG(status) == SIGSTOP &&
2639 && (qual_flags[WSTOPSIG(status)] & QUAL_SIGNAL)) {
2661 strsignal(WSTOPSIG(statu
[all...]
H A Dprocess.c1876 tprintf("[{WIFSTOPPED(s) && WSTOPSIG(s) == %s}",
1877 signame(WSTOPSIG(status)));
1878 status &= ~W_STOPCODE(WSTOPSIG(status));
/external/libppp/src/
H A Dexec.c367 WSTOPSIG(stat));
/external/valgrind/main/coregrind/
H A Dm_debugger.c47 #define WSTOPSIG(status) (((status) & 0xff00) >> 8) macro
377 WIFSTOPPED(status) && WSTOPSIG(status) == VKI_SIGSTOP &&
H A Dvgdb.c441 APPEND ("WIFSTOPPED %d ", WSTOPSIG(status));
487 signal_received = WSTOPSIG(status);
/external/mksh/src/
H A Djobs.c1493 strlcpy(buf, sigtraps[WSTOPSIG(p->status)].mess,

Completed in 166 milliseconds