View | Details | Raw Unified | Return to bug 149852
Collapse All | Expand All

(-)strncpy.3 (-4 lines)
Lines 46-55 Link Here
46
.Fn stpcpy "char * restrict dst" "const char * restrict src"
46
.Fn stpcpy "char * restrict dst" "const char * restrict src"
47
.Ft char *
47
.Ft char *
48
.Fn stpncpy "char * restrict dst" "const char * restrict src" "size_t len"
48
.Fn stpncpy "char * restrict dst" "const char * restrict src" "size_t len"
49
.Ft char *
50
.Fn strcpy "char * restrict dst" "const char * restrict src"
51
.Ft char *
52
.Fn strncpy "char * restrict dst" "const char * restrict src" "size_t len"
53
.Sh DESCRIPTION
49
.Sh DESCRIPTION
54
The
50
The
55
.Fn stpcpy
51
.Fn stpcpy

Return to bug 149852