sortix-mirror/libc/string
Jonas 'Sortie' Termansen 44d4807fc4 Add ENOMOUNT. 2015-10-28 19:36:33 +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 Update memcpy(3) to current coding style. 2014-12-02 19:21:47 +01:00
memmove.cpp Update memmove(3) to current coding conventions. 2014-12-02 18:23:42 +01: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 Update stpcpy(3) and wcpcpy(3) to current coding conventions. 2014-12-02 18:23:43 +01:00
stpncpy.cpp Move string.h functions into their own directory. 2013-12-17 14:30:36 +01:00
strcasecmp.cpp Update string compare family to current coding conventions. 2014-12-02 18:23:42 +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 Update string compare family to current coding conventions. 2014-12-02 18:23:42 +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 Update strcpy(3) and wcscpy(3) to current coding conventions. 2014-12-02 18:23:42 +01:00
strcspn.cpp Update strcspn(3) to current coding conventions. 2014-12-02 18:23:42 +01:00
strdup.cpp Update strdup(3) to current coding conventions. 2014-12-02 19:21:47 +01:00
strerror.cpp Add ENOMOUNT. 2015-10-28 19:36:33 +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 Update string compare family to current coding conventions. 2014-12-02 18:23:42 +01:00
strncat.cpp Move string.h functions into their own directory. 2013-12-17 14:30:36 +01:00
strncmp.cpp Update string compare family to current coding conventions. 2014-12-02 18:23:42 +01:00
strncpy.cpp Move string.h functions into their own directory. 2013-12-17 14:30:36 +01:00
strndup.cpp Update strndup(3) to current coding conventions. 2014-12-02 19:21:47 +01:00
strnlen.cpp Move string.h functions into their own directory. 2013-12-17 14:30:36 +01:00
strpbrk.cpp Update strpbrk(3) to current coding conventions. 2014-12-02 18:23:42 +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 Update strspn(3) to current coding conventions. 2014-12-02 18:23:43 +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