Searched refs:w_retcode (Results 1 - 15 of 15) sorted by relevance

/macosx-10.10/bash-94.1.2/bash-3.2/include/
H A Dunionwait.h84 #define w_retcode w_T.w_Retcode macro
95 #define WEXITSTATUS(x) ((x).w_retcode)
H A Dposixwait.h94 # define WEXITSTATUS(s) ((s).w_retcode)
/macosx-10.10/tcsh-65/tcsh/
H A Dtc.wait.h93 # define w_retcode w_T.w_Retcode macro
135 # define w_retcode w_P.w_T.w_Retcode
H A Dsh.proc.c60 # define WEXITSTATUS(w) (((union wait *) &(w))->w_retcode)
/macosx-10.10/cron-39/cron/
H A Dexterns.h94 # define WEXITSTATUS(x) ((x).w_retcode)
/macosx-10.10/uucp-11/uucp/unix/
H A Diswait.c47 #define WEXITSTATUS(u) ((u).w_retcode)
/macosx-10.10/emacs-93/emacs/src/
H A Dsyswait.h103 #define WRETCODE(w) w.w_retcode
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dwait.h233 #define w_retcode w_T.w_Retcode macro
/macosx-10.10/apr-32/apr/apr/include/
H A Dapr.h.in514 #define WEXITSTATUS(status) (int)((status).w_retcode)
/macosx-10.10/postfix-255/postfix/src/util/
H A Dsys_defs.h1106 #define WEXITSTATUS(x) ((x).w_retcode)
1161 #define WEXITSTATUS(x) ((x).w_retcode)
/macosx-10.10/bash-94.1.2/bash-3.2/
H A Dnojobs.c747 status.w_termsig = status.w_retcode = 0;
/macosx-10.10/msdosfs-209.1.1/mount_msdos.tproj/
H A Dmount_msdos.c436 result = status.w_retcode;
/macosx-10.10/cddafs-253/FilesystemProber/
H A Dcddafs_util.cpp1111 result = status.w_retcode;
/macosx-10.10/diskdev_cmds-576/vsdbutil.tproj/
H A Dvsdbutil_main.c286 result = status.w_retcode;
/macosx-10.10/hfs-285/hfs_util/
H A Dhfsutil_main.c632 result = status.w_retcode;
673 result = status.w_retcode;

Completed in 158 milliseconds