sortix-mirror/libc/string
Jonas 'Sortie' Termansen 3166413eef Properly implement memmove(3). 2013-12-17 14:30:44 +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 Move string.h functions into their own directory. 2013-12-17 14:30:36 +01:00
memchr.cpp Move string.h functions into their own directory. 2013-12-17 14:30:36 +01:00
memcmp.cpp Move string.h functions into their own directory. 2013-12-17 14:30:36 +01:00
memcpy.cpp Move string.h functions into their own directory. 2013-12-17 14:30:36 +01:00
memmove.cpp Properly implement memmove(3). 2013-12-17 14:30:44 +01:00
memset.cpp Move string.h functions into their own directory. 2013-12-17 14:30:36 +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 Move string.h functions into their own directory. 2013-12-17 14:30:36 +01:00
strchrnul.cpp Move string.h functions into their own directory. 2013-12-17 14:30:36 +01: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 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 Add strlcpy(3). 2013-12-17 14:30:39 +01: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 Move string.h functions into their own directory. 2013-12-17 14:30:36 +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 Move string.h functions into their own directory. 2013-12-17 14:30:36 +01:00
strsignal.cpp Move string.h functions into their own directory. 2013-12-17 14:30:36 +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