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

/freebsd-13-stable/sys/contrib/zstd/programs/
H A Dplatform.h69 * PLATFORM_POSIX_VERSION = 0 for non-Unix e.g. Windows
70 * PLATFORM_POSIX_VERSION = 1 for Unix-like but non-POSIX
71 * PLATFORM_POSIX_VERSION > 1 is equal to found _POSIX_VERSION
72 * Value of PLATFORM_POSIX_VERSION can be forced on command line
74 #ifndef PLATFORM_POSIX_VERSION
80 # define PLATFORM_POSIX_VERSION 200112L macro
100 # define PLATFORM_POSIX_VERSION _POSIX_VERSION macro
102 # define PLATFORM_POSIX_VERSION 1 macro
112 # define PLATFORM_POSIX_VERSION 0 macro
115 #endif /* PLATFORM_POSIX_VERSION */
[all...]
H A Dutil.h22 #include "platform.h" /* PLATFORM_POSIX_VERSION, ZSTD_NANOSLEEP_SUPPORT, ZSTD_SETPRIORITY_SUPPORT */
34 #elif !defined(__64BIT__) && (PLATFORM_POSIX_VERSION >= 200112L) /* No point defining Large file for 64 bit */
52 #elif PLATFORM_POSIX_VERSION > 0 /* Unix-like operating system */
261 #elif defined(__linux__) || (PLATFORM_POSIX_VERSION >= 200112L) /* opendir, readdir require POSIX.1-2001 */
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-2001 */
175 #if (PLATFORM_POSIX_VERSION >= 200809L) && defined(st_mtime)
244 #if PLATFORM_POSIX_VERSION >= 200112L
256 #if PLATFORM_POSIX_VERSION >= 200112L
266 #if PLATFORM_POSIX_VERSION >= 200112L
569 #elif defined(__linux__) || (PLATFORM_POSIX_VERSION >= 200112L) /* opendir, readdir require POSIX.1-2001 */
H A Dzstdcli.c30 #include "platform.h" /* IS_CONSOLE, PLATFORM_POSIX_VERSION */
595 #ifdef PLATFORM_POSIX_VERSION
596 DISPLAYOUT("PLATFORM_POSIX_VERSION defined: %ldL\n", (long) PLATFORM_POSIX_VERSION);
H A Dfileio.c245 #elif !defined(__64BIT__) && (PLATFORM_POSIX_VERSION >= 200112L) /* No point defining Large file for 64 bit */

Completed in 74 milliseconds