Home
last modified time | relevance | path

Searched refs:_POSIX_SOURCE (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/sys/
H A Derrno.h66 #ifndef _POSIX_SOURCE
79 #ifndef _POSIX_SOURCE
95 #ifndef _POSIX_SOURCE
134 #ifndef _POSIX_SOURCE
141 #ifndef _POSIX_SOURCE
159 #ifndef _POSIX_SOURCE
178 #ifndef _POSIX_SOURCE
186 #ifndef _POSIX_SOURCE
H A Dunistd.h118 #ifndef _POSIX_SOURCE
H A Dcdefs.h695 #if defined(_POSIX_SOURCE) && !defined(_POSIX_C_SOURCE)
/f-stack/freebsd/contrib/zlib/
H A Dgzguts.h29 #ifndef _POSIX_SOURCE
30 # define _POSIX_SOURCE macro
/f-stack/freebsd/contrib/zstd/zlibWrapper/
H A Dgzguts.h34 #ifndef _POSIX_SOURCE
35 # define _POSIX_SOURCE macro
/f-stack/freebsd/mips/include/
H A Dsignal.h53 #if !defined(_ANSI_SOURCE) && !defined(_POSIX_SOURCE)
/f-stack/freebsd/contrib/zstd/zlibWrapper/examples/
H A Dminigzip.c21 #define _POSIX_SOURCE /* fileno */ macro
/f-stack/freebsd/contrib/zstd/programs/
H A Dfileio.c19 #if defined(__MINGW32__) && !defined(_POSIX_SOURCE)
20 # define _POSIX_SOURCE 1 /* disable %llu warnings with MinGW on Windows */ macro