Searched refs:WIFSTOPPED (Results 1 - 12 of 12) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dwait-process.c42 #define WIFSTOPPED(x) 0 macro
73 /* For valid x, exactly one of WIFSIGNALED(x), WIFEXITED(x), WIFSTOPPED(x)
81 #ifndef WIFSTOPPED
82 # define WIFSTOPPED(x) (WTERMSIG (x) == 0x7f) macro
370 /* One of WIFSIGNALED (status), WIFEXITED (status), WIFSTOPPED (status)
372 if (!WIFSTOPPED (status))
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/um/os-Linux/
H A Dstart_up.c122 if(!WIFSTOPPED(status) || (WSTOPSIG(status) != SIGSTOP))
224 if(!WIFSTOPPED(status) || (WSTOPSIG(status) != SIGTRAP))
265 if(WIFSTOPPED(status) && (WSTOPSIG(status) == (SIGTRAP|0x80))){
276 else if(WIFSTOPPED(status) && (WSTOPSIG(status) == SIGTRAP))
318 if(!WIFSTOPPED(status) ||
H A Dtt.c77 !WIFSTOPPED(status) || (WSTOPSIG(status) != sig)){
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/um/os-Linux/skas/
H A Dprocess.c79 if((n < 0) || !WIFSTOPPED(status))
162 if((err < 0) || !WIFSTOPPED(status) ||
273 } while(WIFSTOPPED(status) && (WSTOPSIG(status) == SIGVTALRM));
275 if(!WIFSTOPPED(status) || (WSTOPSIG(status) != SIGSTOP))
319 if(WIFSTOPPED(status)){
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/util/
H A Dserver_child.c45 #ifndef WIFSTOPPED
46 #define WIFSTOPPED(status) (((status) & 0xff) == 0x7f) macro
49 #define WIFSIGNALED(status) (!WIFSTOPPED(status) && !WIFEXITED(status))
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/um/kernel/tt/ptproxy/
H A Dproxy.c209 if(WIFSTOPPED(status)){
248 if(WIFSTOPPED(status)){
266 if(WIFSTOPPED(status)){
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/miscutils/
H A Dtime.c170 if (WIFSTOPPED(resp->waitstatus))
444 if (WIFSTOPPED(res.waitstatus))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/cnid_dbd/
H A Dcnid_metad.c57 #ifndef WIFSTOPPED
58 #define WIFSTOPPED(status) (((status) & 0xff) == 0x7f) macro
62 #define WIFSIGNALED(status) (!WIFSTOPPED(status) && !WIFEXITED(status))
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/um/kernel/tt/
H A Dtracer.c276 else if(WIFSTOPPED(status)){
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/atalkd/
H A Dmain.c30 #ifndef WIFSTOPPED
31 #define WIFSTOPPED(status) (((status) & 0xff) == 0x7f) macro
1057 if ( !WIFSTOPPED( status )) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/shell/
H A Dash.c3551 if (WIFSTOPPED(ps->status)) {
3597 if (WIFSTOPPED(status))
3606 if (WIFSTOPPED(status))
3708 if (WIFSTOPPED(sp->status)) {
3718 if (!WIFSTOPPED(status))
3883 if (!WIFSTOPPED(status))
H A Dhush.c1538 if (WIFSTOPPED(status))

Completed in 197 milliseconds