Searched defs:__STD_C (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dast_common.h49 /* __STD_C indicates that the language is ANSI-C or C++ */
50 #if !defined(__STD_C) && __STDC__
51 # define __STD_C 1 macro
53 #if !defined(__STD_C) && (__cplusplus || c_plusplus)
54 # define __STD_C 1 macro
56 #if !defined(__STD_C) && _std_proto
57 # define __STD_C 1 macro
59 #if !defined(__STD_C)
60 # define __STD_C 0 macro
76 # if __STD_C
[all...]
/illumos-gate/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_common.h28 /* __STD_C indicates that the language is ANSI-C or C++ */
29 #if !defined(__STD_C) && __STDC__
30 # define __STD_C 1 macro
32 #if !defined(__STD_C) && (__cplusplus || c_plusplus)
33 # define __STD_C 1 macro
35 #if !defined(__STD_C) && _std_proto
36 # define __STD_C 1 macro
38 #if !defined(__STD_C)
39 # define __STD_C 0 macro
55 # if __STD_C
[all...]
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dast_common.h49 /* __STD_C indicates that the language is ANSI-C or C++ */
50 #if !defined(__STD_C) && __STDC__
51 # define __STD_C 1 macro
53 #if !defined(__STD_C) && (__cplusplus || c_plusplus)
54 # define __STD_C 1 macro
56 #if !defined(__STD_C) && _std_proto
57 # define __STD_C 1 macro
59 #if !defined(__STD_C)
60 # define __STD_C 0 macro
76 # if __STD_C
[all...]
/illumos-gate/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_common.h28 /* __STD_C indicates that the language is ANSI-C or C++ */
29 #if !defined(__STD_C) && __STDC__
30 # define __STD_C 1 macro
32 #if !defined(__STD_C) && (__cplusplus || c_plusplus)
33 # define __STD_C 1 macro
35 #if !defined(__STD_C) && _std_proto
36 # define __STD_C 1 macro
38 #if !defined(__STD_C)
39 # define __STD_C 0 macro
55 # if __STD_C
[all...]
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dast_common.h49 /* __STD_C indicates that the language is ANSI-C or C++ */
50 #if !defined(__STD_C) && __STDC__
51 # define __STD_C 1 macro
53 #if !defined(__STD_C) && (__cplusplus || c_plusplus)
54 # define __STD_C 1 macro
56 #if !defined(__STD_C) && _std_proto
57 # define __STD_C 1 macro
59 #if !defined(__STD_C)
60 # define __STD_C 0 macro
76 # if __STD_C
[all...]
/illumos-gate/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_common.h28 /* __STD_C indicates that the language is ANSI-C or C++ */
29 #if !defined(__STD_C) && __STDC__
30 # define __STD_C 1 macro
32 #if !defined(__STD_C) && (__cplusplus || c_plusplus)
33 # define __STD_C 1 macro
35 #if !defined(__STD_C) && _std_proto
36 # define __STD_C 1 macro
38 #if !defined(__STD_C)
39 # define __STD_C 0 macro
55 # if __STD_C
[all...]
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_common.h49 /* __STD_C indicates that the language is ANSI-C or C++ */
50 #if !defined(__STD_C) && __STDC__
51 # define __STD_C 1 macro
53 #if !defined(__STD_C) && (__cplusplus || c_plusplus)
54 # define __STD_C 1 macro
56 #if !defined(__STD_C) && _std_proto
57 # define __STD_C 1 macro
59 #if !defined(__STD_C)
60 # define __STD_C 0 macro
76 # if __STD_C
[all...]
/illumos-gate/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_common.h28 /* __STD_C indicates that the language is ANSI-C or C++ */
29 #if !defined(__STD_C) && __STDC__
30 # define __STD_C 1 macro
32 #if !defined(__STD_C) && (__cplusplus || c_plusplus)
33 # define __STD_C 1 macro
35 #if !defined(__STD_C) && _std_proto
36 # define __STD_C 1 macro
38 #if !defined(__STD_C)
39 # define __STD_C 0 macro
55 # if __STD_C
[all...]
/illumos-gate/usr/src/lib/libast/common/vmalloc/
H A Dvmhdr.h33 #ifndef __STD_C /* this is normally in vmalloc.h but it's included late here */
35 #define __STD_C 1 macro
38 #define __STD_C 1 macro
40 #define __STD_C 0 macro
43 #endif /*__STD_C*/
116 #if __STD_C

Completed in 68 milliseconds