Lines Matching refs:c

99 	$(LOCAL_DIR)/abort.c \
100 $(LOCAL_DIR)/close.c \
101 $(LOCAL_DIR)/fflush.c \
102 $(LOCAL_DIR)/libc_state.c \
103 $(LOCAL_DIR)/writev.c \
104 $(LK_DIR)/lib/libc/atoi.c \
105 $(LK_DIR)/lib/libc/eabi.c \
106 $(LK_DIR)/lib/libc/eabi_unwind_stubs.c \
107 $(LK_DIR)/lib/libc/io_handle.c \
108 $(LK_DIR)/lib/libc/printf.c \
109 $(LK_DIR)/lib/libc/stdio.c \
110 $(LK_DIR)/lib/libc/strtol.c \
111 $(LK_DIR)/lib/libc/strtoll.c \
115 $(LIBC_TRUSTY_DIR)/locale_stubs.c \
116 $(LK_DIR)/lib/libc/atexit.c \
124 $(LIBC_TRUSTY_DIR)/pthreads.c
128 $(MUSL_DIR)/src/ctype/isalnum.c \
129 $(MUSL_DIR)/src/ctype/isalpha.c \
130 $(MUSL_DIR)/src/ctype/isascii.c \
131 $(MUSL_DIR)/src/ctype/isblank.c \
132 $(MUSL_DIR)/src/ctype/iscntrl.c \
133 $(MUSL_DIR)/src/ctype/isdigit.c \
134 $(MUSL_DIR)/src/ctype/isgraph.c \
135 $(MUSL_DIR)/src/ctype/islower.c \
136 $(MUSL_DIR)/src/ctype/isprint.c \
137 $(MUSL_DIR)/src/ctype/ispunct.c \
138 $(MUSL_DIR)/src/ctype/isspace.c \
139 $(MUSL_DIR)/src/ctype/isupper.c \
140 $(MUSL_DIR)/src/ctype/isxdigit.c \
141 $(MUSL_DIR)/src/ctype/toascii.c \
142 $(MUSL_DIR)/src/ctype/tolower.c \
143 $(MUSL_DIR)/src/ctype/toupper.c \
144 $(MUSL_DIR)/src/locale/c_locale.c \
145 $(MUSL_DIR)/src/stdlib/abs.c \
146 $(MUSL_DIR)/src/stdlib/bsearch.c \
147 $(MUSL_DIR)/src/stdlib/div.c \
148 $(MUSL_DIR)/src/stdlib/imaxabs.c \
149 $(MUSL_DIR)/src/stdlib/imaxdiv.c \
150 $(MUSL_DIR)/src/stdlib/labs.c \
151 $(MUSL_DIR)/src/stdlib/ldiv.c \
152 $(MUSL_DIR)/src/stdlib/llabs.c \
153 $(MUSL_DIR)/src/stdlib/lldiv.c \
154 $(MUSL_DIR)/src/stdlib/qsort.c \
155 $(MUSL_DIR)/src/string/explicit_bzero.c \
156 $(MUSL_DIR)/src/string/bcmp.c \
157 $(MUSL_DIR)/src/string/memccpy.c \
158 $(MUSL_DIR)/src/string/memmem.c \
159 $(MUSL_DIR)/src/string/mempcpy.c \
160 $(MUSL_DIR)/src/string/memrchr.c \
161 $(MUSL_DIR)/src/string/stpcpy.c \
162 $(MUSL_DIR)/src/string/stpncpy.c \
163 $(MUSL_DIR)/src/string/strcasecmp.c \
164 $(MUSL_DIR)/src/string/strcasestr.c \
165 $(MUSL_DIR)/src/string/strchrnul.c \
166 $(MUSL_DIR)/src/string/strcspn.c \
167 $(MUSL_DIR)/src/string/strerror_r.c \
168 $(MUSL_DIR)/src/string/strncasecmp.c \
169 $(MUSL_DIR)/src/string/strndup.c \
170 $(MUSL_DIR)/src/string/strsep.c \
171 $(MUSL_DIR)/src/string/strtok_r.c \
172 $(MUSL_DIR)/src/string/strverscmp.c \
173 $(MUSL_DIR)/src/string/swab.c \
181 $(MUSL_DIR)/src/stdio/stderr.c \
182 $(MUSL_DIR)/src/stdio/stdin.c \
183 $(MUSL_DIR)/src/stdio/stdout.c \
184 $(MUSL_DIR)/src/stdio/__stdio_close.c \
185 $(MUSL_DIR)/src/stdio/__stdio_read.c \
186 $(MUSL_DIR)/src/stdio/__stdio_write.c \
187 $(MUSL_DIR)/src/stdio/__stdio_seek.c \
191 $(MUSL_DIR)/src/ctype/__ctype_get_mb_cur_max.c \
192 $(MUSL_DIR)/src/multibyte/internal.c \
193 $(MUSL_DIR)/src/multibyte/mbtowc.c \
194 $(MUSL_DIR)/src/multibyte/wcrtomb.c \