sortix--sortix/libc/string
Jonas 'Sortie' Termansen 1830ab64ee Fix memccpy(3) being terribly broken. 2014-06-27 16:17:47 +02:00
..
ffs.cpp Add ffs(3), ffsl(3), and ffsll(3). 2013-12-17 14:30:40 +01:00
ffsl.cpp Add ffs(3), ffsl(3), and ffsll(3). 2013-12-17 14:30:40 +01:00
ffsll.cpp Add ffs(3), ffsl(3), and ffsll(3). 2013-12-17 14:30:40 +01:00
memccpy.cpp Fix memccpy(3) being terribly broken. 2014-06-27 16:17:47 +02:00
memchr.cpp
memcmp.cpp
memcpy.cpp
memmove.cpp Properly implement memmove(3). 2013-12-17 14:30:44 +01:00
memset.cpp
stpcpy.cpp
stpncpy.cpp
strcasecmp.cpp
strcat.cpp
strchr.cpp
strchrnul.cpp
strcmp.cpp
strcoll.cpp
strcoll_l.cpp
strcpy.cpp
strcspn.cpp
strdup.cpp
strerror.cpp Add ENOGROUP. 2013-12-17 14:30:43 +01:00
strerror_l.cpp Add strerror_l(3) and strerror_r(3). 2013-12-17 14:30:40 +01:00
strerror_r.cpp Add strerror_l(3) and strerror_r(3). 2013-12-17 14:30:40 +01:00
strlcat.cpp Add strlcat(3). 2013-12-17 14:30:40 +01:00
strlcpy.cpp
strlen.cpp
strncasecmp.cpp
strncat.cpp
strncmp.cpp
strncpy.cpp
strndup.cpp
strnlen.cpp
strpbrk.cpp
strrchr.cpp
strsignal.cpp
strspn.cpp
strstr.cpp
strtok.cpp
strtok_r.cpp
strverscmp.cpp
strxfrm.cpp
strxfrm_l.cpp