Subversion Repositories Kolibri OS

Rev

Rev 6540 | Rev 6607 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6540 Rev 6557
Line 209... Line 209...
209
			utoa.c			\
209
			utoa.c			\
210
         		wcrtomb.c           	\
210
         		wcrtomb.c           	\
211
			wctomb_r.c
211
			wctomb_r.c
Line 212... Line 212...
212
 
212
 
-
 
213
 
-
 
214
STRING_SRCS= \
-
 
215
			bcmp.c			\
-
 
216
			bcopy.c			\
-
 
217
			bzero.c			\
-
 
218
			explicit_bzero.c	\
-
 
219
			gnu_basename.c		\
-
 
220
			index.c			\
213
 
221
			memccpy.c		\
-
 
222
			memchr.c		\
-
 
223
			memcmp.c		\
214
STRING_SRCS=      	memcpy.c    		\
224
			memcpy.c		\
-
 
225
			memmem.c		\
-
 
226
			memmove.c		\
215
         		memcmp.c             	\
227
			mempcpy.c		\
216
         		memmove.c            	\
228
			memrchr.c		\
-
 
229
			memset.c		\
217
         		memset.c             	\
230
			rawmemchr.c		\
218
         		memchr.c             	\
231
			rindex.c		\
-
 
232
			stpcpy.c		\
-
 
233
			stpncpy.c		\
219
			stpcpy.c	     	\
234
			strcasecmp.c		\
220
			stpncpy.c		\
235
			strcasestr.c		\
-
 
236
			strcat.c		\
221
			strcat.c            	\
237
			strchr.c		\
222
         		strchr.c           	\
238
			strchrnul.c		\
-
 
239
			strcmp.c		\
223
         		strcmp.c             \
240
			strcoll.c		\
-
 
241
			strcpy.c		\
-
 
242
			strcspn.c		\
-
 
243
			strdup.c		\
-
 
244
			strdup_r.c		\
-
 
245
			strerror.c		\
-
 
246
			strerror_r.c		\
-
 
247
			strlcat.c		\
-
 
248
			strlcpy.c		\
224
         		strcoll.c            \
249
			strlen.c		\
225
         		strcasecmp.c         \
250
			strlwr.c		\
226
         		strncasecmp.c        \
251
			strncasecmp.c		\
227
         		strncat.c            \
252
			strncat.c		\
228
         		strncmp.c            \
253
			strncmp.c		\
229
         		strncpy.c            \
254
			strncpy.c		\
230
         		strndup.c            \
255
			strndup.c		\
231
         		strndup_r.c          \
-
 
232
         		strnlen.c            \
-
 
233
         		strcasestr.c         \
-
 
234
         		strdup.c             \
-
 
235
         		strdup_r.c           \
-
 
236
         		strerror.c           \
-
 
237
         		strlen.c             \
256
			strndup_r.c		\
-
 
257
			strnlen.c		\
238
         		strrchr.c            \
258
			strpbrk.c		\
-
 
259
			strrchr.c		\
239
         		strpbrk.c            \
260
			strsep.c		\
240
         		strsep.c             \
261
			strspn.c		\
241
         		strstr.c             \
262
			strstr.c		\
242
         		strtok.c             \
263
			strtok.c		\
243
         		strtok_r.c           \
264
			strtok_r.c		\
-
 
265
			strupr.c		\
-
 
266
			strxfrm.c		\
-
 
267
			swab.c			\
-
 
268
			u_strerr.c		\
-
 
269
			wcpcpy.c		\
-
 
270
			wcpncpy.c		\
-
 
271
			wcscasecmp.c		\
-
 
272
			wcscat.c		\
-
 
273
			wcschr.c		\
-
 
274
			wcscmp.c		\
244
         		strupr.c             \
275
			wcscoll.c		\
-
 
276
			wcscpy.c		\
-
 
277
			wcscspn.c		\
-
 
278
			wcsdup.c		\
-
 
279
			wcslcat.c		\
245
			strxfrm.c	     \
280
			wcslcpy.c		\
-
 
281
			wcslen.c		\
-
 
282
			wcsncasecmp.c		\
-
 
283
			wcsncat.c		\
-
 
284
			wcsncmp.c		\
-
 
285
			wcsncpy.c		\
-
 
286
			wcsnlen.c		\
-
 
287
			wcspbrk.c		\
-
 
288
			wcsrchr.c		\
-
 
289
			wcsspn.c		\
-
 
290
			wcsstr.c		\
-
 
291
			wcstok.c		\
-
 
292
			wcswidth.c		\
-
 
293
			wcsxfrm.c		\
-
 
294
			wcwidth.c		\
246
         		strcspn.c            \
295
			wmemchr.c		\
-
 
296
			wmemcmp.c		\
247
         		strspn.c             \
297
			wmemcpy.c		\
-
 
298
			wmemmove.c		\
Line 248... Line 299...
248
         		strcpy.c             \
299
			wmemset.c
249
			u_strerr.c
300
 
250
 
301
 
251
STDIO_SRCS=					\
302
STDIO_SRCS=					\