bcmp.3, bcopy.3, bzero.3, memccpy.3, memchr.3, memcmp.3, memcpy.3, memfrob.3, memmem.3, memmove.3, memset.3: SEE ALSO: add bstring(3)

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2017-01-31 15:15:10 +13:00
parent 2cbb6fb4e9
commit 879091c911
11 changed files with 11 additions and 0 deletions

View File

@ -78,6 +78,7 @@ in new programs.
POSIX.1-2008 removes the specification of
.BR bcmp ().
.SH SEE ALSO
.BR bstring (3),
.BR memcmp (3),
.BR strcasecmp (3),
.BR strcmp (3),

View File

@ -78,6 +78,7 @@ and
POSIX.1-2008 removes the specification of
.BR bcopy ().
.SH SEE ALSO
.BR bstring (3),
.BR memccpy (3),
.BR memcpy (3),
.BR memmove (3),

View File

@ -67,5 +67,6 @@ in new programs.
POSIX.1-2008 removes the specification of
.BR bzero ().
.SH SEE ALSO
.BR bstring (3),
.BR memset (3),
.BR swab (3)

View File

@ -83,6 +83,7 @@ T} Thread safety MT-Safe
POSIX.1-2001, POSIX.1-2008, SVr4, 4.3BSD.
.SH SEE ALSO
.BR bcopy (3),
.BR bstring (3),
.BR memcpy (3),
.BR memmove (3),
.BR strcpy (3),

View File

@ -147,6 +147,7 @@ The
.BR rawmemchr ()
function is a GNU extension, available since glibc 2.1.
.SH SEE ALSO
.BR bstring (3),
.BR ffs (3),
.BR index (3),
.BR memmem (3),

View File

@ -88,6 +88,7 @@ but no such function is specified in POSIX.
On Linux, it may be necessary to implement such a function oneself.
.SH SEE ALSO
.BR bcmp (3),
.BR bstring (3),
.BR strcasecmp (3),
.BR strcmp (3),
.BR strcoll (3),

View File

@ -108,6 +108,7 @@ implementation that was aliased to
.BR memmove (3)).
.SH SEE ALSO
.BR bcopy (3),
.BR bstring (3),
.BR memccpy (3),
.BR memmove (3),
.BR mempcpy (3),

View File

@ -73,4 +73,5 @@ The
function is unique to the
GNU C Library.
.SH SEE ALSO
.BR bstring (3),
.BR strfry (3)

View File

@ -97,4 +97,5 @@ returns a pointer to the last byte of
.IR haystack .
This is fixed in glibc 2.1.
.SH SEE ALSO
.BR bstring (3),
.BR strstr (3)

View File

@ -75,6 +75,7 @@ T} Thread safety MT-Safe
POSIX.1-2001, POSIX.1-2008, C89, C99, SVr4, 4.3BSD.
.SH SEE ALSO
.BR bcopy (3),
.BR bstring (3),
.BR memccpy (3),
.BR memcpy (3),
.BR strcpy (3),

View File

@ -66,6 +66,7 @@ T} Thread safety MT-Safe
.SH CONFORMING TO
POSIX.1-2001, POSIX.1-2008, C89, C99, SVr4, 4.3BSD.
.SH SEE ALSO
.BR bstring (3),
.BR bzero (3),
.BR swab (3),
.BR wmemset (3)