bcopy.3 (6fdf637e231849d1ed733e3322f0684f81c7218d) bcopy.3 (60ffbe65f7a3723c957f21e4237e0b8ba7ee0cf5)
1.\" Copyright (c) 1990, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" This code is derived from software contributed to Berkeley by
5.\" Chris Torek.
6.\"
7.\" Redistribution and use in source and binary forms, with or without
8.\" modification, are permitted provided that the following conditions

--- 17 unchanged lines hidden (view full) ---

26.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
27.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
28.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
29.\" SUCH DAMAGE.
30.\"
31.\" @(#)bcopy.3 8.1 (Berkeley) 6/4/93
32.\" $FreeBSD$
33.\"
1.\" Copyright (c) 1990, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" This code is derived from software contributed to Berkeley by
5.\" Chris Torek.
6.\"
7.\" Redistribution and use in source and binary forms, with or without
8.\" modification, are permitted provided that the following conditions

--- 17 unchanged lines hidden (view full) ---

26.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
27.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
28.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
29.\" SUCH DAMAGE.
30.\"
31.\" @(#)bcopy.3 8.1 (Berkeley) 6/4/93
32.\" $FreeBSD$
33.\"
34.Dd August 14, 2015
34.Dd August 24, 2015
35.Dt BCOPY 3
36.Os
37.Sh NAME
38.Nm bcopy
39.Nd copy byte string
40.Sh LIBRARY
41.Lb libc
42.Sh SYNOPSIS

--- 28 unchanged lines hidden (view full) ---

71Its prototype existed previously in
72.In string.h
73before it was moved to
74.In strings.h
75for
76.St -p1003.1-2001
77compliance.
78.Pp
35.Dt BCOPY 3
36.Os
37.Sh NAME
38.Nm bcopy
39.Nd copy byte string
40.Sh LIBRARY
41.Lb libc
42.Sh SYNOPSIS

--- 28 unchanged lines hidden (view full) ---

71Its prototype existed previously in
72.In string.h
73before it was moved to
74.In strings.h
75for
76.St -p1003.1-2001
77compliance.
78.Pp
79The
80.St -p1003.1-2008
81removes the specification of
82.Fn bcopy
83and it is marked as LEGACY in
84.St -p1003.1-2004 .
85New programs should use
86.Xr memmove 3 .
87If the input and output buffer do not overlap, then

--- 12 unchanged lines hidden ---
79.St -p1003.1-2008
80removes the specification of
81.Fn bcopy
82and it is marked as LEGACY in
83.St -p1003.1-2004 .
84New programs should use
85.Xr memmove 3 .
86If the input and output buffer do not overlap, then

--- 12 unchanged lines hidden ---