Lines Matching refs:_POSIX_C_SOURCE
252 #if !defined(_POSIX_C_SOURCE) || (defined(_XOPEN_SOURCE) && \
261 #if !defined(_POSIX_C_SOURCE) || defined(_XOPEN_SOURCE) || \
311 #if !defined(__XOPEN_OR_POSIX) || (_POSIX_C_SOURCE > 2) || \
329 #if !defined(_POSIX_C_SOURCE) || (_POSIX_C_SOURCE > 2) || \
333 #if !defined(__XOPEN_OR_POSIX) || (_POSIX_C_SOURCE > 2) || defined(_XPG4_2) || \
423 #if !defined(_POSIX_C_SOURCE) || defined(_XOPEN_SOURCE) || \
434 #if !defined(_POSIX_C_SOURCE) || defined(_XPG5) || \
450 ((_POSIX_C_SOURCE > 2) && !defined(_XPG6)) || \
458 #if !defined(_POSIX_C_SOURCE) || defined(_XPG5) || \
639 !defined(__XOPEN_OR_POSIX) || (_POSIX_C_SOURCE - 0 >= 199506L) || \
642 #if (_POSIX_C_SOURCE - 0 >= 199506L) || defined(_POSIX_PTHREAD_SEMANTICS)