Home
last modified time | relevance | path

Searched refs:_POSIX_C_SOURCE (Results 1 – 21 of 21) sorted by relevance

/openbsd/sys/sys/
H A Dcdefs.h297 # undef _POSIX_C_SOURCE
298 # define _POSIX_C_SOURCE 202405L macro
301 # undef _POSIX_C_SOURCE
302 # define _POSIX_C_SOURCE 200809L macro
305 # undef _POSIX_C_SOURCE
306 # define _POSIX_C_SOURCE 200112L macro
309 # undef _POSIX_C_SOURCE
310 # define _POSIX_C_SOURCE 199506L macro
313 # undef _POSIX_C_SOURCE
314 # define _POSIX_C_SOURCE 199506L macro
[all …]
/openbsd/gnu/llvm/lldb/tools/debugserver/source/
H A DSysSignal.cpp31 #if defined(_POSIX_C_SOURCE) in Name()
68 #if !defined(_POSIX_C_SOURCE) in Name()
80 #if !defined(_POSIX_C_SOURCE) in Name()
/openbsd/gnu/usr.bin/binutils/include/
H A Dfnmatch.h52 #if !defined (_POSIX_C_SOURCE) || _POSIX_C_SOURCE < 2 || defined (_GNU_SOURCE)
H A Dxregex2.h33 #if !defined _POSIX_C_SOURCE && !defined _POSIX_SOURCE && defined VMS
/openbsd/gnu/gcc/include/
H A Dfnmatch.h52 #if !defined (_POSIX_C_SOURCE) || _POSIX_C_SOURCE < 2 || defined (_GNU_SOURCE)
H A Dxregex2.h36 #if !defined _POSIX_C_SOURCE && !defined _POSIX_SOURCE && defined VMS
/openbsd/gnu/usr.bin/binutils-2.17/include/
H A Dfnmatch.h52 #if !defined (_POSIX_C_SOURCE) || _POSIX_C_SOURCE < 2 || defined (_GNU_SOURCE)
H A Dxregex2.h36 #if !defined _POSIX_C_SOURCE && !defined _POSIX_SOURCE && defined VMS
/openbsd/gnu/lib/libiberty/include/
H A Dfnmatch.h52 #if !defined (_POSIX_C_SOURCE) || _POSIX_C_SOURCE < 2 || defined (_GNU_SOURCE)
H A Dxregex2.h36 #if !defined _POSIX_C_SOURCE && !defined _POSIX_SOURCE && defined VMS
/openbsd/lib/libz/
H A Dgzguts.h40 #ifndef _POSIX_C_SOURCE
41 # define _POSIX_C_SOURCE 200112L macro
/openbsd/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A Dlldb-python.h38 #undef _POSIX_C_SOURCE
/openbsd/sbin/unwind/libunbound/
H A Dconfig.h1164 #if defined(OMITTED__D_POSIX_C_SOURCE_200112) && !defined(_POSIX_C_SOURCE)
1165 #define _POSIX_C_SOURCE 200112 macro
/openbsd/gnu/usr.bin/cvs/lib/
H A Dregex.h27 #if !defined (_POSIX_C_SOURCE) && !defined (_POSIX_SOURCE) && defined (VMS)
/openbsd/gnu/usr.bin/gcc/gcc/fixinc/
H A Dgnu-regex.h34 #if !defined _POSIX_C_SOURCE && !defined _POSIX_SOURCE && defined VMS
/openbsd/lib/libcrypto/arc4random/
H A Dgetentropy_linux.c23 #define _POSIX_C_SOURCE 199309L macro
/openbsd/usr.sbin/nsd/
H A Dconfig.h.in866 # ifndef _POSIX_C_SOURCE
867 # define _POSIX_C_SOURCE 200112 macro
H A Dconfigure.ac1223 # ifndef _POSIX_C_SOURCE
1224 # define _POSIX_C_SOURCE 200112
/openbsd/usr.sbin/unbound/
H A Dconfig.h.in1159 #if defined(OMITTED__D_POSIX_C_SOURCE_200112) && !defined(_POSIX_C_SOURCE)
1160 #define _POSIX_C_SOURCE 200112 macro
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp795 #if _XOPEN_SOURCE >= 600 || defined(_ISOC99_SOURCE) || _POSIX_C_SOURCE >= 200112L in log2()
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc3974 #if ((_POSIX_C_SOURCE >= 200112L || _XOPEN_SOURCE >= 600) && !_GNU_SOURCE) || \
4007 #endif //(_POSIX_C_SOURCE >= 200112L || _XOPEN_SOURCE >= 600) && !_GNU_SOURCE ||