Subversion Repositories Kolibri OS

Rev

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

Rev 6547 Rev 6557
Line 110... Line 110...
110
  "utoa.c",
110
  "utoa.c",
111
  "wcrtomb.c",
111
  "wcrtomb.c",
112
  "wctomb_r.c"
112
  "wctomb_r.c"
113
}
113
}
114
STRING_SRCS = {
114
STRING_SRCS = {
-
 
115
  "bcmp.c",
-
 
116
  "bcopy.c",
-
 
117
 
-
 
118
  "bzero.c",
-
 
119
  "explicit_bzero.c",
-
 
120
  "gnu_basename.c",
-
 
121
  "index.c",
115
  "memcpy.c",
122
  "memccpy.c",
-
 
123
  "memchr.c",
116
  "memcmp.c",
124
  "memcmp.c",
-
 
125
  "memcpy.c",
-
 
126
  "memmem.c",
117
  "memmove.c",
127
  "memmove.c",
-
 
128
  "mempcpy.c",
-
 
129
  "memrchr.c",
118
  "memset.c",
130
  "memset.c",
119
  "memchr.c",
131
  "rawmemchr.c",
-
 
132
  "rindex.c",
120
  "stpcpy.c",
133
  "stpcpy.c",
121
  "stpncpy.c",
134
  "stpncpy.c",
-
 
135
  "strcasecmp.c",
-
 
136
  "strcasestr.c",
122
  "strcat.c",
137
  "strcat.c",
123
  "strchr.c",
138
  "strchr.c",
-
 
139
  "strchrnul.c",
124
  "strcmp.c",
140
  "strcmp.c",
125
  "strcoll.c",
141
  "strcoll.c",
-
 
142
  "strcpy.c",
126
  "strcasecmp.c",
143
  "strcspn.c",
-
 
144
  "strdup.c",
-
 
145
  "strdup_r.c",
-
 
146
  "strerror.c",
-
 
147
  "strerror_r.c",
-
 
148
  "strlcat.c",
-
 
149
  "strlcpy.c",
-
 
150
  "strlen.c",
-
 
151
  "strlwr.c",
127
  "strncasecmp.c",
152
  "strncasecmp.c",
128
  "strncat.c",
153
  "strncat.c",
129
  "strncmp.c",
154
  "strncmp.c",
130
  "strncpy.c",
155
  "strncpy.c",
131
  "strndup.c",
156
  "strndup.c",
132
  "strndup_r.c",
157
  "strndup_r.c",
133
  "strnlen.c",
158
  "strnlen.c",
134
  "strcasestr.c",
-
 
135
  "strdup.c",
-
 
136
  "strdup_r.c",
-
 
137
  "strerror.c",
-
 
138
  "strlen.c",
-
 
139
  "strrchr.c",
-
 
140
  "strpbrk.c",
159
  "strpbrk.c",
-
 
160
  "strrchr.c",
141
  "strsep.c",
161
  "strsep.c",
-
 
162
  "strspn.c",
142
  "strstr.c",
163
  "strstr.c",
143
  "strtok.c",
164
  "strtok.c",
144
  "strtok_r.c",
165
  "strtok_r.c",
145
  "strupr.c",
166
  "strupr.c",
146
  "strxfrm.c",
167
  "strxfrm.c",
-
 
168
  "swab.c",
-
 
169
  "u_strerr.c",
-
 
170
  "wcpcpy.c",
-
 
171
  "wcpncpy.c",
-
 
172
  "wcscasecmp.c",
-
 
173
  "wcscat.c",
-
 
174
  "wcschr.c",
-
 
175
  "wcscmp.c",
-
 
176
  "wcscoll.c",
-
 
177
  "wcscpy.c",
147
  "strcspn.c",
178
  "wcscspn.c",
-
 
179
  "wcsdup.c",
-
 
180
  "wcslcat.c",
-
 
181
  "wcslcpy.c",
-
 
182
  "wcslen.c",
-
 
183
  "wcsncasecmp.c",
-
 
184
  "wcsncat.c",
-
 
185
  "wcsncmp.c",
-
 
186
  "wcsncpy.c",
-
 
187
  "wcsnlen.c",
-
 
188
  "wcspbrk.c",
-
 
189
  "wcsrchr.c",
148
  "strspn.c",
190
  "wcsspn.c",
-
 
191
  "wcsstr.c",
-
 
192
  "wcstok.c",
-
 
193
  "wcswidth.c",
-
 
194
  "wcsxfrm.c",
-
 
195
  "wcwidth.c",
-
 
196
  "wmemchr.c",
-
 
197
  "wmemcmp.c",
149
  "strcpy.c",
198
  "wmemcpy.c",
-
 
199
  "wmemmove.c",
150
  "u_strerr.c"
200
  "wmemset.c"
151
}
201
}
Line 152... Line 202...
152
 
202
 
153
STDIO_SRCS = {
203
STDIO_SRCS = {
154
  "asiprintf.c",
204
  "asiprintf.c",