Lines Matching full:with
39 /* Version with trailing underscores for BSD compatibility. */
107 * POSIX-1.2024 with BSD and SVr4 extensions
205 * any version of POSIX.1; enabled by default, or with _POSIX_SOURCE,
209 * POSIX.2-1992; enabled by default, with _POSIX_C_SOURCE >= 2,
213 * POSIX.1b-1993; enabled by default, with _POSIX_C_SOURCE >= 199309L,
217 * POSIX.1c-1995; enabled by default, with _POSIX_C_SOURCE >= 199506L,
221 * POSIX.1-2001; enabled by default, with _POSIX_C_SOURCE >= 200112L,
225 * POSIX.1-2008; enabled by default, with _POSIX_C_SOURCE >= 200809L,
229 * POSIX.1-2024; enabled by default, with _POSIX_C_SOURCE >= 202405L,
233 * XPG4 XSI extensions; enabled with any version of _XOPEN_SOURCE.
236 * SUSv1 XSI extensions; enabled with both _XOPEN_SOURCE and
240 * SUSv2 XSI extensions; enabled with _XOPEN_SOURCE >= 500.
243 * SUSv3 XSI extensions; enabled with _XOPEN_SOURCE >= 600.
246 * SUSv4 XSI extensions; enabled with _XOPEN_SOURCE >= 700.
249 * ISO C99; enabled with gcc -std=c99 or newer (on by default since GCC 5),
250 * any version of C++, or with _ISOC99_SOURCE, _POSIX_C_SOURCE >= 200112L,
254 * ISO C11; enabled with gcc -std=c11 or newer (on by default since GCC 5),
255 * g++ -std=c++11 or newer (on by default since GCC 6), or with
259 * ISO C2x; enabled with gcc -std=c2x or newer,
260 * g++ -std=c++20 or newer, or with
264 * "at" functions; enabled by default, with _ATFILE_SOURCE,
268 * fseeko, ftello; enabled with _LARGEFILE_SOURCE or _XOPEN_SOURCE >= 500.
271 * additional large file extensions; enabled with _LARGEFILE64_SOURCE.
274 * BSD extensions; enabled by default, or with _BSD_SOURCE.
277 * SVr4 extensions; enabled by default, or with _SVID_SOURCE.
285 * GNU extensions; enabled with _GNU_SOURCE.
291 * Zephyr extensions; enabled with _ZEPHYR_SOURCE.
408 /* RTEMS adheres to POSIX -- 1003.1b with some features from annexes. */