Home
last modified time | relevance | path

Searched refs:_POSIX_VERSION (Results 1 - 25 of 37) sorted by relevance

12

/third_party/musl/porting/liteos_a/user/include/
H A Dunistd.h235 #define _POSIX_VERSION 200809L macro
236 #define _POSIX2_VERSION _POSIX_VERSION
238 #define _POSIX_ADVISORY_INFO _POSIX_VERSION
240 #define _POSIX_IPV6 _POSIX_VERSION
242 #define _POSIX_MAPPED_FILES _POSIX_VERSION
243 #define _POSIX_MEMLOCK _POSIX_VERSION
244 #define _POSIX_MEMLOCK_RANGE _POSIX_VERSION
245 #define _POSIX_MEMORY_PROTECTION _POSIX_VERSION
246 #define _POSIX_MESSAGE_PASSING _POSIX_VERSION
247 #define _POSIX_FSYNC _POSIX_VERSION
[all...]
/third_party/musl/porting/uniproton/kernel/include/
H A Dunistd.h211 #define _POSIX_VERSION 200809L macro
212 #define _POSIX2_VERSION _POSIX_VERSION
214 #define _POSIX_ADVISORY_INFO _POSIX_VERSION
216 #define _POSIX_IPV6 _POSIX_VERSION
218 #define _POSIX_MAPPED_FILES _POSIX_VERSION
219 #define _POSIX_MEMLOCK _POSIX_VERSION
220 #define _POSIX_MEMLOCK_RANGE _POSIX_VERSION
221 #define _POSIX_MEMORY_PROTECTION _POSIX_VERSION
222 #define _POSIX_MESSAGE_PASSING _POSIX_VERSION
223 #define _POSIX_FSYNC _POSIX_VERSION
[all...]
/third_party/musl/porting/linux/user/include/
H A Dunistd.h238 #define _POSIX_VERSION 200809L macro
239 #define _POSIX2_VERSION _POSIX_VERSION
241 #define _POSIX_ADVISORY_INFO _POSIX_VERSION
243 #define _POSIX_IPV6 _POSIX_VERSION
245 #define _POSIX_MAPPED_FILES _POSIX_VERSION
246 #define _POSIX_MEMLOCK _POSIX_VERSION
247 #define _POSIX_MEMLOCK_RANGE _POSIX_VERSION
248 #define _POSIX_MEMORY_PROTECTION _POSIX_VERSION
249 #define _POSIX_MESSAGE_PASSING _POSIX_VERSION
250 #define _POSIX_FSYNC _POSIX_VERSION
[all...]
/third_party/musl/porting/liteos_m/user/include/
H A Dunistd.h235 #define _POSIX_VERSION 200809L macro
236 #define _POSIX2_VERSION _POSIX_VERSION
238 #define _POSIX_ADVISORY_INFO _POSIX_VERSION
240 #define _POSIX_IPV6 _POSIX_VERSION
242 #define _POSIX_MAPPED_FILES _POSIX_VERSION
243 #define _POSIX_MEMLOCK _POSIX_VERSION
244 #define _POSIX_MEMLOCK_RANGE _POSIX_VERSION
245 #define _POSIX_MEMORY_PROTECTION _POSIX_VERSION
246 #define _POSIX_MESSAGE_PASSING _POSIX_VERSION
247 #define _POSIX_FSYNC _POSIX_VERSION
[all...]
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dunistd.h211 #define _POSIX_VERSION 200809L macro
212 #define _POSIX2_VERSION _POSIX_VERSION
214 #define _POSIX_ADVISORY_INFO _POSIX_VERSION
216 #define _POSIX_IPV6 _POSIX_VERSION
218 #define _POSIX_MAPPED_FILES _POSIX_VERSION
219 #define _POSIX_MEMLOCK _POSIX_VERSION
220 #define _POSIX_MEMLOCK_RANGE _POSIX_VERSION
221 #define _POSIX_MEMORY_PROTECTION _POSIX_VERSION
222 #define _POSIX_MESSAGE_PASSING _POSIX_VERSION
223 #define _POSIX_FSYNC _POSIX_VERSION
[all...]
/third_party/musl/porting/liteos_a/kernel/include/
H A Dunistd.h217 #define _POSIX_VERSION 200809L macro
218 #define _POSIX2_VERSION _POSIX_VERSION
220 #define _POSIX_ADVISORY_INFO _POSIX_VERSION
222 #define _POSIX_IPV6 _POSIX_VERSION
224 #define _POSIX_MAPPED_FILES _POSIX_VERSION
225 #define _POSIX_MEMLOCK _POSIX_VERSION
226 #define _POSIX_MEMLOCK_RANGE _POSIX_VERSION
227 #define _POSIX_MEMORY_PROTECTION _POSIX_VERSION
228 #define _POSIX_MESSAGE_PASSING _POSIX_VERSION
229 #define _POSIX_FSYNC _POSIX_VERSION
[all...]
H A Dlimits.h26 #define POSIX_VERSION _POSIX_VERSION
/third_party/musl/porting/liteos_m/kernel/include/
H A Dunistd.h211 #define _POSIX_VERSION 200809L macro
212 #define _POSIX2_VERSION _POSIX_VERSION
214 #define _POSIX_ADVISORY_INFO _POSIX_VERSION
216 #define _POSIX_IPV6 _POSIX_VERSION
218 #define _POSIX_MAPPED_FILES _POSIX_VERSION
219 #define _POSIX_MEMLOCK _POSIX_VERSION
220 #define _POSIX_MEMLOCK_RANGE _POSIX_VERSION
221 #define _POSIX_MEMORY_PROTECTION _POSIX_VERSION
222 #define _POSIX_MESSAGE_PASSING _POSIX_VERSION
223 #define _POSIX_FSYNC _POSIX_VERSION
[all...]
/third_party/musl/include/
H A Dunistd.h277 #define _POSIX_VERSION 200809L macro
278 #define _POSIX2_VERSION _POSIX_VERSION
280 #define _POSIX_ADVISORY_INFO _POSIX_VERSION
282 #define _POSIX_IPV6 _POSIX_VERSION
284 #define _POSIX_MAPPED_FILES _POSIX_VERSION
285 #define _POSIX_MEMLOCK _POSIX_VERSION
286 #define _POSIX_MEMLOCK_RANGE _POSIX_VERSION
287 #define _POSIX_MEMORY_PROTECTION _POSIX_VERSION
288 #define _POSIX_MESSAGE_PASSING _POSIX_VERSION
289 #define _POSIX_FSYNC _POSIX_VERSION
[all...]
/third_party/mbedtls/library/
H A Dplatform_util.c158 #if !((defined(_POSIX_VERSION) && _POSIX_VERSION >= 200809L) || \
173 #endif /* !( ( defined(_POSIX_VERSION) && _POSIX_VERSION >= 200809L ) || \
228 #if (defined(_POSIX_VERSION) && _POSIX_VERSION >= 199309L) || defined(__HAIKU__) || defined(__unix__)
H A Dthreading.c31 #if !((defined(_POSIX_VERSION) && _POSIX_VERSION >= 200809L) || \
46 #endif /* !( ( defined(_POSIX_VERSION) && _POSIX_VERSION >= 200809L ) || \
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A Dfeatures.h47 #define _POSIX_VERSION 199309L macro
48 #define POSIX_VERSION _POSIX_VERSION
/third_party/node/deps/openssl/openssl/crypto/async/arch/
H A Dasync_posix.h20 # if _POSIX_VERSION >= 200112L \
21 && (_POSIX_VERSION < 200809L || defined(__GLIBC__))
/third_party/openssl/crypto/async/arch/
H A Dasync_posix.h20 # if _POSIX_VERSION >= 200112L \
21 && (_POSIX_VERSION < 200809L || defined(__GLIBC__))
/third_party/lz4/programs/
H A Dplatform.h79 * PLATFORM_POSIX_VERSION >= 1 is equal to found _POSIX_VERSION
93 # include <unistd.h> /* declares _POSIX_VERSION */
94 # if defined(_POSIX_VERSION) /* POSIX compliant */
95 # define PLATFORM_POSIX_VERSION _POSIX_VERSION
/third_party/openssl/ohos_lite/
H A De_os.h352 /* unistd.h defines _POSIX_VERSION */
354 && ( (defined(_POSIX_VERSION) && _POSIX_VERSION >= 200112L) \
/third_party/tzdata/
H A Dprivate.h240 # if _POSIX_VERSION < 200809
256 # if _POSIX_VERSION < 198808 && !USG_COMPAT
771 #if (200809 < _POSIX_VERSION \
905 && defined TM_GMTOFF && (200809 < _POSIX_VERSION || ! UNINIT_TRAP))
/third_party/node/deps/openssl/openssl/
H A De_os.h400 /* unistd.h defines _POSIX_VERSION */
402 && ( (defined(_POSIX_VERSION) && _POSIX_VERSION >= 200112L) \
/third_party/node/deps/uv/src/unix/
H A Dinternal.h353 #if !defined(_POSIX_VERSION) || _POSIX_VERSION < 200809L
/third_party/openssl/
H A De_os.h400 /* unistd.h defines _POSIX_VERSION */
402 && ( (defined(_POSIX_VERSION) && _POSIX_VERSION >= 200112L) \
/third_party/skia/third_party/externals/spirv-tools/tools/dis/
H A Ddis.cpp172 #if defined(_POSIX_VERSION) in main()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/dis/
H A Ddis.cpp172 #if defined(_POSIX_VERSION) in main()
/third_party/spirv-tools/tools/diff/
H A Ddiff.cpp138 #if defined(_POSIX_VERSION) in main()
/third_party/spirv-tools/tools/dis/
H A Ddis.cpp130 #if defined(_POSIX_VERSION) in main()
/third_party/musl/porting/linux/user/src/conf/
H A Dsysconf.c185 return _POSIX_VERSION; in sysconf()

Completed in 16 milliseconds

12