sortix-mirror/libc/string
Jonas 'Sortie' Termansen c9e0fa687c Use strnlen(3) in strndup(3). 2014-12-01 17:52:02 +01:00
..
explicit_bzero.cpp Add explicit_bzero(3). 2014-11-27 00:20:53 +01: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 Move string.h functions into their own directory. 2013-12-17 14:30:36 +01:00
memmove.cpp Update libc/string/memmove.cpp to current coding conventions. 2014-08-23 21:47:05 +02:00
memrchr.cpp Add memrchr(3). 2014-11-27 00:10:13 +01:00
memset.cpp Improve memset(3) performance. 2014-11-27 00:20:53 +01:00
stpcpy.cpp Move string.h functions into their own directory. 2013-12-17 14:30:36 +01:00
stpncpy.cpp Move string.h functions into their own directory. 2013-12-17 14:30:36 +01:00
strcasecmp.cpp Move string.h functions into their own directory. 2013-12-17 14:30:36 +01:00
strcat.cpp Move string.h functions into their own directory. 2013-12-17 14:30:36 +01:00
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 Move string.h functions into their own directory. 2013-12-17 14:30:36 +01:00
strcoll.cpp Move string.h functions into their own directory. 2013-12-17 14:30:36 +01:00
strcoll_l.cpp Add strcoll_l(3). 2013-12-17 14:30:39 +01:00
strcpy.cpp Move string.h functions into their own directory. 2013-12-17 14:30:36 +01:00
strcspn.cpp Move string.h functions into their own directory. 2013-12-17 14:30:36 +01:00
strdup.cpp Move string.h functions into their own directory. 2013-12-17 14:30:36 +01:00
strerror.cpp Use the word invalid instead of illegal. 2014-11-30 19:53:42 +01:00
strerror_l.cpp Add strerror_l(3) and strerror_r(3). 2013-12-17 14:30:40 +01:00
strerror_r.cpp Fix strerror_r(3) range error case. 2014-09-25 17:49:01 +02:00
stresep.cpp Add stresep(3). 2014-11-27 21:01:13 +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 Move string.h functions into their own directory. 2013-12-17 14:30:36 +01:00
strncasecmp.cpp Move string.h functions into their own directory. 2013-12-17 14:30:36 +01:00
strncat.cpp Move string.h functions into their own directory. 2013-12-17 14:30:36 +01:00
strncmp.cpp Move string.h functions into their own directory. 2013-12-17 14:30:36 +01:00
strncpy.cpp Move string.h functions into their own directory. 2013-12-17 14:30:36 +01:00
strndup.cpp Use strnlen(3) in strndup(3). 2014-12-01 17:52:02 +01:00
strnlen.cpp Move string.h functions into their own directory. 2013-12-17 14:30:36 +01:00
strpbrk.cpp Move string.h functions into their own directory. 2013-12-17 14:30:36 +01:00
strrchr.cpp Fix strchrnul(3) and strrchr(3) missing an unsigned char cast. 2014-08-23 21:47:04 +02:00
strsep.cpp Add strsep(3). 2014-11-27 21:01:13 +01:00
strsignal.cpp Use the word invalid instead of illegal. 2014-11-30 19:53:42 +01:00
strspn.cpp Move string.h functions into their own directory. 2013-12-17 14:30:36 +01:00
strstr.cpp Move string.h functions into their own directory. 2013-12-17 14:30:36 +01:00
strtok.cpp Move string.h functions into their own directory. 2013-12-17 14:30:36 +01:00
strtok_r.cpp Move string.h functions into their own directory. 2013-12-17 14:30:36 +01:00
strverscmp.cpp Add strverscmp(3). 2013-12-17 14:30:37 +01:00
strxfrm.cpp Move string.h functions into their own directory. 2013-12-17 14:30:36 +01:00
strxfrm_l.cpp Add strxfrm_l(3). 2013-12-17 14:30:39 +01:00
timingsafe_memcmp.cpp Add timingsafe_memcmp(3). 2014-11-27 00:20:53 +01:00