Searched refs:_NONSTD_SOURCE (Results 1 - 22 of 22) sorted by relevance

/darwin-on-arm/xnu/libsyscall/wrappers/legacy/
H A Dkill.c27 #define _NONSTD_SOURCE macro
H A Dselect.c27 #define _NONSTD_SOURCE macro
H A Dsigsuspend.c27 #define _NONSTD_SOURCE macro
H A Dlchown.c26 #define _NONSTD_SOURCE macro
H A Dlisten.c26 #define _NONSTD_SOURCE macro
H A Drecvmsg.c26 #define _NONSTD_SOURCE macro
H A Dsocketpair.c26 #define _NONSTD_SOURCE macro
H A Daccept.c26 #define _NONSTD_SOURCE macro
H A Dbind.c26 #define _NONSTD_SOURCE macro
H A Dconnect.c26 #define _NONSTD_SOURCE macro
H A Dgetpeername.c26 #define _NONSTD_SOURCE macro
H A Dgetsockname.c26 #define _NONSTD_SOURCE macro
H A Dmsync.c25 #define _NONSTD_SOURCE macro
H A Dmunmap.c26 #define _NONSTD_SOURCE macro
H A Dopen.c26 #define _NONSTD_SOURCE macro
H A Dsendmsg.c26 #define _NONSTD_SOURCE macro
H A Dgetattrlist.c26 #define _NONSTD_SOURCE macro
H A Dmprotect.c26 #define _NONSTD_SOURCE macro
H A Drecvfrom.c26 #define _NONSTD_SOURCE macro
H A Dsendto.c26 #define _NONSTD_SOURCE macro
H A Dsetattrlist.c26 #define _NONSTD_SOURCE macro
/darwin-on-arm/xnu/bsd/sys/
H A Dcdefs.h221 * LEGACY Defining _NONSTD_SOURCE will get pre-POSIX APIs plus Apple
307 # if defined(_NONSTD_SOURCE)
308 # error "Can't define _NONSTD_SOURCE when only UNIX conformance is available."
309 # endif /* _NONSTD_SOURCE */
314 # if defined(_NONSTD_SOURCE)
315 # error "Can't define both _NONSTD_SOURCE and any of _DARWIN_C_SOURCE, _XOPEN_SOURCE or _POSIX_C_SOURCE."
316 # endif /* _NONSTD_SOURCE */
318 # elif defined(_NONSTD_SOURCE)
527 #elif defined(_POSIX_C_SOURCE) && !defined(_DARWIN_C_SOURCE) && !defined(_NONSTD_SOURCE)

Completed in 37 milliseconds