Searched refs:WIFEXITED (Results 1 - 25 of 57) sorted by relevance

123

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/lib/
H A Dsmbrun.c128 #if defined(WIFEXITED) && defined(WEXITSTATUS)
129 if (WIFEXITED(status)) {
251 #if defined(WIFEXITED) && defined(WEXITSTATUS)
252 if (WIFEXITED(status)) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/tests/
H A Dfcntl_lock64.c83 #if defined(WIFEXITED) && defined(WEXITSTATUS)
84 if(WIFEXITED(status)) {
89 #else /* defined(WIFEXITED) && defined(WEXITSTATUS) */
91 #endif /* defined(WIFEXITED) && defined(WEXITSTATUS) */
H A Dfcntl_lock.c105 #if defined(WIFEXITED) && defined(WEXITSTATUS)
106 if(WIFEXITED(status)) {
111 #else /* defined(WIFEXITED) && defined(WEXITSTATUS) */
113 #endif /* defined(WIFEXITED) && defined(WEXITSTATUS) */
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/dsi/
H A Ddsi_getsess.c29 #ifndef WIFEXITED
30 #define WIFEXITED(stat_val) (((stat_val) & 255) == 0) macro
31 #endif /* ! WIFEXITED */
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp/pppd/plugins/
H A Dpassprompt.c96 if (!WIFEXITED(wstat))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/pppd/plugins/
H A Dpassprompt.c98 if (!WIFEXITED(wstat))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dafprun.c214 #if defined(WIFEXITED) && defined(WEXITSTATUS)
215 if (WIFEXITED(status)) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgcrypt-1.5.0/tests/
H A Drandom.c156 && WIFEXITED (status) && !WEXITSTATUS (status))
215 && WIFEXITED (status) && !WEXITSTATUS (status))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dwait-process.c41 #define WIFEXITED(x) (WTERMSIG (x) == 0) /* or: ((x) != 3) ?? */ macro
73 /* For valid x, exactly one of WIFSIGNALED(x), WIFEXITED(x), WIFSTOPPED(x)
78 #ifndef WIFEXITED
79 # define WIFEXITED(x) (WTERMSIG (x) == 0) macro
86 WEXITSTATUS(x) only if WIFEXITED(x) is true. */
370 /* One of WIFSIGNALED (status), WIFEXITED (status), WIFSTOPPED (status)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/util/
H A Dserver_child.c42 #ifndef WIFEXITED
43 #define WIFEXITED(stat_val) (((stat_val) & 255) == 0) macro
44 #endif /* ! WIFEXITED */
49 #define WIFSIGNALED(status) (!WIFSTOPPED(status) && !WIFEXITED(status))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/cnid_dbd/
H A Dcnid_metad.c54 #ifndef WIFEXITED
55 #define WIFEXITED(stat_val) (((stat_val) & 255) == 0) macro
56 #endif /* ! WIFEXITED */
62 #define WIFSIGNALED(status) (!WIFSTOPPED(status) && !WIFEXITED(status))
558 if (WIFEXITED(status)) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/miscutils/
H A Dtime.c176 else if (WIFEXITED(resp->waitstatus) && WEXITSTATUS(resp->waitstatus))
448 if (WIFEXITED(res.waitstatus))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/psf/
H A Dpsf.c39 #ifndef WIFEXITED
40 #define WIFEXITED(stat_val) (((stat_val) & 255) == 0) macro
41 #endif /* ! WIFEXITED */
340 if ( WIFEXITED( status )) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/um/os-Linux/
H A Dhelper.c144 if (!WIFEXITED(status) || (WEXITSTATUS(status) != 0))
H A Dtt.c82 else if(WIFEXITED(status))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libdaemon-0.14/libdaemon/
H A Ddexec.c205 if (!WIFEXITED(r)) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/libbb/
H A Dvfork_daemon_rexec.c81 if (WIFEXITED(status))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/bin/ad/
H A Dad_mv.c431 if (!WIFEXITED(status)) {
455 if (!WIFEXITED(status)) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/asp/
H A Dasp_getsess.c43 #ifndef WIFEXITED
44 #define WIFEXITED(stat_val) (((stat_val) & 255) == 0) macro
45 #endif /* ! WIFEXITED */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/um/kernel/tt/ptproxy/
H A Dproxy.c228 else if(WIFEXITED(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))
262 if(WIFEXITED(status)) ;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/um/drivers/
H A Dslip_user.c109 else if(!WIFEXITED(status) || (WEXITSTATUS(status) != 0)){
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/um/os-Linux/drivers/
H A Dethertap_user.c138 else if(!WIFEXITED(status) || (WEXITSTATUS(status) != 1))
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/scripts/basic/
H A Ddocproc.c101 if (WIFEXITED(ret))
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/scripts/basic/
H A Ddocproc.c101 if (WIFEXITED(ret))

Completed in 193 milliseconds

123