Lines Matching +full:- +full:c
2 # SPDX-License-Identifier: BSD-3-Clause
36 'nano-calloc.c',
37 'nano-free.c',
38 'nano-getpagesize.c',
39 'nano-mallinfo.c',
40 'nano-malloc.c',
41 'nano-malloc-stats.c',
42 'nano-malloc-usable-size.c',
43 'nano-mallopt.c',
44 'nano-memalign.c',
45 'nano-posix-memalign.c',
46 'nano-pvalloc.c',
47 'nano-realloc.c',
48 'nano-valloc.c',
52 'malloc-calloc.c',
53 'malloc-cfree.c',
54 'malloc-free.c',
55 'malloc-mallinfo.c',
56 'malloc-malloc.c',
57 'malloc-malloc_stats.c',
58 'malloc-malloc_usable_size.c',
59 'malloc-mallopt.c',
60 'malloc-memalign.c',
61 'malloc-posix_memalign.c',
62 'malloc-pvalloc.c',
63 'malloc-realloc.c',
64 'malloc-valloc.c',
68 'pico-atexit.c',
69 'pico-exit.c',
70 'pico-onexit.c',
71 'pico-cxa-atexit.c',
75 '__atexit.c',
76 '__call_atexit.c',
77 'atexit.c',
78 'cxa_atexit.c',
79 'cxa_finalize.c',
80 'exit.c',
81 'on_exit.c',
82 'quick_exit.c',
86 'a64l.c',
87 'abort.c',
88 'abs.c',
89 'aligned_alloc.c',
90 'arc4random.c',
91 'arc4random_uniform.c',
92 'assert.c',
93 'assert_func.c',
94 'assert_no_arg.c',
95 'atof.c',
96 'atoff.c',
97 'atoi.c',
98 'atol.c',
99 'atoll.c',
100 'btowc.c',
101 'div.c',
102 'drand48.c',
103 'environ.c',
104 'eprintf.c',
105 'erand48.c',
106 '_Exit.c',
107 'getenv.c',
108 'getenv_r.c',
109 'getopt.c',
110 'getsubopt.c',
111 'imaxabs.c',
112 'imaxdiv.c',
113 'itoa.c',
114 'jrand48.c',
115 'l64a.c',
116 'labs.c',
117 'lcong48.c',
118 'ldiv.c',
119 'llabs.c',
120 'lldiv.c',
121 'lrand48.c',
122 'mblen.c',
123 'mbrlen.c',
124 'mbrtowc.c',
125 'mbsinit.c',
126 'mbsnrtowcs.c',
127 'mbsrtowcs.c',
128 'mbstowcs.c',
129 'mbtowc.c',
130 'mbtowc_r.c',
131 'mrand48.c',
132 'mstats.c',
133 'nrand48.c',
134 'putenv.c',
135 'rand48.c',
136 'rand.c',
137 'random.c',
138 'rand_r.c',
139 'reallocarray.c',
140 'reallocf.c',
141 'rpmatch.c',
142 'sb_charsets.c',
143 'seed48.c',
144 'setenv.c',
145 'srand.c',
146 'srand48.c',
147 'srandom.c',
148 'system.c',
149 'utoa.c',
150 'wcrtomb.c',
151 'wcsnrtombs.c',
152 'wcsrtombs.c',
153 'wcstod.c',
154 'wcstoimax.c',
155 'wcstol.c',
156 'wcstoll.c',
157 'wcstombs.c',
158 'wcstoul.c',
159 'wcstoull.c',
160 'wcstoumax.c',
161 'wctob.c',
162 'wctomb.c',
163 'wctomb_r.c',
164 'set_constraint_handler_s.c',
168 'dtoa.c',
169 'ecvtbuf.c',
170 'efgcvt.c',
171 'gdtoa-gethex.c',
172 'gdtoa-hexnan.c',
173 'mprec.c',
174 'strtod.c',
175 'strtodg.c',
176 'strtol.c',
177 'strtoul.c',
178 'strtoll.c',
179 'strtoull.c',
180 'strtoimax.c',
181 'strtoumax.c',
185 'strtold.c',
186 'strtorx.c',
187 'wcstold.c'
195 srcs_stdlib += 'ldtoa.c'
203 if cc.has_argument('-fno-builtin-malloc')
204 c_args_malloc += ['-fno-builtin-malloc']
207 if cc.has_argument('-fno-builtin-free')
208 c_args_malloc += ['-fno-builtin-free']
265 # Have to build a sub-library to get custom c_args for malloc