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

/xnu-2422.115.4/libsyscall/wrappers/legacy/
H A Dkill.c26 #define _NONSTD_SOURCE macro
H A Dselect.c26 #define _NONSTD_SOURCE macro
H A Dsigsuspend.c26 #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 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 Dmunmap.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
/xnu-2422.115.4/bsd/sys/
H A Dcdefs.h299 * LEGACY Defining _NONSTD_SOURCE will get pre-POSIX APIs plus Apple
385 # if defined(_NONSTD_SOURCE)
386 # error "Can't define _NONSTD_SOURCE when only UNIX conformance is available."
387 # endif /* _NONSTD_SOURCE */
392 # if defined(_NONSTD_SOURCE)
393 # error "Can't define both _NONSTD_SOURCE and any of _DARWIN_C_SOURCE, _XOPEN_SOURCE or _POSIX_C_SOURCE."
394 # endif /* _NONSTD_SOURCE */
396 # elif defined(_NONSTD_SOURCE)
605 #elif defined(_POSIX_C_SOURCE) && !defined(_DARWIN_C_SOURCE) && !defined(_NONSTD_SOURCE)

Completed in 35 milliseconds