Searched refs:_POSIX_C_SOURCE (Results 1 – 8 of 8) sorted by relevance
12 #if !defined(_POSIX_C_SOURCE)13 #define _POSIX_C_SOURCE 200112L macro
14 #if !defined(_POSIX_C_SOURCE) && !defined(__OpenBSD__)15 #define _POSIX_C_SOURCE 200112L macro
11 #ifndef _POSIX_C_SOURCE12 #define _POSIX_C_SOURCE 200112L macro
16 #elif _POSIX_C_SOURCE >= 199309L26 #elif _POSIX_C_SOURCE >= 199309L
21 #if !defined(_POSIX_C_SOURCE)22 #define _POSIX_C_SOURCE 200112L // for fileno() from <stdio.h>
12 #define _POSIX_C_SOURCE 200112L macro
1804 * In library/net_sockets.c, _POSIX_C_SOURCE and _XOPEN_SOURCE are2155 * Make arc4random_buf available on NetBSD and OpenBSD when _POSIX_C_SOURCE is2386 * Set _POSIX_C_SOURCE to at least 200112L in C99 code. Reported in #3420 and