sortix--sortix/libc/string
Jonas 'Sortie' Termansen 117a7cda95 Update strndup(3) to current coding conventions. 2014-12-02 19:21:47 +01:00
..
explicit_bzero.cpp Add explicit_bzero(3). 2014-11-27 00:20:53 +01:00
ffs.cpp
ffsl.cpp
ffsll.cpp
memccpy.cpp
memchr.cpp
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
strcasecmp.cpp Update string compare family to current coding conventions. 2014-12-02 18:23:42 +01:00
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 Update string compare family to current coding conventions. 2014-12-02 18:23:42 +01:00
strcoll.cpp
strcoll_l.cpp
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 remaining standard errno values. 2014-12-01 22:51:07 +01:00
strerror_l.cpp
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
strlcpy.cpp
strlen.cpp
strncasecmp.cpp Update string compare family to current coding conventions. 2014-12-02 18:23:42 +01:00
strncat.cpp
strncmp.cpp Update string compare family to current coding conventions. 2014-12-02 18:23:42 +01:00
strncpy.cpp
strndup.cpp Update strndup(3) to current coding conventions. 2014-12-02 19:21:47 +01:00
strnlen.cpp
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
strtok.cpp
strtok_r.cpp
strverscmp.cpp
strxfrm.cpp
strxfrm_l.cpp
timingsafe_memcmp.cpp Add timingsafe_memcmp(3). 2014-11-27 00:20:53 +01:00