Searched refs:WEXITSTATUS (Results 1 - 25 of 65) 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)
130 return WEXITSTATUS(status);
251 #if defined(WIFEXITED) && defined(WEXITSTATUS)
253 return WEXITSTATUS(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)
85 status = WEXITSTATUS(status);
89 #else /* defined(WIFEXITED) && defined(WEXITSTATUS) */
91 #endif /* defined(WIFEXITED) && defined(WEXITSTATUS) */
H A Dfcntl_lock.c105 #if defined(WIFEXITED) && defined(WEXITSTATUS)
107 status = WEXITSTATUS(status);
111 #else /* defined(WIFEXITED) && defined(WEXITSTATUS) */
113 #endif /* defined(WIFEXITED) && defined(WEXITSTATUS) */
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp/pppd/plugins/
H A Dpassprompt.c98 if (WEXITSTATUS(wstat))
99 warn("%s exited with code %d", promptprog, WEXITSTATUS(status));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/pppd/plugins/
H A Dpassprompt.c100 if (WEXITSTATUS(wstat))
101 warn("%s exited with code %d", promptprog, 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.c39 #define WEXITSTATUS(x) (((x) >> 8) & 0xff) /* or: (x) ?? */ macro
48 /* On Linux, WEXITSTATUS are bits 15..8 and WTERMSIG are bits 7..0, while
58 # ifndef WEXITSTATUS
59 # define WEXITSTATUS(x) ((x).w_retcode) macro
69 # ifndef WEXITSTATUS
70 # define WEXITSTATUS(x) (((x) >> 8) & 0xff) macro
86 WEXITSTATUS(x) only if WIFEXITED(x) is true. */
396 if (WEXITSTATUS (status) == 127)
403 return WEXITSTATUS (status);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/dsi/
H A Ddsi_getsess.c26 #ifndef WEXITSTATUS
27 #define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8) macro
28 #endif /* ! WEXITSTATUS */
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/mtools-4.0.10/
H A Dmmount.c83 if ( WEXITSTATUS(status) == 0 )
/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))
178 WEXITSTATUS(resp->waitstatus));
345 printf("%u", WEXITSTATUS(resp->waitstatus));
449 return WEXITSTATUS(res.waitstatus);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/psf/
H A Dpsf.c36 #ifndef WEXITSTATUS
37 #define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8) macro
38 #endif /* ! WEXITSTATUS */
341 #ifndef WEXITSTATUS
342 #define WEXITSTATUS(x) ((x).w_status) macro
343 #endif /* WEXITSTATUS */
344 if ( WEXITSTATUS( status ) != 0 ) {
345 syslog( LOG_ERR, "%d died with %d", c, WEXITSTATUS( status ));
346 exit( WEXITSTATUS( status ));
/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)
216 return WEXITSTATUS(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/netatalk-2.2.0/bin/ad/
H A Dad_mv.c435 switch (WEXITSTATUS(status)) {
440 _PATH_AD, from, to, WEXITSTATUS(status));
459 switch (WEXITSTATUS(status)) {
464 _PATH_AD, from, WEXITSTATUS(status));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/dnsmasq-2.33/src/
H A Dlease.c107 if (!leasestream || (rc = pclose(leasestream)) == -1 || WEXITSTATUS(rc) == 127 || WEXITSTATUS(rc) == 126)
109 if (WEXITSTATUS(rc) == 127)
111 else if (WEXITSTATUS(rc) == 126)
116 if (WEXITSTATUS(rc) != 0)
118 sprintf(daemon->dhcp_buff, "%d", WEXITSTATUS(rc));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/stf/
H A Dcomfychair.py247 rc = os.WEXITSTATUS(waitstatus)
253 %s""" % (cmd, waitstatus, os.WEXITSTATUS(waitstatus), os.WTERMSIG(waitstatus),
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/tdb/
H A Dtdbtorture.c217 if (WEXITSTATUS(status) != 0) {
219 (int)pids[i+1], WEXITSTATUS(status));
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/udev/
H A Dudev_utils_run.c272 info("'%s' returned with status %i", argv[0], WEXITSTATUS(status));
273 if (WEXITSTATUS(status) != 0)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/cnid_dbd/
H A Dcnid_metad.c51 #ifndef WEXITSTATUS
52 #define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8) macro
53 #endif /* ! WEXITSTATUS */
560 pid, WEXITSTATUS(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.c84 pid, WEXITSTATUS(status));
H A Dstart_up.c144 if(!WIFEXITED(status) || (WEXITSTATUS(status) != exitcode)) {
145 int exit_with = WEXITSTATUS(status);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libdaemon-0.14/libdaemon/
H A Ddexec.c211 *ret = WEXITSTATUS(r);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/libbb/
H A Dvfork_daemon_rexec.c82 return WEXITSTATUS(status);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/asp/
H A Dasp_getsess.c40 #ifndef WEXITSTATUS
41 #define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8) macro
42 #endif /* ! WEXITSTATUS */
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/util/
H A Dserver_child.c39 #ifndef WEXITSTATUS
40 #define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8) macro
41 #endif /* ! WEXITSTATUS */

Completed in 146 milliseconds

123