Searched refs:WTERMSIG (Results 1 - 25 of 25) 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.c37 #define WTERMSIG(x) ((x) & 0xff) /* or: SIGABRT ?? */ macro
40 #define WIFSIGNALED(x) (WTERMSIG (x) != 0) /* or: ((x) == 3) ?? */
41 #define WIFEXITED(x) (WTERMSIG (x) == 0) /* or: ((x) != 3) ?? */
48 /* On Linux, WEXITSTATUS are bits 15..8 and WTERMSIG are bits 7..0, while
52 # ifndef WTERMSIG
53 # define WTERMSIG(x) ((x).w_termsig) macro
63 # ifndef WTERMSIG
64 # define WTERMSIG(x) ((x) & 0x7f) macro
76 # define WIFSIGNALED(x) (WTERMSIG (x) != 0 && WTERMSIG(
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/um/os-Linux/
H A Dtt.c87 pid, WTERMSIG(status));
180 if(!WIFSIGNALED(status) || (WTERMSIG(status) != SIGKILL))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/stf/
H A Dcomfychair.py246 ("%s terminated with signal %d" % (`cmd`, os.WTERMSIG(waitstatus)))
253 %s""" % (cmd, waitstatus, os.WEXITSTATUS(waitstatus), os.WTERMSIG(waitstatus),
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/miscutils/
H A Dtime.c175 WTERMSIG(resp->waitstatus));
447 return WTERMSIG(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.c64 #ifndef WTERMSIG
65 #define WTERMSIG(status) ((status) & 0x7f) macro
564 pid, WTERMSIG(status));
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/libbb/
H A Dvfork_daemon_rexec.c84 return WTERMSIG(status) + 1000;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/util/
H A Dserver_child.c51 #ifndef WTERMSIG
52 #define WTERMSIG(status) ((status) & 0x7f) macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/smbd/
H A Dchgpasswd.c403 #if defined(WIFSIGNALLED) && defined(WTERMSIG)
406 while we were waiting\n", WTERMSIG(wstat)));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/client/
H A Dsmbmount.c90 exit(128 + WTERMSIG(status));
529 fprintf(stderr, "smbmnt killed by signal %d\n", WTERMSIG(status));
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/um/kernel/tt/ptproxy/
H A Dproxy.c234 debugger.pid, WTERMSIG(status));
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/um/kernel/tt/
H A Dtracer.c270 sig = WTERMSIG(status);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/ipsvd/
H A Dtcpudp.c73 e = WTERMSIG(wstat);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dmain.c188 LOG(log_info, logtype_afpd, "child[%d]: killed by signal %d", pid, WTERMSIG(status));
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/scripts/kconfig/
H A Dmconf.c507 printf("\finterrupted(%d)\n", WTERMSIG(stat));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp/pppoecd/
H A Dmain.c1363 (chp? chp->prog: "??"), pid, WTERMSIG(status));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/papd/
H A Dmain.c153 WTERMSIG( status ));
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/e2fsprogs/
H A Dfsck.c516 sig = WTERMSIG(status);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A Dfsck.c736 sig = WTERMSIG(status);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/udev/
H A Dudevd.c837 status = WTERMSIG(status) + 128;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp/pppd/
H A Dmain.c1680 (chp? chp->prog: "??"), pid, WTERMSIG(status));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/pppd/
H A Dmain.c1925 (chp? chp->prog: "??"), pid, WTERMSIG(status));
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/networking/
H A Dhttpd.c1189 bb_error_msg("CGI killed, signal=%d", WTERMSIG(status));
H A Dinetd.c1155 sep->se_server, WTERMSIG(status));
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/shell/
H A Dhush.c1543 childpid, WTERMSIG(status), WEXITSTATUS(status));
H A Dash.c3601 st = WTERMSIG(status);
3886 retval = WTERMSIG(status);

Completed in 314 milliseconds