sortix-mirror/libc/string
Jonas 'Sortie' Termansen 85e9fcde94 Change strverscmp(3) non-digit behavior to match GNU sort -V.
This behavior differs from glibc strverscmp(3) but is useful and matches
the behavior of GNU sort -V and musl strverscmp(3.
2022-07-09 20:51:13 +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 Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
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 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 Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
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 Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
strdup.c Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
strerror.c Add ENOMEDIUM. 2021-05-29 00:52:33 +02: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 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 Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
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 Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
strnlen.c Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
strpbrk.c Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
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 Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
strspn.c Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
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 Convert libc to C. 2016-03-03 23:02:23 +01:00