opnsense-src/lib/libc/string
Tim J. Robbins fd4f1dd9fa Add a placeholder implementation of wcscoll() and wcsxfrm() which gives
locale-sensitive collation only in single-byte locales, and just does
binary comparison for the others with extended character sets.
2002-10-04 03:18:26 +00:00
..
bcmp.3
bcmp.c
bcopy.3
bcopy.c
bstring.3
bzero.3
bzero.c
ffs.3
ffs.c
index.3
index.c
Makefile.inc Add a placeholder implementation of wcscoll() and wcsxfrm() which gives 2002-10-04 03:18:26 +00:00
memccpy.3
memccpy.c
memchr.3
memchr.c
memcmp.3
memcmp.c
memcpy.3
memcpy.c
memmove.3
memmove.c
memset.3
memset.c
rindex.3
rindex.c
stpcpy.c Add stpcpy(3). 2002-10-03 19:39:20 +00:00
strcasecmp.3
strcasecmp.c
strcasestr.c
strcat.3
strcat.c
strchr.3
strchr.c
strcmp.3
strcmp.c
strcoll.3
strcoll.c
strcpy.3 Add stpcpy(3). 2002-10-03 19:39:20 +00:00
strcpy.c
strcspn.3
strcspn.c
strdup.3
strdup.c
strerror.3
strerror.c
string.3 Add stpcpy(3). 2002-10-03 19:39:20 +00:00
strlcat.c
strlcpy.3
strlcpy.c
strlen.3
strlen.c
strmode.3
strmode.c
strncat.c
strncmp.c
strncpy.c
strnstr.c
strpbrk.3
strpbrk.c
strrchr.3
strrchr.c
strsep.3
strsep.c
strsignal.c
strspn.3
strspn.c
strstr.3
strstr.c
strtok.3
strtok.c
strxfrm.3
strxfrm.c
swab.3
swab.c
wcscat.c Simplify by removing unneeded local variables and explicit null termination. 2002-09-26 09:28:55 +00:00
wcschr.c
wcscmp.c
wcscoll.3 Add a placeholder implementation of wcscoll() and wcsxfrm() which gives 2002-10-04 03:18:26 +00:00
wcscoll.c Add a placeholder implementation of wcscoll() and wcsxfrm() which gives 2002-10-04 03:18:26 +00:00
wcscpy.c
wcscspn.c
wcslcat.c
wcslcpy.c
wcslen.c
wcsncat.c
wcsncmp.c
wcsncpy.c
wcspbrk.c
wcsrchr.c
wcsspn.c
wcsstr.c
wcstok.3 Add an example showing how to use wcstok(). Fix ordering of See Also section. 2002-10-02 14:28:26 +00:00
wcstok.c
wcswidth.3
wcswidth.c
wcsxfrm.3 Add a placeholder implementation of wcscoll() and wcsxfrm() which gives 2002-10-04 03:18:26 +00:00
wcsxfrm.c Add a placeholder implementation of wcscoll() and wcsxfrm() which gives 2002-10-04 03:18:26 +00:00
wmemchr.3
wmemchr.c
wmemcmp.c
wmemcpy.c
wmemmove.c
wmemset.c