Home
last modified time | relevance | path

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

/third_party/lz4/programs/
Dplatform.h86 # define PLATFORM_POSIX_VERSION 200112L macro
95 # define PLATFORM_POSIX_VERSION _POSIX_VERSION
97 # define PLATFORM_POSIX_VERSION 0
101 #if !defined(PLATFORM_POSIX_VERSION)
102 # define PLATFORM_POSIX_VERSION -1 macro
109 #if (defined(__linux__) && (PLATFORM_POSIX_VERSION >= 1)) || (PLATFORM_POSIX_VERSION >= 200112L) ||…
Dutil.h45 # if PLATFORM_POSIX_VERSION < 200809L
86 #elif !defined(__64BIT__) && (PLATFORM_POSIX_VERSION >= 200112L) /* No point defining Large file fo…
103 #elif PLATFORM_POSIX_VERSION >= 0 /* Unix-like operating system */
113 # if (defined(__linux__) && (PLATFORM_POSIX_VERSION >= 199309L)) || (PLATFORM_POSIX_VERSION >= 200…
267 #elif (PLATFORM_POSIX_VERSION >= 200112L) && (defined __UCLIBC__ || (defined(__GLIBC__) && ((__GLIB…
364 #if defined(_WIN32) || (PLATFORM_POSIX_VERSION < 200809L) in UTIL_setFileStat()
551 #elif defined(__linux__) || (PLATFORM_POSIX_VERSION >= 200112L) /* opendir, readdir require POSIX.…
Dlz4cli.c619 #ifdef PLATFORM_POSIX_VERSION in main()
620 DISPLAYLEVEL(4, "PLATFORM_POSIX_VERSION defined: %ldL\n", (long) PLATFORM_POSIX_VERSION); in main()