Searched refs:__DARWIN_UNIX03 (Results 1 - 25 of 38) sorted by relevance

12

/xnu-2422.115.4/bsd/sys/_types/
H A D_sigaltstack.h31 #if __DARWIN_UNIX03
33 #else /* !__DARWIN_UNIX03 */
35 #endif /* __DARWIN_UNIX03 */
H A D_ucontext64.h29 #if __DARWIN_UNIX03
31 #else /* !__DARWIN_UNIX03 */
33 #endif /* __DARWIN_UNIX03 */
H A D_ucontext.h29 #if __DARWIN_UNIX03
31 #else /* !__DARWIN_UNIX03 */
33 #endif /* __DARWIN_UNIX03 */
/xnu-2422.115.4/libsyscall/wrappers/legacy/
H A Dlchown.c33 #undef __DARWIN_UNIX03 macro
34 #define __DARWIN_UNIX03 1 macro
H A Dlisten.c33 #undef __DARWIN_UNIX03 macro
34 #define __DARWIN_UNIX03 1 macro
H A Drecvmsg.c33 #undef __DARWIN_UNIX03 macro
34 #define __DARWIN_UNIX03 1 macro
H A Dsocketpair.c33 #undef __DARWIN_UNIX03 macro
34 #define __DARWIN_UNIX03 1 macro
H A Daccept.c33 #undef __DARWIN_UNIX03 macro
34 #define __DARWIN_UNIX03 1 macro
H A Dbind.c33 #undef __DARWIN_UNIX03 macro
34 #define __DARWIN_UNIX03 1 macro
H A Dconnect.c33 #undef __DARWIN_UNIX03 macro
34 #define __DARWIN_UNIX03 1 macro
H A Dgetpeername.c33 #undef __DARWIN_UNIX03 macro
34 #define __DARWIN_UNIX03 1 macro
H A Dgetsockname.c33 #undef __DARWIN_UNIX03 macro
34 #define __DARWIN_UNIX03 1 macro
H A Dsendmsg.c33 #undef __DARWIN_UNIX03 macro
34 #define __DARWIN_UNIX03 1 macro
H A Dgetattrlist.c33 #undef __DARWIN_UNIX03 macro
34 #define __DARWIN_UNIX03 1 macro
H A Drecvfrom.c33 #undef __DARWIN_UNIX03 macro
34 #define __DARWIN_UNIX03 1 macro
H A Dsendto.c33 #undef __DARWIN_UNIX03 macro
34 #define __DARWIN_UNIX03 1 macro
H A Dsetattrlist.c33 #undef __DARWIN_UNIX03 macro
34 #define __DARWIN_UNIX03 1 macro
/xnu-2422.115.4/libsyscall/wrappers/
H A Dkill.c38 #if __DARWIN_UNIX03
40 #else /* !__DARWIN_UNIX03 */
42 #endif /* !__DARWIN_UNIX03 */
/xnu-2422.115.4/bsd/i386/
H A Ducontext.h36 #if !__DARWIN_UNIX03
38 #else /* __DARWIN_UNIX03 */
40 #endif /* __DARWIN_UNIX03 */
H A D_mcontext.h36 #if __DARWIN_UNIX03
53 #else /* !__DARWIN_UNIX03 */
70 #endif /* __DARWIN_UNIX03 */
74 #if __DARWIN_UNIX03
91 #else /* !__DARWIN_UNIX03 */
108 #endif /* __DARWIN_UNIX03 */
/xnu-2422.115.4/libsyscall/wrappers/unix03/
H A Dgetrlimit.c26 #if __DARWIN_UNIX03
46 #endif /* __DARWIN_UNIX03 */
H A Dmunmap.c26 #if __DARWIN_UNIX03
51 #endif /* __DARWIN_UNIX03 */
H A Dsetrlimit.c26 #if __DARWIN_UNIX03
46 #endif /* __DARWIN_UNIX03 */
/xnu-2422.115.4/bsd/sys/
H A Dsyslimits.h105 #if __DARWIN_UNIX03
110 #else /* !__DARWIN_UNIX03 */
114 #endif /* __DARWIN_UNIX03 */
H A Dcdefs.h361 * changed, it is used along with a #ifdef check for __DARWIN_UNIX03
363 * only supports UNIX03 semantics it causes __DARWIN_UNIX03 to be
371 * compilation environment to pre-__DARWIN_UNIX03.
381 #if !defined(__DARWIN_UNIX03)
383 # define __DARWIN_UNIX03 0 macro
388 # define __DARWIN_UNIX03 1 macro
390 # define __DARWIN_UNIX03 0 macro
395 # define __DARWIN_UNIX03 1 macro
397 # define __DARWIN_UNIX03 0 macro
400 # define __DARWIN_UNIX03 macro
402 # define __DARWIN_UNIX03 macro
[all...]

Completed in 48 milliseconds

12