| .. |
|
include
|
libc: move strncpy to core
|
2026-05-15 10:04:06 -04:00 |
|
atoi.c
|
libc: atoi() is supposed to return 0 if handed a NULL pointer
|
2021-07-30 01:41:13 +00:00 |
|
ctype.c
|
Move c/h files implementing/defining standard library stuff into a new libc directory, also standard'ify some parts of the code base (almost entirely #include fixes).
|
2010-05-06 21:04:40 +00:00 |
|
errno.c
|
Base scheduler queues off linked lists and do cleanup/consolidation
|
2014-08-16 05:15:37 -04:00 |
|
gmtime.c
|
Improve code for gmtime_r()
|
2017-02-03 14:40:55 -05:00 |
|
memccpy.c
|
add memccpy.c
|
2022-11-15 00:56:01 -04:00 |
|
memchr.c
|
Renamed defines UNALIGNED to ROCKBOX_UNALIGNED - UNALIGNED is already
|
2017-01-15 21:32:49 +01:00 |
|
memcmp.c
|
Renamed defines UNALIGNED to ROCKBOX_UNALIGNED - UNALIGNED is already
|
2017-01-15 21:32:49 +01:00 |
|
mktime.c
|
mktime(): Remove redundant assignment of 'result'
|
2015-01-04 17:37:35 +01:00 |
|
qsort.c
|
Move c/h files implementing/defining standard library stuff into a new libc directory, also standard'ify some parts of the code base (almost entirely #include fixes).
|
2010-05-06 21:04:40 +00:00 |
|
random.c
|
Move c/h files implementing/defining standard library stuff into a new libc directory, also standard'ify some parts of the code base (almost entirely #include fixes).
|
2010-05-06 21:04:40 +00:00 |
|
sprintf.c
|
libc: add actual sprintf to sprintf.c
|
2026-05-12 10:19:51 -04:00 |
|
sscanf.c
|
libc: add basic maximum field width support to sscanf
|
2026-05-12 10:16:45 -04:00 |
|
strcat.c
|
Move c/h files implementing/defining standard library stuff into a new libc directory, also standard'ify some parts of the code base (almost entirely #include fixes).
|
2010-05-06 21:04:40 +00:00 |
|
strchr.c
|
Renamed defines UNALIGNED to ROCKBOX_UNALIGNED - UNALIGNED is already
|
2017-01-15 21:32:49 +01:00 |
|
strcmp.c
|
Renamed defines UNALIGNED to ROCKBOX_UNALIGNED - UNALIGNED is already
|
2017-01-15 21:32:49 +01:00 |
|
strcpy.c
|
Renamed defines UNALIGNED to ROCKBOX_UNALIGNED - UNALIGNED is already
|
2017-01-15 21:32:49 +01:00 |
|
strcspn.c
|
fix strptokspn, add strcspn, fix splash.c
|
2022-11-13 01:14:49 -05:00 |
|
strncmp.c
|
Renamed defines UNALIGNED to ROCKBOX_UNALIGNED - UNALIGNED is already
|
2017-01-15 21:32:49 +01:00 |
|
strncpy.c
|
fix broken bootloader builds, regression from 5951f6e5e9
|
2026-05-15 10:25:25 -04:00 |
|
strrchr.c
|
Add an advanced build option to force compiling and linking our reduced C library (probably useful for the sim).
|
2010-06-22 18:34:03 +00:00 |
|
strstr.c
|
strstr(): cosmetics
|
2010-07-11 22:37:31 +00:00 |
|
strtol.c
|
lua -- remove strtol and strtoul replace with rb->strtol and rb->strtoul
|
2025-12-06 18:11:13 -05:00 |
|
strtoul.c
|
lua -- remove strtol and strtoul replace with rb->strtol and rb->strtoul
|
2025-12-06 18:11:13 -05:00 |