Searched refs:PLATFORM_POSIX_VERSION (Results 1 – 5 of 5) sorted by relevance
74 #ifndef PLATFORM_POSIX_VERSION80 # define PLATFORM_POSIX_VERSION 200112L macro100 # define PLATFORM_POSIX_VERSION _POSIX_VERSION102 # define PLATFORM_POSIX_VERSION 1112 # define PLATFORM_POSIX_VERSION 0118 #if PLATFORM_POSIX_VERSION > 1130 #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 …]
34 #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.…
31 # 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.…
595 #ifdef PLATFORM_POSIX_VERSION in printVersion()596 DISPLAYOUT("PLATFORM_POSIX_VERSION defined: %ldL\n", (long) PLATFORM_POSIX_VERSION); in printVersion()
245 #elif !defined(__64BIT__) && (PLATFORM_POSIX_VERSION >= 200112L) /* No point defining Large file fo…