rockbox/firmware/common
Maurus Cuelenaere d7d3bc248f Move strip_volume() to filefuncs.c and set properties.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23767 a1c6a512-1295-4272-9138-f99709370657
2009-11-26 22:34:08 +00:00
..
atoi.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
crc32-mi4.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
crc32.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
ctype.c
dir_uncached.c Move strip_volume() to filefuncs.c and set properties. 2009-11-26 22:34:08 +00:00
dircache.c - Split off strip_volume() to a separate file 2009-11-26 17:39:30 +00:00
disk.c Patch #1 from FS#10633 (Nano 2G developments) by Michael Sparmann - Allows targets to set a different sector size than 512 for the storage system. Should not affect any other target. 2009-10-02 16:41:55 +00:00
errno.c
ffs.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
file.c Move strip_volume() to filefuncs.c and set properties. 2009-11-26 22:34:08 +00:00
filefuncs.c Move strip_volume() to filefuncs.c and set properties. 2009-11-26 22:34:08 +00:00
memchr.c
memcmp.c
memcpy.c Added #include <string.h> to memmove.c, memcpy.c and strcat.c 2008-04-28 20:39:44 +00:00
memmove.c Added #include <string.h> to memmove.c, memcpy.c and strcat.c 2008-04-28 20:39:44 +00:00
memset.c
memset16.c Add missing #includes for the ondas. 2009-03-22 15:40:40 +00:00
misc.c Forgot file 2009-11-26 17:41:19 +00:00
qsort.c
random.c
sprintf.c Rename vfnprintf to vuprintf (u stands for user for the user callback and data passed to it) to avoid confusion with file and buffer size related functions from the printf-family, and add a comment to its declaration. 2009-11-03 21:20:09 +00:00
sscanf.c Some fixes to doom dehacked loading - make embedded dehacked files actually load, fix end of file detection in the string loader, fix ammo changes, fix bex code pointers. Also added the * flag to sscanf - still only tested against rockdoom sscanf calls. 2007-06-03 22:03:36 +00:00
strcasecmp.c
strcasestr.c
strcat.c Added #include <string.h> to memmove.c, memcpy.c and strcat.c 2008-04-28 20:39:44 +00:00
strchr.c
strcmp.c
strcpy.c
strlcpy.c FS#10080 2009-07-14 13:57:45 +00:00
strlen.c
strnatcmp.c Remove dead code 2009-08-12 13:49:29 +00:00
strncmp.c
strrchr.c
strstr.c import and use the Linux one instead, bound to be faster 2007-09-18 07:04:05 +00:00
strtok.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
structec.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
timefuncs.c Use wrap-safe TIME_BEFORE/TIME_AFTER macros to compare times with current_time, instead of comparing them directly. 2009-10-18 15:50:30 +00:00
unicode.c Little bit of const correctness 2009-10-25 10:42:21 +00:00