Searched refs:WEXITSTATUS (Results 1 - 25 of 242) sorted by relevance

12345678910

/macosx-10.10.1/bash-94.1.2/bash-3.2/include/
H A Dposixwait.h63 # if !defined (WEXITSTATUS)
64 # define WEXITSTATUS(s) ((s) >> 8) macro
65 # endif /* !WEXITSTATUS */
93 # if !defined (WEXITSTATUS)
94 # define WEXITSTATUS(s) ((s).w_retcode) macro
95 # endif /* !WEXITSTATUS */
H A Dunionwait.h95 #define WEXITSTATUS(x) ((x).w_retcode) macro
/macosx-10.10.1/uucp-11/uucp/unix/
H A Diswait.c46 #ifndef WEXITSTATUS
47 #define WEXITSTATUS(u) ((u).w_retcode) macro
57 #ifndef WEXITSTATUS
58 #define WEXITSTATUS(i) (((i) >> 8) & 0xff) macro
140 WIFEXITED (istat) ? WEXITSTATUS (istat) : WTERMSIG (istat));
142 if (WIFEXITED (istat) && WEXITSTATUS (istat) == 0)
151 WEXITSTATUS (istat));
155 return WEXITSTATUS (istat);
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/include/
H A Dwait.h59 #undef WEXITSTATUS macro
71 #ifndef WEXITSTATUS
72 #define WEXITSTATUS(x) (((x)>>EXIT_BITS)&((1<<EXIT_BITS)-1)) macro
88 #define WSTOPSIG(x) WEXITSTATUS(x)
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/include/ac/
H A Dwait.h34 #ifndef WEXITSTATUS
35 # define WEXITSTATUS(s) LDAP_HI(s) macro
/macosx-10.10.1/llvmCore-3425.0.34/lib/Support/Unix/
H A DUnix.h56 #ifndef WEXITSTATUS
57 # define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8) macro
/macosx-10.10.1/cron-39/cron/
H A Dexterns.h83 # ifndef WEXITSTATUS
84 # define WEXITSTATUS(x) (((x) >> 8) & 0xff) macro
93 # ifndef WEXITSTATUS
94 # define WEXITSTATUS(x) ((x).w_retcode) macro
/macosx-10.10.1/vim-55/src/
H A Dos_unixx.h31 # ifndef WEXITSTATUS
33 # define WEXITSTATUS(stat_val) ((stat_val).w_T.w_Retcode) macro
35 # define WEXITSTATUS(stat_val) (((stat_val) >> 8) & 0377) macro
/macosx-10.10.1/emacs-93/emacs/src/
H A Dsyswait.h45 #ifndef WEXITSTATUS
46 #define WEXITSTATUS(status) (((status) & 0xff00) >> 8) macro
58 #define WSTOPSIG(status) WEXITSTATUS(status)
67 #define WRETCODE(status) WEXITSTATUS (status)
78 #define WRETCODE(w) WEXITSTATUS (w)
/macosx-10.10.1/OpenSSH-189/openssh/openbsd-compat/
H A Dbsd-waitpid.h42 #define WEXITSTATUS(w) (int)(WIFEXITED(w) ? ((_W_INT(w) >> 8) & 0377) : -1) macro
/macosx-10.10.1/emacs-93/emacs/src/s/
H A Dbsd386.h61 #define WRETCODE(w) WEXITSTATUS(w)
/macosx-10.10.1/tcsh-65/tcsh/
H A Dmi.wait.h30 #define WEXITSTATUS(s) (__HIGH(s)) /* exit status */ macro
/macosx-10.10.1/cxxfilt-11/cxxfilt/libiberty/testsuite/
H A Dtest-pexecute.c59 #ifndef WEXITSTATUS
60 #define WEXITSTATUS(S) (((S) & 0xff00) >> 8) macro
63 #define WSTOPSIG WEXITSTATUS
252 if (!WIFEXITED (status) || WEXITSTATUS (status) != EXIT_SUCCESS)
261 if (!WIFEXITED (status) || WEXITSTATUS (status) != EXIT_FAILURE)
299 if (!WIFEXITED (statuses[0]) || WEXITSTATUS (statuses[0]) != EXIT_SUCCESS
300 || !WIFEXITED (statuses[1]) || WEXITSTATUS (statuses[1]) != EXIT_SUCCESS)
317 if (!WIFEXITED (statuses[0]) || WEXITSTATUS (statuses[0]) != EXIT_SUCCESS
318 || !WIFEXITED (statuses[1]) || WEXITSTATUS (statuses[1]) != EXIT_SUCCESS)
335 if (!WIFEXITED (statuses[0]) || WEXITSTATUS (statuse
[all...]
/macosx-10.10.1/emacs-93/
H A Drunit.c44 if(WEXITSTATUS(status) == 0)
47 errx(1, "child exited with status %d", WEXITSTATUS(status));
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/comp/
H A Dexecve.c66 else status = WEXITSTATUS(status);
/macosx-10.10.1/xnu-2782.1.97/tools/tests/execperf/
H A Drun.c81 if (WEXITSTATUS(ret) != 42) {
82 errx(1, "process exited with unexpected exit code %d", WEXITSTATUS(ret));
/macosx-10.10.1/xnu-2782.1.97/tools/tests/libMicro/apple/
H A Dposix_spawn.c97 if (WIFEXITED(status) && WEXITSTATUS(status) != 0)
/macosx-10.10.1/xnu-2782.1.97/tools/tests/libMicro/
H A Dexec.c90 if (WIFEXITED(status) && WEXITSTATUS(status) != 0)
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSMacOSX/PreferencePane/
H A DPrivilegedOperations.c93 if (WIFEXITED(status) && WEXITSTATUS(status) == PRIV_OP_TOOL_VERS)
125 err = WEXITSTATUS(status);
188 err = WEXITSTATUS(status);
/macosx-10.10.1/ICU-531.30/icuSources/tools/tzcode/
H A Dprivate.h97 #include <sys/wait.h> /* for WIFEXITED and WEXITSTATUS */
103 #ifndef WEXITSTATUS
104 #define WEXITSTATUS(status) (((status) >> 8) & 0xff) macro
105 #endif /* !defined WEXITSTATUS */
/macosx-10.10.1/Libc-1044.1.2/stdtime/FreeBSD/
H A Dprivate.h114 #include <sys/wait.h> /* for WIFEXITED and WEXITSTATUS */
120 #ifndef WEXITSTATUS
121 #define WEXITSTATUS(status) (((status) >> 8) & 0xff) macro
122 #endif /* !defined WEXITSTATUS */
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dwait.h144 #define WEXITSTATUS(x) ((_W_INT(x) >> 8) & 0x000000ff) macro
146 #define WEXITSTATUS(x) (_W_INT(x) >> 8) macro
/macosx-10.10.1/Security-57031.1.35/Security/sec/SecurityTool/
H A Dleaks.c90 if (WEXITSTATUS(status))
/macosx-10.10.1/Security-57031.1.35/SecurityTool/
H A Dleaks.c91 if (WEXITSTATUS(status))
/macosx-10.10.1/crontabs-52/periodic/
H A Dperiodic-wrapper.c60 if (waitpid(pid, &status, 0) != -1 && WIFEXITED(status) && WEXITSTATUS(status) == 0) {

Completed in 173 milliseconds

12345678910