Searched refs:_POSIX_C_SOURCE (Results 1 - 2 of 2) sorted by relevance

/development/ndk/platforms/android-3/include/sys/
H A Dcdefs.h384 * _POSIX_C_SOURCE == 1 1003.1-1990
385 * _POSIX_C_SOURCE == 2 1003.2-1992 C Language Binding Option
386 * _POSIX_C_SOURCE == 199309 1003.1b-1993
387 * _POSIX_C_SOURCE == 199506 1003.1c-1995, 1003.1i-1995,
389 * _POSIX_C_SOURCE == 200112 1003.1-2001
390 * _POSIX_C_SOURCE == 200809 1003.1-2008
394 * that specification, and which subsumes _POSIX_C_SOURCE.
399 /* Deal with IEEE Std. 1003.1-1990, in which _POSIX_C_SOURCE == 1. */
400 #if defined(_POSIX_C_SOURCE) && _POSIX_C_SOURCE
401 #undef _POSIX_C_SOURCE macro
402 #define _POSIX_C_SOURCE macro
407 #undef _POSIX_C_SOURCE macro
408 #define _POSIX_C_SOURCE macro
415 #undef _POSIX_C_SOURCE macro
416 #define _POSIX_C_SOURCE macro
419 #undef _POSIX_C_SOURCE macro
420 #define _POSIX_C_SOURCE macro
423 #undef _POSIX_C_SOURCE macro
424 #define _POSIX_C_SOURCE macro
433 #define _POSIX_C_SOURCE macro
[all...]
/development/ndk/platforms/android-9/include/sys/
H A Dcdefs.h378 * _POSIX_C_SOURCE == 1 1003.1-1990
379 * _POSIX_C_SOURCE == 2 1003.2-1992 C Language Binding Option
380 * _POSIX_C_SOURCE == 199309 1003.1b-1993
381 * _POSIX_C_SOURCE == 199506 1003.1c-1995, 1003.1i-1995,
383 * _POSIX_C_SOURCE == 200112 1003.1-2001
384 * _POSIX_C_SOURCE == 200809 1003.1-2008
388 * that specification, and which subsumes _POSIX_C_SOURCE.
393 /* Deal with IEEE Std. 1003.1-1990, in which _POSIX_C_SOURCE == 1. */
394 #if defined(_POSIX_C_SOURCE) && _POSIX_C_SOURCE
395 #undef _POSIX_C_SOURCE macro
396 #define _POSIX_C_SOURCE macro
401 #undef _POSIX_C_SOURCE macro
402 #define _POSIX_C_SOURCE macro
409 #undef _POSIX_C_SOURCE macro
410 #define _POSIX_C_SOURCE macro
413 #undef _POSIX_C_SOURCE macro
414 #define _POSIX_C_SOURCE macro
417 #undef _POSIX_C_SOURCE macro
418 #define _POSIX_C_SOURCE macro
427 #define _POSIX_C_SOURCE macro
[all...]

Completed in 93 milliseconds