HomeSort by: relevance | last modified time | path
    Searched defs:_POSIX_C_SOURCE (Results 1 - 25 of 26) sorted by relevancy

1 2

  /src/sys/sys/
featuretest.h 9 * and testing of e.g. _POSIX_SOURCE vs. _POSIX_C_SOURCE. Instead,
26 * _POSIX_C_SOURCE == 1 IEEE Std 1003.1-1990
27 * _POSIX_C_SOURCE == 2 IEEE Std 1003.2-1992
28 * _POSIX_C_SOURCE == 199309L IEEE Std 1003.1b-1993
29 * _POSIX_C_SOURCE == 199506L ISO/IEC 9945-1:1996
30 * _POSIX_C_SOURCE == 200112L IEEE Std 1003.1-2001
31 * _POSIX_C_SOURCE == 200809L IEEE Std 1003.1-2008
32 * _POSIX_C_SOURCE == 202405L IEEE Std 1003.1-2024
38 * _POSIX_C_SOURCE Feature Test Macro'.
64 * if both _POSIX_C_SOURCE and _NETBSD_SOURCE are defined, the versio
    [all...]
  /src/external/bsd/unbound/dist/pythonmod/
pythonmod_utils.c 55 #undef _POSIX_C_SOURCE
pythonmod.c 52 #undef _POSIX_C_SOURCE
  /src/external/bsd/zstd/dist/programs/
platform.h 94 # ifndef _POSIX_C_SOURCE
95 # define _POSIX_C_SOURCE 200809L /* feature test macro : https://www.gnu.org/software/libc/manual/html_node/Feature-Test-Macros.html */
  /src/external/cddl/osnet/dist/uts/common/sys/
feature_tests.h 39 * Values of _POSIX_C_SOURCE
49 #if defined(_POSIX_SOURCE) && !defined(_POSIX_C_SOURCE)
50 #define _POSIX_C_SOURCE 1
88 #if defined(_XOPEN_SOURCE) || defined(_POSIX_C_SOURCE)
305 #undef _POSIX_C_SOURCE
306 #define _POSIX_C_SOURCE 199506L
308 #elif (_XOPEN_SOURCE - 0 == 600) || (_POSIX_C_SOURCE - 0 == 200112L)
314 #undef _POSIX_C_SOURCE
315 #define _POSIX_C_SOURCE 200112L
320 #elif (_XOPEN_SOURCE - 0 == 700) || (_POSIX_C_SOURCE - 0 == 200809L
    [all...]
  /src/external/lgpl3/mpc/dist/tests/
tio_str.c 24 #ifndef _POSIX_C_SOURCE
25 #define _POSIX_C_SOURCE 1 /* apparently needed on Darwin */
  /src/external/mit/expat/dist/tests/benchmark/
benchmark.c 35 #define _POSIX_C_SOURCE 1 // fdopen
  /src/sys/crypto/blake2/
blake2s.c 41 #define _POSIX_C_SOURCE 200809L
  /src/crypto/external/apache2/openssl/dist/apps/lib/
http_server.c 12 #if !defined(_POSIX_C_SOURCE) && defined(OPENSSL_SYS_VMS)
17 #define _POSIX_C_SOURCE 2
vms_term_sock.c 17 #if !defined(_POSIX_C_SOURCE) && defined(OPENSSL_SYS_VMS)
22 #define _POSIX_C_SOURCE 2
27 #undef _POSIX_C_SOURCE
apps.c 10 #if !defined(_POSIX_C_SOURCE) && defined(OPENSSL_SYS_VMS)
15 #define _POSIX_C_SOURCE 2
  /src/crypto/external/apache2/openssl/dist/crypto/ui/
ui_openssl.c 17 * need for #define _POSIX_C_SOURCE arises whenever you pass -ansi to gcc
26 #if !defined(_POSIX_C_SOURCE) && defined(OPENSSL_SYS_VMS)
27 #ifndef _POSIX_C_SOURCE
28 #define _POSIX_C_SOURCE 2
  /src/crypto/external/bsd/openssl/dist/apps/lib/
http_server.c 12 #if !defined(_POSIX_C_SOURCE) && defined(OPENSSL_SYS_VMS)
17 # define _POSIX_C_SOURCE 2
vms_term_sock.c 18 # if !defined(_POSIX_C_SOURCE) && defined(OPENSSL_SYS_VMS)
23 # define _POSIX_C_SOURCE 2
28 # undef _POSIX_C_SOURCE
apps.c 10 #if !defined(_POSIX_C_SOURCE) && defined(OPENSSL_SYS_VMS)
15 # define _POSIX_C_SOURCE 2
  /src/crypto/external/bsd/openssl/dist/crypto/ui/
ui_openssl.c 17 * need for #define _POSIX_C_SOURCE arises whenever you pass -ansi to gcc
26 # if !defined(_POSIX_C_SOURCE) && defined(OPENSSL_SYS_VMS)
27 # ifndef _POSIX_C_SOURCE
28 # define _POSIX_C_SOURCE 2
  /src/crypto/external/bsd/openssl.old/dist/apps/
vms_term_sock.c 18 # if !defined(_POSIX_C_SOURCE) && defined(OPENSSL_SYS_VMS)
23 # define _POSIX_C_SOURCE 2
28 # undef _POSIX_C_SOURCE
apps.c 10 #if !defined(_POSIX_C_SOURCE) && defined(OPENSSL_SYS_VMS)
15 # define _POSIX_C_SOURCE 2
  /src/crypto/external/bsd/openssl.old/dist/crypto/ui/
ui_openssl.c 17 * need for #define _POSIX_C_SOURCE arises whenever you pass -ansi to gcc
26 # if !defined(_POSIX_C_SOURCE) && defined(OPENSSL_SYS_VMS)
27 # ifndef _POSIX_C_SOURCE
28 # define _POSIX_C_SOURCE 2
  /src/external/zlib/pigz/dist/
yarn.c 24 #define _POSIX_C_SOURCE 200809L
  /src/external/bsd/zstd/dist/contrib/seekable_format/
zstdseek_decompress.c 53 # ifndef _POSIX_C_SOURCE
54 # define _POSIX_C_SOURCE 200809L /* feature test macro : https://www.gnu.org/software/libc/manual/html_node/Feature-Test-Macros.html */
  /src/external/gpl3/gdb/dist/gdb/python/
python-internal.h 54 /* /usr/include/features.h on linux systems will define _POSIX_C_SOURCE
56 pyconfig.h defines _POSIX_C_SOURCE to a different value than
58 To work around this, undef _POSIX_C_SOURCE before we include Python.h.
61 #undef _POSIX_C_SOURCE
  /src/external/gpl3/gdb.old/dist/gdb/python/
python-internal.h 54 /* /usr/include/features.h on linux systems will define _POSIX_C_SOURCE
56 pyconfig.h defines _POSIX_C_SOURCE to a different value than
58 To work around this, undef _POSIX_C_SOURCE before we include Python.h.
61 #undef _POSIX_C_SOURCE
  /src/tools/compat/
compat_defs.h 16 #define _POSIX_C_SOURCE 200112L
29 #undef _POSIX_C_SOURCE
  /src/external/bsd/nsd/include/
config.h 918 # ifndef _POSIX_C_SOURCE
919 # define _POSIX_C_SOURCE 200112

Completed in 60 milliseconds

1 2