File tree Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -262,7 +262,7 @@ This is implemented as part of the minimal C library available in Zephyr.
262
262
isalnum(),yes
263
263
isalpha(),yes
264
264
isblank(),
265
- iscntrl(),
265
+ iscntrl(),yes
266
266
isdigit(),yes
267
267
isgraph(),yes
268
268
islower(),
@@ -285,9 +285,9 @@ This is implemented as part of the minimal C library available in Zephyr.
285
285
memmove(),yes
286
286
memset(),yes
287
287
mktime(),yes
288
- qsort(),
288
+ qsort(),yes
289
289
rand(),yes
290
- rand_r(),
290
+ rand_r(),yes
291
291
realloc(),yes
292
292
setlocale(),
293
293
snprintf(),yes
@@ -299,7 +299,7 @@ This is implemented as part of the minimal C library available in Zephyr.
299
299
strcmp(),yes
300
300
strcoll(),
301
301
strcpy(),yes
302
- strcspn(),
302
+ strcspn(),yes
303
303
strerror(),yes
304
304
strerror_r(),yes
305
305
strftime(),
@@ -309,12 +309,12 @@ This is implemented as part of the minimal C library available in Zephyr.
309
309
strncpy(),yes
310
310
strpbrk(),
311
311
strrchr(),yes
312
- strspn(),
312
+ strspn(),yes
313
313
strstr(),yes
314
314
strtod(),
315
315
strtof(),
316
316
strtoimax(),
317
- strtok(),
317
+ strtok(),yes
318
318
strtok_r(),yes
319
319
strtol(),yes
320
320
strtold(),
@@ -328,10 +328,10 @@ This is implemented as part of the minimal C library available in Zephyr.
328
328
toupper(),yes
329
329
tzname(),
330
330
tzset(),
331
- va_arg(),
332
- va_copy(),
333
- va_end(),
334
- va_start(),
331
+ va_arg(),yes
332
+ va_copy(),yes
333
+ va_end(),yes
334
+ va_start(),yes
335
335
vsnprintf(),yes
336
336
vsprintf(),yes
337
337
vsscanf(),
@@ -349,7 +349,7 @@ process applications.
349
349
350
350
confstr(),
351
351
environ,
352
- errno,
352
+ errno,yes
353
353
getenv(),
354
354
setenv(),
355
355
sysconf(),
@@ -397,11 +397,11 @@ POSIX_DEVICE_IO
397
397
ftrylockfile(),
398
398
funlockfile(),
399
399
getc_unlocked(),
400
- getchar_unlocked(),
400
+ getchar_unlocked(),yes
401
401
putc_unlocked(),
402
402
putchar_unlocked()
403
403
clearerr(),
404
- close(),
404
+ close(),yes
405
405
fclose(),
406
406
fdopen(),
407
407
feof(),
@@ -425,18 +425,18 @@ POSIX_DEVICE_IO
425
425
perror(),yes
426
426
printf(),yes
427
427
putc(),yes
428
- putchar(),
428
+ putchar(),yes
429
429
puts(),yes
430
430
read(),yes
431
431
scanf(),
432
432
setbuf(),
433
433
etvbuf(),
434
- stderr,
435
- stdin,
436
- stdout,
434
+ stderr,yes
435
+ stdin,yes
436
+ stdout,yes
437
437
ungetc(),
438
438
vfprintf(),yes
439
439
vfscanf(),
440
440
vprintf(),yes
441
441
vscanf(),
442
- write(),
442
+ write(),yes
You can’t perform that action at this time.
0 commit comments