sortix-mirror/libc/string
2024-06-18 22:17:06 +02:00
..
explicit_bzero.c Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
ffs.c
ffsl.c
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
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 Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
memset.c
stpcpy.c
stpncpy.c
strcasecmp.c Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
strcat.c Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
strchr.c
strchrnul.c
strcmp.c
strcoll.c
strcoll_l.c Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
strcpy.c
strcspn.c
strdup.c Add kernel heap allocation tracing debug facility. 2024-06-18 22:17:06 +02:00
strerror.c Add EHOSTDOWN. 2022-12-04 23:18:17 +01:00
strerror_l.c Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
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
strlcpy.c
strlen.c
strncasecmp.c
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. 2024-06-18 22:17:06 +02:00
strnlen.c Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
strpbrk.c
strrchr.c
strsep.c Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
strsignal.c Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
strspn.c
strstr.c Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
strtok.c Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
strtok_r.c Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
strverscmp.c Change strverscmp(3) non-digit behavior to match GNU sort -V. 2022-07-09 20:51:13 +02:00
strxfrm.c Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
strxfrm_l.c Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
timingsafe_memcmp.c