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

/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Dast_common.h51 /* __STD_C indicates that the language is ANSI-C or C++ */
52 #if !defined(__STD_C) && __STDC__
53 # define __STD_C 1 macro
55 #if !defined(__STD_C) && (__cplusplus || c_plusplus)
56 # define __STD_C 1 macro
58 #if !defined(__STD_C) && _std_proto
59 # define __STD_C 1 macro
61 #if !defined(__STD_C)
62 # define __STD_C 0 macro
78 # if __STD_C
[all...]
/osnet-11/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_common.h30 /* __STD_C indicates that the language is ANSI-C or C++ */
31 #if !defined(__STD_C) && __STDC__
32 # define __STD_C 1 macro
34 #if !defined(__STD_C) && (__cplusplus || c_plusplus)
35 # define __STD_C 1 macro
37 #if !defined(__STD_C) && _std_proto
38 # define __STD_C 1 macro
40 #if !defined(__STD_C)
41 # define __STD_C 0 macro
57 # if __STD_C
[all...]
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Dast_common.h51 /* __STD_C indicates that the language is ANSI-C or C++ */
52 #if !defined(__STD_C) && __STDC__
53 # define __STD_C 1 macro
55 #if !defined(__STD_C) && (__cplusplus || c_plusplus)
56 # define __STD_C 1 macro
58 #if !defined(__STD_C) && _std_proto
59 # define __STD_C 1 macro
61 #if !defined(__STD_C)
62 # define __STD_C 0 macro
78 # if __STD_C
[all...]
/osnet-11/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_common.h30 /* __STD_C indicates that the language is ANSI-C or C++ */
31 #if !defined(__STD_C) && __STDC__
32 # define __STD_C 1 macro
34 #if !defined(__STD_C) && (__cplusplus || c_plusplus)
35 # define __STD_C 1 macro
37 #if !defined(__STD_C) && _std_proto
38 # define __STD_C 1 macro
40 #if !defined(__STD_C)
41 # define __STD_C 0 macro
57 # if __STD_C
[all...]
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Dast_common.h51 /* __STD_C indicates that the language is ANSI-C or C++ */
52 #if !defined(__STD_C) && __STDC__
53 # define __STD_C 1 macro
55 #if !defined(__STD_C) && (__cplusplus || c_plusplus)
56 # define __STD_C 1 macro
58 #if !defined(__STD_C) && _std_proto
59 # define __STD_C 1 macro
61 #if !defined(__STD_C)
62 # define __STD_C 0 macro
78 # if __STD_C
[all...]
/osnet-11/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_common.h30 /* __STD_C indicates that the language is ANSI-C or C++ */
31 #if !defined(__STD_C) && __STDC__
32 # define __STD_C 1 macro
34 #if !defined(__STD_C) && (__cplusplus || c_plusplus)
35 # define __STD_C 1 macro
37 #if !defined(__STD_C) && _std_proto
38 # define __STD_C 1 macro
40 #if !defined(__STD_C)
41 # define __STD_C 0 macro
57 # if __STD_C
[all...]
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_common.h51 /* __STD_C indicates that the language is ANSI-C or C++ */
52 #if !defined(__STD_C) && __STDC__
53 # define __STD_C 1 macro
55 #if !defined(__STD_C) && (__cplusplus || c_plusplus)
56 # define __STD_C 1 macro
58 #if !defined(__STD_C) && _std_proto
59 # define __STD_C 1 macro
61 #if !defined(__STD_C)
62 # define __STD_C 0 macro
78 # if __STD_C
[all...]
/osnet-11/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_common.h30 /* __STD_C indicates that the language is ANSI-C or C++ */
31 #if !defined(__STD_C) && __STDC__
32 # define __STD_C 1 macro
34 #if !defined(__STD_C) && (__cplusplus || c_plusplus)
35 # define __STD_C 1 macro
37 #if !defined(__STD_C) && _std_proto
38 # define __STD_C 1 macro
40 #if !defined(__STD_C)
41 # define __STD_C 0 macro
57 # if __STD_C
[all...]
/osnet-11/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 42 milliseconds