1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-19 10:53:58 +00:00
freebsd/lib/libc/string
Robert Drehmel 33f9b60eee - Add the 'restrict' qualifier required by IEEE Std 1003.1-2001
to the function definition of strxfrm(3) in form of our
   '__restrict' macro.
 - Use an ANSI-C function definition for strxfrm(3).
 - Change the manual page accordingly.
2002-08-14 21:01:04 +00:00
..
bcmp.3
bcmp.c Remove 'register' keyword. 2002-03-21 18:49:23 +00:00
bcopy.3
bcopy.c Remove 'register' keyword. 2002-03-21 18:49:23 +00:00
bstring.3
bzero.3
bzero.c Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
ffs.3
ffs.c Remove 'register' keyword. 2002-03-21 18:49:23 +00:00
index.3
index.c Remove 'register' keyword. 2002-03-21 18:49:23 +00:00
Makefile.inc Must link strerror manpage to strerror_r. 2001-11-27 07:57:31 +00:00
memccpy.3
memccpy.c Remove 'register' keyword. 2002-03-21 18:49:23 +00:00
memchr.3
memchr.c Remove 'register' keyword. 2002-03-21 18:49:23 +00:00
memcmp.3
memcmp.c Remove 'register' keyword. 2002-03-21 18:49:23 +00:00
memcpy.3 Suggest using memmove(3) if src and dst may overlap. 2002-01-07 06:03:37 +00:00
memcpy.c Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
memmove.3
memmove.c Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
memset.3
memset.c Remove 'register' keyword. 2002-03-21 18:49:23 +00:00
rindex.3
rindex.c Remove 'register' keyword. 2002-03-21 18:49:23 +00:00
strcasecmp.3
strcasecmp.c Remove 'register' keyword. 2002-03-21 18:49:23 +00:00
strcasestr.c Remove 'register' keyword. 2002-03-21 18:49:23 +00:00
strcat.3 mdoc(7) police: 2002-01-09 14:01:22 +00:00
strcat.c Remove 'register' keyword. 2002-03-21 18:49:23 +00:00
strchr.3
strchr.c Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
strcmp.3 Note that strncmp() will not compare characters after a NUL character. 2001-10-11 17:02:44 +00:00
strcmp.c Remove 'register' keyword. 2002-03-21 18:49:23 +00:00
strcoll.3
strcoll.c rcsid[]->__FBSDID 2001-11-07 19:55:16 +00:00
strcpy.3 mdoc(7) police: 2002-01-09 14:01:22 +00:00
strcpy.c Remove 'register' keyword. 2002-03-21 18:49:23 +00:00
strcspn.3
strcspn.c Remove 'register' keyword. 2002-03-21 18:49:23 +00:00
strdup.3
strdup.c rcsid[]->__FBSDID 2001-11-07 19:55:16 +00:00
strerror.3 Revert last commit. stdio.h include is for perror(), not strerror() 2002-01-31 13:32:14 +00:00
strerror.c Fix off-by-one error. 2002-07-03 06:28:04 +00:00
string.3
strlcat.c Remove 'register' keyword. 2002-03-21 18:49:23 +00:00
strlcpy.3
strlcpy.c Remove 'register' keyword. 2002-03-21 18:49:23 +00:00
strlen.3
strlen.c Remove 'register' keyword. 2002-03-21 18:49:23 +00:00
strmode.3
strmode.c Remove 'register' keyword. 2002-03-21 18:49:23 +00:00
strncat.c Remove 'register' keyword. 2002-03-21 18:49:23 +00:00
strncmp.c Remove 'register' keyword. 2002-03-21 18:49:23 +00:00
strncpy.c Remove 'register' keyword. 2002-03-21 18:49:23 +00:00
strnstr.c rcsid[]->__FBSDID 2001-11-07 19:55:16 +00:00
strpbrk.3
strpbrk.c Remove 'register' keyword. 2002-03-21 18:49:23 +00:00
strrchr.3
strrchr.c Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
strsep.3 Correct an inaccuracy in this man page regarding detecting empty fields. 2002-08-07 20:08:50 +00:00
strsep.c Remove 'register' keyword. 2002-03-21 18:49:23 +00:00
strsignal.c Remove 'register' keyword. 2002-03-21 18:49:23 +00:00
strspn.3
strspn.c Remove 'register' keyword. 2002-03-21 18:49:23 +00:00
strstr.3 mdoc(7) police: minor markup and spelling fixes. 2001-11-20 14:11:07 +00:00
strstr.c Remove 'register' keyword. 2002-03-21 18:49:23 +00:00
strtok.3
strtok.c Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
strxfrm.3 - Add the 'restrict' qualifier required by IEEE Std 1003.1-2001 2002-08-14 21:01:04 +00:00
strxfrm.c - Add the 'restrict' qualifier required by IEEE Std 1003.1-2001 2002-08-14 21:01:04 +00:00
swab.3
swab.c Remove 'register' keyword. 2002-03-21 18:49:23 +00:00
wcscat.c Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
wcschr.c Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
wcscmp.c Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
wcscpy.c Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
wcscspn.c Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
wcslcat.c Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
wcslcpy.c Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
wcslen.c Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
wcsncat.c Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
wcsncmp.c Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
wcsncpy.c Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
wcspbrk.c Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
wcsrchr.c Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
wcsspn.c Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
wcsstr.c Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
wcswidth.c Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
wmemchr.3
wmemchr.c Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
wmemcmp.c Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
wmemcpy.c Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
wmemmove.c Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
wmemset.c Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00