Searched refs:WIFSIGNALED (Results 26 - 33 of 33) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/
H A Dfsck.c515 else if (WIFSIGNALED(status)) {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A Dfsck.c735 else if (WIFSIGNALED(status)) {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/shell/
H A Dhush.c1534 const int dead = WIFEXITED(status) || WIFSIGNALED(status);
1540 if (WIFSIGNALED(status))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Dmain.c1923 if (WIFSIGNALED(status)) {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Dmain.c1570 if (WIFSIGNALED(status)) {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/
H A Dhttpd.c1188 if (DEBUG && WIFSIGNALED(status))
H A Dinetd.c1153 else if (WIFSIGNALED(status))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/ncftp/
H A Dcmds.c1657 if (WIFEXITED(status) || WIFSIGNALED(status))
3597 if (WIFEXITED(status) || WIFSIGNALED(status))

Completed in 122 milliseconds

12