sortix-mirror/libc/string
2023-05-15 23:25:40 +02:00
..
explicit_bzero.c Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
ffs.c Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
ffsl.c Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
ffsll.c Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
memccpy.c Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
memchr.c Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
memcmp.c Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
memcpy.c Abort on overlapping memcpy. 2021-05-30 23:48:19 +02:00
memmove.c Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
memrchr.c
memset.c Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
stpcpy.c Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
stpncpy.c Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
strcasecmp.c
strcat.c
strchr.c
strchrnul.c Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
strcmp.c Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
strcoll.c Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
strcoll_l.c Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
strcpy.c Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
strcspn.c
strdup.c Add kernel heap allocation tracing debug facility. 2023-05-15 23:25:40 +02:00
strerror.c Add EHOSTDOWN. 2022-12-04 23:18:17 +01:00
strerror_l.c
strerror_r.c Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
stresep.c Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
strlcat.c Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
strlcpy.c Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
strlen.c
strncasecmp.c Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
strncat.c Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
strncmp.c Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
strncpy.c Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
strndup.c Add kernel heap allocation tracing debug facility. 2023-05-15 23:25:40 +02:00
strnlen.c Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
strpbrk.c
strrchr.c Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
strsep.c Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
strsignal.c
strspn.c
strstr.c
strtok.c Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
strtok_r.c
strverscmp.c Change strverscmp(3) non-digit behavior to match GNU sort -V. 2022-07-09 20:51:13 +02:00
strxfrm.c
strxfrm_l.c
timingsafe_memcmp.c