kern/lib/c/string
fef 904584ccc0
libc: refactor a couple of string routines
This is just a minor overhaul of several utility
functions, in part because it kept bothering me
and in part because i was bored.
2021-10-12 23:24:17 +02:00
..
bcmp.c libc: port FreeBSD string library routines 2021-10-10 05:41:16 +02:00
bcopy.c libc: port FreeBSD string library routines 2021-10-10 05:41:16 +02:00
bzero.c libc: port FreeBSD string library routines 2021-10-10 05:41:16 +02:00
CMakeLists.txt libc: port FreeBSD string library routines 2021-10-10 05:41:16 +02:00
ffs.c libc: port FreeBSD string library routines 2021-10-10 05:41:16 +02:00
ffsl.c libc: port FreeBSD string library routines 2021-10-10 05:41:16 +02:00
ffsll.c libc: port FreeBSD string library routines 2021-10-10 05:41:16 +02:00
fls.c libc: port FreeBSD string library routines 2021-10-10 05:41:16 +02:00
flsl.c libc: port FreeBSD string library routines 2021-10-10 05:41:16 +02:00
flsll.c libc: port FreeBSD string library routines 2021-10-10 05:41:16 +02:00
memccpy.c libc: port FreeBSD string library routines 2021-10-10 05:41:16 +02:00
memchr.c libc: port FreeBSD string library routines 2021-10-10 05:41:16 +02:00
memcmp.c libc: port FreeBSD string library routines 2021-10-10 05:41:16 +02:00
memcpy.c libc: port FreeBSD string library routines 2021-10-10 05:41:16 +02:00
memmem.c libc: port FreeBSD string library routines 2021-10-10 05:41:16 +02:00
memmove.c libc: port FreeBSD string library routines 2021-10-10 05:41:16 +02:00
memrchr.c libc: port FreeBSD string library routines 2021-10-10 05:41:16 +02:00
memset.c libc: port FreeBSD string library routines 2021-10-10 05:41:16 +02:00
stpcpy.c libc: port FreeBSD string library routines 2021-10-10 05:41:16 +02:00
stpncpy.c libc: port FreeBSD string library routines 2021-10-10 05:41:16 +02:00
strcat.c libc: port FreeBSD string library routines 2021-10-10 05:41:16 +02:00
strchr.c libc: port FreeBSD string library routines 2021-10-10 05:41:16 +02:00
strchrnul.c libc: port FreeBSD string library routines 2021-10-10 05:41:16 +02:00
strcmp.c libc: port FreeBSD string library routines 2021-10-10 05:41:16 +02:00
strcpy.c libc: refactor a couple of string routines 2021-10-12 23:24:17 +02:00
strcspn.c libc: port FreeBSD string library routines 2021-10-10 05:41:16 +02:00
strdup.c libc: refactor a couple of string routines 2021-10-12 23:24:17 +02:00
strlcat.c libc: port FreeBSD string library routines 2021-10-10 05:41:16 +02:00
strlcpy.c libc: port FreeBSD string library routines 2021-10-10 05:41:16 +02:00
strlen.c libc: refactor a couple of string routines 2021-10-12 23:24:17 +02:00
strncat.c libc: port FreeBSD string library routines 2021-10-10 05:41:16 +02:00
strncmp.c libc: port FreeBSD string library routines 2021-10-10 05:41:16 +02:00
strncpy.c libc: port FreeBSD string library routines 2021-10-10 05:41:16 +02:00
strndup.c libc: refactor a couple of string routines 2021-10-12 23:24:17 +02:00
strnlen.c libc: port FreeBSD string library routines 2021-10-10 05:41:16 +02:00
strnstr.c libc: port FreeBSD string library routines 2021-10-10 05:41:16 +02:00
strpbrk.c libc: port FreeBSD string library routines 2021-10-10 05:41:16 +02:00
strrchr.c libc: port FreeBSD string library routines 2021-10-10 05:41:16 +02:00
strsep.c libc: port FreeBSD string library routines 2021-10-10 05:41:16 +02:00
strspn.c libc: port FreeBSD string library routines 2021-10-10 05:41:16 +02:00
strstr.c libc: port FreeBSD string library routines 2021-10-10 05:41:16 +02:00
strtok.c libc: refactor a couple of string routines 2021-10-12 23:24:17 +02:00
swab.c libc: port FreeBSD string library routines 2021-10-10 05:41:16 +02:00
wcpcpy.c libc: port FreeBSD string library routines 2021-10-10 05:41:16 +02:00
wcpncpy.c libc: port FreeBSD string library routines 2021-10-10 05:41:16 +02:00
wcscat.c libc: port FreeBSD string library routines 2021-10-10 05:41:16 +02:00
wcschr.c libc: port FreeBSD string library routines 2021-10-10 05:41:16 +02:00
wcscmp.c libc: port FreeBSD string library routines 2021-10-10 05:41:16 +02:00
wcscpy.c libc: port FreeBSD string library routines 2021-10-10 05:41:16 +02:00
wcscspn.c libc: port FreeBSD string library routines 2021-10-10 05:41:16 +02:00
wcsdup.c libc: refactor a couple of string routines 2021-10-12 23:24:17 +02:00
wcslcat.c libc: port FreeBSD string library routines 2021-10-10 05:41:16 +02:00
wcslcpy.c libc: refactor a couple of string routines 2021-10-12 23:24:17 +02:00
wcslen.c libc: port FreeBSD string library routines 2021-10-10 05:41:16 +02:00
wcsncat.c libc: port FreeBSD string library routines 2021-10-10 05:41:16 +02:00
wcsncmp.c libc: port FreeBSD string library routines 2021-10-10 05:41:16 +02:00
wcsncpy.c libc: port FreeBSD string library routines 2021-10-10 05:41:16 +02:00
wcsnlen.c libc: port FreeBSD string library routines 2021-10-10 05:41:16 +02:00
wcspbrk.c libc: port FreeBSD string library routines 2021-10-10 05:41:16 +02:00
wcsrchr.c libc: port FreeBSD string library routines 2021-10-10 05:41:16 +02:00
wcsspn.c libc: port FreeBSD string library routines 2021-10-10 05:41:16 +02:00
wcsstr.c libc: port FreeBSD string library routines 2021-10-10 05:41:16 +02:00
wcstok.c libc: port FreeBSD string library routines 2021-10-10 05:41:16 +02:00
wmemchr.c libc: port FreeBSD string library routines 2021-10-10 05:41:16 +02:00
wmemcmp.c libc: port FreeBSD string library routines 2021-10-10 05:41:16 +02:00
wmemcpy.c libc: port FreeBSD string library routines 2021-10-10 05:41:16 +02:00
wmemmove.c libc: oops i forgot one 2021-10-10 05:42:44 +02:00
wmemset.c libc: port FreeBSD string library routines 2021-10-10 05:41:16 +02:00