NAME
wcslen - determine the length of a wide-character string
SYNOPSIS
#include <wchar.h> size_t wcslen(const wchar_t *s);
DESCRIPTION
The wcslen() function is the wide-character equivalent of the strlen(3) function. It determines the length of the wide-character string pointed to by s, excluding the terminating null wide character (L'\0').
RETURN VALUE
The wcslen() function returns the number of wide characters in s.
ATTRIBUTES
For an explanation of the terms used in this section, see attributes(7). Interface Attribute Value wcslen() Thread safety MT-Safe
CONFORMING TO
POSIX.1-2001, POSIX.1-2008, C99.
SEE ALSO
strlen(3)
COLOPHON
This page is part of release 4.09 of the Linux man-pages project. A description of the project, information about reporting bugs, and the latest version of this page, can be found at https://www.kernel.org/doc/man-pages/.
More Linux Commands
manpages/carg.3.html
carg(3) - calculate the complex argument - Linux man page...
A complex number can be described by two real coordinates. One may use rectangular coordinates and gets z = x + I * y where x = creal(z) and y = cimag(z). Or on
manpages/svnserve.8.html
svnserve(8) - Server for the 'svn' repository access method
svnserve allows access to Subversion repositories using the svn network protocol. It can both run as a standalone server process, or it can run out of inetd. Yo
manpages/Mail::SpamAssassin::Plugin::ReplaceTags.3pm.html
Mail::SpamAssassin::Plugin::ReplaceTags(3pm) - tags for Spam
Mail::SpamAssassin::Plugin::ReplaceTags.3pm - In a nutshell, pam_timestamp caches successful authentication attempts, and allows you to use a recent successful
manpages/java-java-1.8.0-openjdk.1.html
java-java-1.8.0-openjdk(1) Launches a Java application......
The java command starts a Java application. It does this by starting the Java Runtime Environment (JRE), loading the specified class, and calling that classs ma
manpages/mount.2.html
mount(2) - mount file system (System - Linux man page)......
mount() attaches the filesystem specified by source (which is often a device name, but can also be a directory name or a dummy) to the directory specified by ta
manpages/moduli.5.html
moduli(5) - Diffie Hellman moduli - Linux manual page.......
The /etc/ssh/moduli file contains prime numbers and generators for use by sshd(8) in the Diffie-Hellman Group Exchange key exchange method. New moduli may be ge
manpages/xargs.1.html
xargs(1) - build and execute command lines from standard inp
This manual page documents the GNU version of xargs. xargs reads items from the standard input, delimited by blanks (which can be protected with double or singl
manpages/XGetDeviceFocus.3.html
XGetDeviceFocus(3) - control extension input device focus...
The XSetDeviceFocus request changes the focus of the specified device and its last-focus-change time. It has no effect if the specified time is earlier than the
manpages/gnutls_x509_crl_set_this_update.3.html
gnutls_x509_crl_set_this_update(3) - API function (ManPage)
This function will set the time this CRL was issued. RETURNS On success, GNUTLS_E_SUCCESS (0) is returned, otherwise a negative error value. REPORTING BUGS Repo
manpages/look.1.html
look(1) - display lines beginning with a given string.......
The look utility displays any lines in file which contain string. As look performs a binary search, the lines in file must be sorted (where sort(1) got the same
manpages/wpa_passphrase.8.html
wpa_passphrase(8) - Generate a WPA PSK from an ASCII passphr
wpa_passphrase pre-computes PSK entries for network configuration blocks of a wpa_supplicant.conf file. An ASCII passphrase and SSID are used to generate a 256-
manpages/tc-tbf.8.html
tc-tbf(8) - Token Bucket Filter (Admin - Linux man page)....
The Token Bucket Filter is a classful queueing discipline available for traffic control with the tc(8) command. TBF is a pure shaper and never schedules traffic
