sortix-mirror/libc/string
2014-08-23 21:47:05 +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 Fix memchr(3) missing an unsigned char cast. 2014-08-23 21:46:20 +02:00
memcmp.cpp Update libc/string/memcmp.cpp to current coding conventions. 2014-08-23 21:47:05 +02:00
memcpy.cpp
memmove.cpp Update libc/string/memmove.cpp to current coding conventions. 2014-08-23 21:47:05 +02:00
memset.cpp Update libc/string/memset.cpp to current coding conventions. 2014-08-23 21:47:05 +02:00
stpcpy.cpp
stpncpy.cpp
strcasecmp.cpp
strcat.cpp
strchr.cpp Fix strchrnul(3) and strrchr(3) missing an unsigned char cast. 2014-08-23 21:47:04 +02:00
strchrnul.cpp Fix strchrnul(3) and strrchr(3) missing an unsigned char cast. 2014-08-23 21:47:04 +02:00
strcmp.cpp
strcoll.cpp
strcoll_l.cpp Add strcoll_l(3). 2013-12-17 14:30:39 +01:00
strcpy.cpp
strcspn.cpp
strdup.cpp
strerror.cpp Add ESIGPENDING. 2014-07-20 15:09:16 +02: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 Fix strlcpy(3) and strlcat(3) being horribly broken. 2014-08-23 21:04:03 +02:00
strlcpy.cpp Fix strlcpy(3) and strlcat(3) being horribly broken. 2014-08-23 21:04:03 +02:00
strlen.cpp
strncasecmp.cpp
strncat.cpp
strncmp.cpp
strncpy.cpp
strndup.cpp
strnlen.cpp
strpbrk.cpp
strrchr.cpp Fix strchrnul(3) and strrchr(3) missing an unsigned char cast. 2014-08-23 21:47:04 +02:00
strsignal.cpp Implement signals. 2014-07-22 13:25:39 +02:00
strspn.cpp
strstr.cpp
strtok.cpp
strtok_r.cpp
strverscmp.cpp Add strverscmp(3). 2013-12-17 14:30:37 +01:00
strxfrm.cpp
strxfrm_l.cpp Add strxfrm_l(3). 2013-12-17 14:30:39 +01:00