freebsd-dev/lib/libc/string
Ed Maste cb75848307 Correct BUGS description of static buffer use
Since r142667 strerror has unconditionally returned a pointer to a
static buffer.

MFC after:	1 week
2012-07-27 21:38:14 +00:00
..
bcmp.3
bcmp.c
bcopy.3
bcopy.c
bstring.3
bzero.3
bzero.c
ffs.3 Fix prototype for ffsll(3) and fls(3). 2011-05-03 19:33:06 +00:00
ffs.c
ffsl.c
ffsll.c
fls.c
flsl.c
flsll.c
index.3 index(3): Mention that index/rindex are deprecated and not specified by 2011-03-20 20:53:55 +00:00
Makefile.inc Add the functions documented in the man pages in commit 237393 to the 2012-06-21 18:28:48 +00:00
memccpy.3 Mark up "unsigned char". 2010-02-04 11:23:28 +00:00
memccpy.c
memchr.3 Remove trailing whitespace per mdoc lint warning 2012-03-29 05:02:12 +00:00
memchr.c
memcmp.3 Mark up "unsigned char". 2010-02-04 11:23:28 +00:00
memcmp.c
memcpy.3
memcpy.c
memmem.3
memmem.c
memmove.3
memmove.c
memrchr.c
memset.3 Mark up "unsigned char". 2010-02-04 11:23:28 +00:00
memset.c
stpcpy.c
stpncpy.c
strcasecmp.3 Add more locale-specific functions to the relevant man pages: 2012-06-21 12:52:15 +00:00
strcasecmp.c Revert r227812 and r227808 per discussion 2011-12-02 15:41:09 +00:00
strcasestr.c Implement xlocale APIs from Darwin, mainly for use by libc++. This adds a 2011-11-20 14:45:42 +00:00
strcat.3 mdoc: move CAVEATS, BUGS and SECURITY CONSIDERATIONS sections to the 2010-05-13 12:07:55 +00:00
strcat.c
strchr.3
strchr.c Change index() and rindex() to a weak alias. 2012-01-05 10:32:53 +00:00
strcmp.3
strcmp.c Revert r227812 and r227808 per discussion 2011-12-02 15:41:09 +00:00
strcoll.3 Add more locale-specific functions to the relevant man pages: 2012-06-21 12:52:15 +00:00
strcoll.c Revert r227812 and r227808 per discussion 2011-12-02 15:41:09 +00:00
strcpy.3 mdoc: move CAVEATS, BUGS and SECURITY CONSIDERATIONS sections to the 2010-05-13 12:07:55 +00:00
strcpy.c
strcspn.3
strcspn.c
strdup.3
strdup.c
strerror.3 Correct BUGS description of static buffer use 2012-07-27 21:38:14 +00:00
strerror.c Fix indentation. 2012-03-14 15:30:59 +00:00
string.3
strlcat.c
strlcpy.3 General mdoc(7) and typo fixes. 2012-05-11 20:06:46 +00:00
strlcpy.c
strlen.3
strlen.c Correct bugs fixed but not merged from my own tree. 2010-03-13 00:15:06 +00:00
strmode.3
strmode.c
strncat.c
strncmp.c Revert r227812 and r227808 per discussion 2011-12-02 15:41:09 +00:00
strncpy.c
strndup.c Implement strndup(3) using strnlen(3). 2010-02-02 19:02:08 +00:00
strnlen.c
strnstr.c
strpbrk.3
strpbrk.c
strrchr.c Change index() and rindex() to a weak alias. 2012-01-05 10:32:53 +00:00
strsep.3
strsep.c
strsignal.c Make strsignal(3) thread-safe. 2010-01-24 10:35:26 +00:00
strspn.3
strspn.c
strstr.3 Add more locale-specific functions to the relevant man pages: 2012-06-21 12:52:15 +00:00
strstr.c
strtok.3
strtok.c
strxfrm.3 Add more locale-specific functions to the relevant man pages: 2012-06-21 12:52:15 +00:00
strxfrm.c Implement xlocale APIs from Darwin, mainly for use by libc++. This adds a 2011-11-20 14:45:42 +00:00
swab.3 POSIX mandates that swab do nothing when len < 0 2012-03-04 16:39:08 +00:00
swab.c POSIX mandates that swab do nothing when len < 0 2012-03-04 16:39:08 +00:00
Symbol.map Implement xlocale APIs from Darwin, mainly for use by libc++. This adds a 2011-11-20 14:45:42 +00:00
wcpcpy.c
wcpncpy.c
wcscasecmp.c
wcscat.c
wcschr.c
wcscmp.c
wcscoll.3
wcscoll.c Implement xlocale APIs from Darwin, mainly for use by libc++. This adds a 2011-11-20 14:45:42 +00:00
wcscpy.c
wcscspn.c
wcsdup.c
wcslcat.c
wcslcpy.c
wcslen.c
wcsncasecmp.c
wcsncat.c
wcsncmp.c
wcsncpy.c
wcsnlen.c
wcspbrk.c
wcsrchr.c
wcsspn.c
wcsstr.c
wcstok.3
wcstok.c
wcswidth.3
wcswidth.c Implement xlocale APIs from Darwin, mainly for use by libc++. This adds a 2011-11-20 14:45:42 +00:00
wcsxfrm.3
wcsxfrm.c Implement xlocale APIs from Darwin, mainly for use by libc++. This adds a 2011-11-20 14:45:42 +00:00
wmemchr.3
wmemchr.c
wmemcmp.c
wmemcpy.c
wmemmove.c
wmemset.c