Home
last modified time | relevance | path

Searched refs:__STD_C (Results 1 – 25 of 155) sorted by relevance

1234567

/titanic_50/usr/src/lib/libast/amd64/include/ast/
H A Dast_common.h50 #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
98 # if __STD_C
[all …]
/titanic_50/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_common.h29 #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
77 # if __STD_C
[all …]
/titanic_50/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_common.h29 #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
77 # if __STD_C
[all …]
/titanic_50/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_common.h29 #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
77 # if __STD_C
[all …]
/titanic_50/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_common.h29 #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
77 # if __STD_C
[all …]
/titanic_50/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_common.h50 #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
98 # if __STD_C
[all …]
/titanic_50/usr/src/lib/libast/sparc/include/ast/
H A Dast_common.h50 #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
98 # if __STD_C
[all …]
/titanic_50/usr/src/lib/libast/i386/include/ast/
H A Dast_common.h50 #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
98 # if __STD_C
[all …]
/titanic_50/usr/src/lib/libast/common/sfio/
H A Dsfprints.c31 #if __STD_C
58 #if __STD_C
68 #if __STD_C in sfprints()
81 #if __STD_C
103 #if __STD_C
113 #if __STD_C in sfaprints()
H A Dsfscanf.c29 #if __STD_C
39 #if __STD_C in sfscanf()
54 #if __STD_C
80 #if __STD_C
89 #if __STD_C in sfsscanf()
H A Dsfprintf.c29 #if __STD_C
39 #if __STD_C in sfprintf()
54 #if __STD_C
89 #if __STD_C
99 #if __STD_C in sfsprintf()
/titanic_50/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/
H A Dcommon28 /* __STD_C indicates that the language is ANSI-C or C++ */
29 #if !defined(__STD_C) && __STDC__
30 # define __STD_C 1
32 #if !defined(__STD_C) && (__cplusplus || c_plusplus)
33 # define __STD_C 1
35 #if !defined(__STD_C) && _std_proto
36 # define __STD_C 1
38 #if !defined(__STD_C)
39 # define __STD_C 0
55 # if __STD_C
[all …]
/titanic_50/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/
H A Dcommon28 /* __STD_C indicates that the language is ANSI-C or C++ */
29 #if !defined(__STD_C) && __STDC__
30 # define __STD_C 1
32 #if !defined(__STD_C) && (__cplusplus || c_plusplus)
33 # define __STD_C 1
35 #if !defined(__STD_C) && _std_proto
36 # define __STD_C 1
38 #if !defined(__STD_C)
39 # define __STD_C 0
55 # if __STD_C
[all …]
/titanic_50/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/
H A Dcommon28 /* __STD_C indicates that the language is ANSI-C or C++ */
29 #if !defined(__STD_C) && __STDC__
30 # define __STD_C 1
32 #if !defined(__STD_C) && (__cplusplus || c_plusplus)
33 # define __STD_C 1
35 #if !defined(__STD_C) && _std_proto
36 # define __STD_C 1
38 #if !defined(__STD_C)
39 # define __STD_C 0
55 # if __STD_C
[all …]
/titanic_50/usr/src/lib/libast/i386/src/lib/libast/FEATURE/
H A Dcommon28 /* __STD_C indicates that the language is ANSI-C or C++ */
29 #if !defined(__STD_C) && __STDC__
30 # define __STD_C 1
32 #if !defined(__STD_C) && (__cplusplus || c_plusplus)
33 # define __STD_C 1
35 #if !defined(__STD_C) && _std_proto
36 # define __STD_C 1
38 #if !defined(__STD_C)
39 # define __STD_C 0
55 # if __STD_C
[all …]
/titanic_50/usr/src/lib/libast/common/vmalloc/
H A Dmalloc.c71 #if __STD_C
222 #if __STD_C
247 #if __STD_C
259 #if __STD_C
270 #if __STD_C
280 #if __STD_C
318 #if __STD_C
327 #if __STD_C
358 #if __STD_C
368 #if __STD_C
[all …]
H A Dvmexit.c42 #if __STD_C
60 #if __STD_C
76 #if __STD_C
H A Dvmtrace.c38 #if __STD_C
57 #if __STD_C
99 #if __STD_C
196 #if __STD_C
228 #if __STD_C
246 #if __STD_C
/titanic_50/usr/src/lib/libast/common/comp/
H A Dtsearch.c74 #if __STD_C
100 #if __STD_C
136 #if __STD_C
162 #if __STD_C
198 #if __STD_C
224 #if __STD_C
H A Dhsearch.c68 #if __STD_C
93 #if __STD_C
116 #if __STD_C
/titanic_50/usr/src/lib/libast/common/disc/
H A Dsfdcsubstr.c41 #if __STD_C
85 #if __STD_C
98 #if __STD_C
111 #if __STD_C
156 #if __STD_C
171 #if __STD_C
H A Dsfdcfilter.c39 #if __STD_C
100 #if __STD_C
114 #if __STD_C
131 #if __STD_C
149 #if __STD_C
H A Dsfdcseekable.c40 #if __STD_C
53 #if __STD_C
101 #if __STD_C
163 #if __STD_C
194 #if __STD_C
H A Dsfdcunion.c48 #if __STD_C
61 #if __STD_C
94 #if __STD_C
147 #if __STD_C
163 #if __STD_C
H A Dsfdctee.c39 #if __STD_C
60 #if __STD_C
76 #if __STD_C

1234567