Searched refs:WIFSIGNALED (Results 1 - 24 of 24) 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.c40 #define WIFSIGNALED(x) (WTERMSIG (x) != 0) /* or: ((x) == 3) ?? */ macro
73 /* For valid x, exactly one of WIFSIGNALED(x), WIFEXITED(x), WIFSTOPPED(x)
75 #ifndef WIFSIGNALED
76 # define WIFSIGNALED(x) (WTERMSIG (x) != 0 && WTERMSIG(x) != 0x7f) macro
85 WTERMSIG(x) only if WIFSIGNALED(x) is true, and
370 /* One of WIFSIGNALED (status), WIFEXITED (status), WIFSTOPPED (status)
384 if (WIFSIGNALED (status))
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/um/os-Linux/
H A Dtt.c85 else if(WIFSIGNALED(status))
180 if(!WIFSIGNALED(status) || (WTERMSIG(status) != SIGKILL))
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/miscutils/
H A Dtime.c173 else if (WIFSIGNALED(resp->waitstatus))
446 if (WIFSIGNALED(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.c61 #ifndef WIFSIGNALED
62 #define WIFSIGNALED(status) (!WIFSTOPPED(status) && !WIFEXITED(status)) macro
562 else if (WIFSIGNALED(status)) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/libbb/
H A Dvfork_daemon_rexec.c83 if (WIFSIGNALED(status))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/util/
H A Dserver_child.c48 #ifndef WIFSIGNALED
49 #define WIFSIGNALED(status) (!WIFSTOPPED(status) && !WIFEXITED(status)) macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/um/kernel/tt/ptproxy/
H A Dproxy.c232 else if(WIFSIGNALED(status)){
253 else if(WIFEXITED(status) || WIFSIGNALED(status)){
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/um/kernel/tt/
H A Dtracer.c251 if(WIFEXITED(status) || WIFSIGNALED(status))
269 else if(WIFSIGNALED(status)){
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/stf/
H A Dcomfychair.py245 assert not os.WIFSIGNALED(waitstatus), \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/client/
H A Dsmbmount.c89 if (WIFSIGNALED(status))
528 } else if (WIFSIGNALED(status)) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/ipsvd/
H A Dtcpudp.c71 } else if (WIFSIGNALED(wstat)) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dmain.c187 if (WIFSIGNALED(status))
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/shell/
H A Dlash.c515 if (WIFEXITED(status) || WIFSIGNALED(status)) {
1393 if (WIFEXITED(status) || WIFSIGNALED(status)) {
H A Dhush.c1535 const int dead = WIFEXITED(status) || WIFSIGNALED(status);
1541 if (WIFSIGNALED(status))
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/scripts/kconfig/
H A Dmconf.c506 if (WIFSIGNALED(stat)) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp/pppoecd/
H A Dmain.c1361 if (WIFSIGNALED(status)) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/papd/
H A Dmain.c151 if ( WIFSIGNALED( status )) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/e2fsprogs/
H A Dfsck.c515 else if (WIFSIGNALED(status)) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A Dfsck.c735 else if (WIFSIGNALED(status)) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/udev/
H A Dudevd.c836 else if (WIFSIGNALED(status))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp/pppd/
H A Dmain.c1678 if (WIFSIGNALED(status)) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/pppd/
H A Dmain.c1923 if (WIFSIGNALED(status)) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/networking/
H A Dhttpd.c1188 if (DEBUG && WIFSIGNALED(status))
H A Dinetd.c1153 else if (WIFSIGNALED(status))

Completed in 244 milliseconds