strcpy.3 (7f3dea244c40159a41ab22da77a434d7c5b5e85a) strcpy.3 (4e2abf95a3693a7ab1b40b3e4a5eb4d2c1acd6b3)
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 and the American National Standards Committee X3,
6.\" on Information Processing Systems.
7.\"
8.\" Redistribution and use in source and binary forms, with or without

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

106.Dq Li abcdef :
107.Bd -literal -offset indent
108(void)strncpy(chararray, "abcdefgh", 6);
109.Ed
110.Sh SEE ALSO
111.Xr bcopy 3 ,
112.Xr memccpy 3 ,
113.Xr memcpy 3 ,
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 and the American National Standards Committee X3,
6.\" on Information Processing Systems.
7.\"
8.\" Redistribution and use in source and binary forms, with or without

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

106.Dq Li abcdef :
107.Bd -literal -offset indent
108(void)strncpy(chararray, "abcdefgh", 6);
109.Ed
110.Sh SEE ALSO
111.Xr bcopy 3 ,
112.Xr memccpy 3 ,
113.Xr memcpy 3 ,
114.Xr memmove 3
114.Xr memmove 3 ,
115.Xr strlcpy 3
115.Sh STANDARDS
116The
117.Fn strcpy
118and
119.Fn strncpy
120functions
121conform to
122.St -ansiC .
116.Sh STANDARDS
117The
118.Fn strcpy
119and
120.Fn strncpy
121functions
122conform to
123.St -ansiC .