Lines Matching refs:C
90 standards, so particular C and POSIX functions may or may not be found.)
160 usually runs with a toolchain that lacks a C library (since Newlib will provide
184 like "SOURCES" in any Makefile.inc file. Instead, use %C%_ on all variables to
208 above, the _%C% suffix can be used. See the Makefile.am file for the current
210 AM_CFLAGS_%C% = ...
211 libm_a_CFLAGS_%C% = ...
212 libc_a_CFLAGS_%C% = ...
215 above, the _%C% suffix can be used. See the Makefile.am file for the current
217 AM_CFLAGS_%C%_moo.c = ...
218 libm_a_CFLAGS_%C%_foo.c = ...
219 libc_a_CFLAGS_%C%_bar.c = ...
223 generic C implementations of string & memory functions in libc/string/ that
230 for the math library and libc_a-<filename>.o for the C library. If the common