Home
last modified time | relevance | path

Searched refs:PLATFORM_POSIX_VERSION (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/contrib/zstd/programs/
H A Dplatform.h74 #ifndef PLATFORM_POSIX_VERSION
80 # define PLATFORM_POSIX_VERSION 200112L macro
100 # define PLATFORM_POSIX_VERSION _POSIX_VERSION
102 # define PLATFORM_POSIX_VERSION 1
112 # define PLATFORM_POSIX_VERSION 0
118 #if PLATFORM_POSIX_VERSION > 1
130 #if (defined(__linux__) && (PLATFORM_POSIX_VERSION > 1)) \
131 || (PLATFORM_POSIX_VERSION >= 200112L) \
195 # define ZSTD_SETPRIORITY_SUPPORT (PLATFORM_POSIX_VERSION >= 200112L)
201 # if (defined(__linux__) && (PLATFORM_POSIX_VERSION >= 199309L)) \
[all …]
H A Dutil.h34 #elif !defined(__64BIT__) && (PLATFORM_POSIX_VERSION >= 200112L) /* No point defining Large file fo…
52 #elif PLATFORM_POSIX_VERSION > 0 /* Unix-like operating system */
261 #elif defined(__linux__) || (PLATFORM_POSIX_VERSION >= 200112L) /* opendir, readdir require POSIX.…
H A Dutil.c31 # if PLATFORM_POSIX_VERSION < 200809L || !defined(st_mtime)
43 #if defined(__linux__) || (PLATFORM_POSIX_VERSION >= 200112L) /* opendir, readdir require POSIX.1-…
175 #if (PLATFORM_POSIX_VERSION >= 200809L) && defined(st_mtime) in UTIL_setFileStat()
244 #if PLATFORM_POSIX_VERSION >= 200112L in UTIL_isFIFO()
256 #if PLATFORM_POSIX_VERSION >= 200112L in UTIL_isFIFOStat()
266 #if PLATFORM_POSIX_VERSION >= 200112L in UTIL_isLink()
569 #elif defined(__linux__) || (PLATFORM_POSIX_VERSION >= 200112L) /* opendir, readdir require POSIX.…
H A Dzstdcli.c595 #ifdef PLATFORM_POSIX_VERSION in printVersion()
596 DISPLAYOUT("PLATFORM_POSIX_VERSION defined: %ldL\n", (long) PLATFORM_POSIX_VERSION); in printVersion()
H A Dfileio.c245 #elif !defined(__64BIT__) && (PLATFORM_POSIX_VERSION >= 200112L) /* No point defining Large file fo…