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

12

/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/libncftp/
H A Dio_gettar.c207 if (WIFEXITED(status) || WIFSIGNALED(status))
241 if (WIFEXITED(status) || WIFSIGNALED(status))
344 if (WIFEXITED(status) || WIFSIGNALED(status))
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/miscutils/
H A Dtime.c173 else if (WIFSIGNALED(resp->waitstatus))
446 if (WIFSIGNALED(res.waitstatus))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A Damuled.cpp441 if (result == -1 || (!WIFEXITED(status) && !WIFSIGNALED(status))) {
486 if (result != 1 && result != 0 && (WIFEXITED(status) || WIFSIGNALED(status))) {
530 } else if (WIFSIGNALED(*status)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/cnid_dbd/
H A Dcnid_metad.c62 #ifndef WIFSIGNALED
63 #define WIFSIGNALED(status) (!WIFSTOPPED(status) && !WIFEXITED(status)) macro
576 if (WIFSIGNALED(status)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dthreadsgi.cpp181 if (!WIFEXITED(stat) && !WIFSIGNALED(stat))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dthreadsgi.cpp181 if (!WIFEXITED(stat) && !WIFSIGNALED(stat))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/
H A Drun-command.c168 if (WIFSIGNALED(status))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libkqueue-1.0.6/src/posix/
H A Dproc.c77 } else if (WIFSIGNALED(status)) {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/libbb/
H A Dvfork_daemon_rexec.c83 if (WIFSIGNALED(status))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/util/
H A Dserver_child.c48 #ifndef WIFSIGNALED
49 #define WIFSIGNALED(status) (!WIFSTOPPED(status) && !WIFEXITED(status)) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/stf/
H A Dcomfychair.py245 assert not os.WIFSIGNALED(waitstatus), \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/corefoundation/
H A Dutilsexc_cf.cpp270 else if(WIFSIGNALED(status))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/src/
H A Drun.c82 if (!WIFSIGNALED(status))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/client/
H A Dsmbmount.c89 if (WIFSIGNALED(status))
531 } else if (WIFSIGNALED(status)) {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/ipsvd/
H A Dtcpudp.c71 } else if (WIFSIGNALED(wstat)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-spawn.c333 else if (WIFSIGNALED (sitter->status))
409 WIFEXITED (sitter->status), WIFSIGNALED (sitter->status),
715 else if (WIFSIGNALED (sitter->status))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dmain.c218 if (WIFSIGNALED(status))
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/shell/
H A Dlash.c515 if (WIFEXITED(status) || WIFSIGNALED(status)) {
1393 if (WIFEXITED(status) || WIFSIGNALED(status)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/bftpd-1.6.6/
H A Dmain.c743 if (WIFSIGNALED(status))
744 printf("child %d WIFSIGNALED\n", pid);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/scripts/kconfig/
H A Dmconf.c506 if (WIFSIGNALED(stat)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/papd/
H A Dmain.c151 if ( WIFSIGNALED( status )) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lua/source/src/
H A Dlauxlib.c236 else if (WIFSIGNALED(stat)) { stat = WTERMSIG(stat); what = "signal"; }
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppoecd/
H A Dmain.c1343 if (WIFSIGNALED(status)) {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/udev/
H A Dudevd.c836 else if (WIFSIGNALED(status))

Completed in 318 milliseconds

12