wcslcpy (3)
Leading comments
$NetBSD: wmemchr.3,v 1.4 2001/01/02 11:26:23 itojun Exp $
Copyright (c) 1990, 1991, 1993
The Regents of the University of California. All rights reserved.
This code is derived from software contributed to Berkeley by
Chris Torek and the American National Standards Committee X3,
on Information Processing Systems.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of sour...
(The comments found at the beginning of the groff file "man3/wcslcpy.3bsd".)
NAME
wcslcat
wcslcpy
- wide character string manipulation operations
LIBRARY
Lb libbsd
SYNOPSIS
In wchar.h
(See
libbsd(7)
for include usage.)
Ft size_t
Fn wcslcat wchar_t *s1 const wchar_t *s2 size_t n
Ft size_t
Fn wcslcpy wchar_t *s1 const wchar_t *s2 size_t n
DESCRIPTION
The functions implement string manipulation operations over wide character
strings.
For a detailed description, refer to documents for the respective single-byte
counterpart, such as
strlcpy(3bsd).
SEE ALSO
strlcat(3bsd),
strlcpy(3bsd).
STANDARDS
Fn wcslcat
and
Fn wcslcpy ,
which are BSD extensions.