Searched defs:STDC (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.h62 #ifndef STDC
64 # define STDC macro
106 # ifdef STDC
123 #ifdef STDC
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.h158 #if (defined(MSDOS) || defined(_WINDOWS) || defined(WIN32)) && !defined(STDC)
159 #define STDC macro
162 #ifndef STDC
163 #define STDC macro
167 #ifndef STDC
168 #ifndef const /* cannot use !defined(STDC) && !defined(const) on Mac */
223 #ifdef STDC
321 #ifdef STDC
/illumos-gate/usr/src/boot/lib/libz/
H A Dzconf.h189 # ifndef STDC
190 # define STDC macro
198 #if !defined(STDC) && (defined(__STDC__) || defined(__cplusplus))
199 # define STDC macro
201 #if !defined(STDC) && (defined(__GNUC__) || defined(__BORLANDC__))
202 # define STDC macro
204 #if !defined(STDC) && (defined(MSDOS) || defined(WINDOWS) || defined(WIN32))
205 # define STDC macro
207 #if !defined(STDC) && (defined(OS2) || defined(__HOS_AIX__))
208 # define STDC macro
212 # define STDC macro
[all...]

Completed in 49 milliseconds