rockbox/firmware/common
2007-05-23 17:51:18 +00:00
..
atoi.c
crc32.c
ctype.c
dir.c
dircache.c Dircache fixes: Stop scanning properly if shutdown is initiated. Require user to re-enable dircache if initialization fails. Don't create statefile unless eeprom settings have been initialized. 2007-04-07 17:48:51 +00:00
disk.c ATA driver: * Support for drives with large physical sectors and no support for partial access in the firmware (i.e. Toshiba MK8010GAH - iPod G5.5/80GB). Sequential writes with a single 512-byte buffer to that disk are really slow, so this is an intermediate solution that allows to adjust the FAT driver and the file system gradually. * Assume multisectors = 16 if the value reported by the drive is invalid (also MK8010GAH). 2007-05-23 17:51:18 +00:00
errno.c
file.c
memchr.c
memcmp.c
memcpy.c
memmove.c Added memmove() to the rockbox core. C implementation taken from newlib. Fully optimised ASM implementations for SH1 and coldfire, reusing the AMS memcpy code path for forward copying. 2006-02-06 16:00:58 +00:00
memset.c
memset16.c
memswap128.c
qsort.c
random.c
sprintf.c
sscanf.c
strcasecmp.c
strcasestr.c
strcat.c
strchr.c
strcmp.c
strcpy.c
strlen.c
strncmp.c
strncpy.c
strrchr.c
strtok.c
structec.c
timefuncs.c
unicode.c