NAME
iswspace - test for whitespace wide character
SYNOPSIS
#include <wctype.h> int iswspace(wint_t wc);
DESCRIPTION
The iswspace() function is the wide-character equivalent of the isspace(3) function. It tests whether wc is a wide character belonging to the wide-character class "space". The wide-character class "space" is disjoint from the wide-character class "graph" and therefore also disjoint from its subclasses "alnum", "alpha", "upper", "lower", "digit", "xdigit", "punct". The wide-character class "space" contains the wide-character class "blank". The wide-character class "space" always contains at least the space character and the control characters '\f', '\n', '\r', '\t', '\v'.
RETURN VALUE
The iswspace() function returns nonzero if wc is a wide character belonging to the wide-character class "space". Otherwise, it returns zero.
ATTRIBUTES
For an explanation of the terms used in this section, see attributes(7). Interface Attribute Value iswspace() Thread safety MT-Safe locale
CONFORMING TO
POSIX.1-2001, POSIX.1-2008, C99.
NOTES
The behavior of iswspace() depends on the LC_CTYPE category of the current locale.
SEE ALSO
isspace(3), iswctype(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/kfind.1.html
kfind(1) - file find utility for KDE - Linux manual page....
The Find Files tool is a useful method of searching for specific files on your computer, or for searching for files that match a pattern. An example of this cou
manpages/scandir.3.html
scandir(3) - scan a directory for matching entries (ManPage)
scandir.3 - The scandir() function scans the directory dirp, calling filter() on each directory entry. Entries for which filter() returns nonzero are stored in
manpages/timelocal.3.html
timelocal(3) - inverses of gmtime and localtime (Man Page)
The functions timelocal() and timegm() are the inverses of localtime(3) and gmtime(3). CONFORMING TO These functions are nonstandard GNU extensions that are als
manpages/innxbatch.8.html
innxbatch(8) - send xbatched Usenet articles to a remote NNT
Innxbatch connects to the NNTP server at the specified host and sends it the specified xbatch files, using the XBATCH extension to the NNTP protocol. It is norm
manpages/open_by_handle_at.2.html
open_by_handle_at(2) obtain handle for a pathname and open f
The name_to_handle_at() and open_by_handle_at() system calls split the functionality of openat(2) into two parts: name_to_handle_at() returns an opaque handle t
manpages/Net::servent.3pm.html
Net::servent(3pm) - by-name interface to Perl's built-in get
This modules default exports override the core getservent(), getservbyname(), and getnetbyport() functions, replacing them with versions that return Net::serven
manpages/asn1Coding.1.html
asn1Coding(1) - ASN.1 DER encoder - Linux manual page.......
Generates a DER encoding of ASN.1 DEFINITIONS file and ASSIGNMENTS file with value assignments. Mandatory arguments to long options are mandatory for short opti
manpages/snapper-configs.5.html
snapper-configs(5) Configuration files for snapper configs
Each file /etc/snapper/configs/* describes a snapper config. VARIABLES The following is a list of variables that can be present in the configuration file. Boole
manpages/iptraf-ng.8.html
iptraf-ng(8) Interactive Colorful IP LAN Monitor (Man Page)
iptraf is an ncurses-based IP LAN monitor that generates various network statistics including TCP info, UDP counts, ICMP and OSPF information, Ethernet load inf
manpages/Tcl_EvalTokensStandard.3.html
Tcl_EvalTokensStandard(3) - parse Tcl scripts and expression
These procedures parse Tcl commands or portions of Tcl commands such as expressions or references to variables. Each procedure takes a pointer to a script (or p
manpages/ckfree.3.html
ckfree(3) - allocate or free heap memory - Linux man page...
These procedures provide a platform and compiler independent interface for memory allocation. Programs that need to transfer ownership of memory blocks between
manpages/pamfixtrunc.1.html
pamfixtrunc(1) - repair a Netpbm image whose file is truncat
A convenient way to read and write the PAM format accurately is via the libnetpbm(3) C subroutine library. A PAM file consists of a sequence of one or more ...
