/illumos-gate/usr/src/contrib/zlib/ |
H A D | zconf.h | 225 # ifndef STDC 226 # define STDC macro 234 #if !defined(STDC) && (defined(__STDC__) || defined(__cplusplus)) 235 # define STDC macro 237 #if !defined(STDC) && (defined(__GNUC__) || defined(__BORLANDC__)) 238 # define STDC macro 240 #if !defined(STDC) && (defined(MSDOS) || defined(WINDOWS) || defined(WIN32)) 241 # define STDC macro 243 #if !defined(STDC) && (defined(OS2) || defined(__HOS_AIX__)) 244 # define STDC macro [all …]
|
H A D | zutil.h | 22 #if defined(STDC) && !defined(Z_SOLO) && !defined(_KERNEL) 43 #if !defined(Z_U8) && !defined(Z_SOLO) && defined(STDC) 218 #if defined(STDC) && !defined(HAVE_MEMCPY) && !defined(NO_MEMCPY)
|
H A D | gzguts.h | 23 #ifdef STDC 121 #ifndef STDC
|
H A D | zutil.c | 86 #if defined(STDC) || defined(Z_HAVE_STDARG_H) in zlibCompileFlags() 296 #ifndef STDC
|
H A D | deflate.h | 311 #if defined(GEN_TREES_H) || !defined(STDC)
|
H A D | trees.c | 83 #if defined(GEN_TREES_H) || !defined(STDC) 234 #if defined(GEN_TREES_H) || !defined(STDC) in tr_static_init()
|
H A D | zlib.h | 1923 #if defined(STDC) || defined(Z_HAVE_STDARG_H)
|
H A D | ChangeLog | 790 - Allow strerror() usage in gzio.c for STDC 961 - Update definitions of STDC and STDC99 in zconf.h [Truta] 1073 - Declare malloc() and free() in gzio.c if STDC not defined 1075 - Define STDC for AIX 1317 - defined STDC for OS/2 (David Charlap) 1357 - added memcmp for non STDC compilers 1423 - include stdlib.h for STDC compilers 1436 - use STDC instead of __GO32__ to avoid redeclaring exit, calloc, etc...
|
/illumos-gate/usr/src/test/libc-tests/cfg/symbols/ |
H A D | sys_mman_h.cfg | 22 # the STDC group here for things that aren't standardized, as we want 47 value | MCL_CURRENT | int | sys/mman.h | STDC POSIX-1993+ SUSv2+ 48 value | MCL_FUTURE | int | sys/mman.h | STDC POSIX-1993+ SUSv2+ 51 value | POSIX_MADV_NORMAL | int | sys/mman.h | STDC SUSv3+ 52 value | POSIX_MADV_RANDOM | int | sys/mman.h | STDC SUSv3+ 53 value | POSIX_MADV_SEQUENTIAL | int | sys/mman.h | STDC SUSv3+ 54 value | POSIX_MADV_WILLNEED | int | sys/mman.h | STDC SUSv3+ 55 value | POSIX_MADV_DONTNEED | int | sys/mman.h | STDC SUSv3+ 99 sys/mman.h | STDC POSIX-1993+ SUSv2+ 104 sys/mman.h | STDC POSIX-1993+ SUSv2+ [all …]
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/ |
H A D | zlib.h | 62 #ifndef STDC 64 # define STDC macro 106 # ifdef STDC 123 #ifdef STDC
|
H A D | zlib.c | 35 #ifdef STDC 88 #if defined(STDC) && !defined(HAVE_MEMCPY) && !defined(NO_MEMCPY)
|
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/ |
H A D | zlib.h | 156 #if (defined(MSDOS) || defined(_WINDOWS) || defined(WIN32)) && !defined(STDC) 157 #define STDC macro 160 #ifndef STDC 161 #define STDC macro 165 #ifndef STDC 221 #ifdef STDC 319 #ifdef STDC
|
H A D | zlib.c | 85 #ifdef STDC 215 #if defined(STDC) && !defined(HAVE_MEMCPY) && !defined(NO_MEMCPY) 5836 #ifndef STDC 6032 #ifndef STDC
|
/illumos-gate/usr/src/lib/libm/common/R/ |
H A D | logbf.c | 59 #pragma STDC FENV_ACCESS ON in raise_division()
|
/illumos-gate/usr/src/lib/libm/common/Q/ |
H A D | logbl.c | 59 #pragma STDC FENV_ACCESS ON in raise_division()
|
/illumos-gate/usr/src/lib/libm/common/LD/ |
H A D | logbl.c | 59 #pragma STDC FENV_ACCESS ON in raise_division()
|
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/ |
H A D | ratz.c | 228 # ifndef STDC 229 # define STDC macro 237 #if !defined(STDC) && (defined(__STDC__) || defined(__cplusplus)) 238 # define STDC macro 240 #if !defined(STDC) && (defined(__GNUC__) || defined(__BORLANDC__)) 241 # define STDC macro 243 #if !defined(STDC) && (defined(MSDOS) || defined(WINDOWS) || defined(WIN32)) 244 # define STDC macro 246 #if !defined(STDC) && (defined(OS2) || defined(__HOS_AIX__)) 247 # define STDC macro [all …]
|
/illumos-gate/usr/src/test/libc-tests/cfg/ |
H A D | compilation.cfg | 88 env_group | STDC | C90 C99 C11 C17 89 env_group | C+ | STDC POSIX+ SUS+
|
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/ |
H A D | NOTES | 50 (1) #pragma STDC ...
|
H A D | pp.tab | 223 -STDC
|
H A D | RELEASE | 81 probe.win32: add C95 and C99 STDC predefined macros 191 99-02-11 #define __STDC__ #(STDC); demote __STDC__ to 0 for HOSTED (thanks sun)
|