NAME
iswblank - test for whitespace wide character
SYNOPSIS
#include <wctype.h> int iswblank(wint_t wc); Feature Test Macro Requirements for glibc (see feature_test_macros(7)): iswblank(): _ISOC99_SOURCE || _POSIX_C_SOURCE >= 200112L
DESCRIPTION
The iswblank() function is the wide-character equivalent of the isblank(3) function. It tests whether wc is a wide character belonging to the wide-character class "blank". The wide-character class "blank" is a subclass of the wide-character class "space". Being a subclass of the wide-character class "space", the wide- character class "blank" 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 "blank" always contains at least the space character and the control character '\t'.
RETURN VALUE
The iswblank() function returns nonzero if wc is a wide character belonging to the wide-character class "blank". Otherwise, it returns zero.
ATTRIBUTES
For an explanation of the terms used in this section, see attributes(7). Interface Attribute Value iswblank() Thread safety MT-Safe locale
CONFORMING TO
POSIX.1-2001, POSIX.1-2008.
NOTES
The behavior of iswblank() depends on the LC_CTYPE category of the current locale.
SEE ALSO
isblank(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/setrlimit.2.html
setrlimit(2) - get/set resource limits - Linux manual page
The getrlimit() and setrlimit() system calls get and set resource limits respectively. Each resource has an associated soft and hard limit, as defined by the rl
manpages/cnfsheadconf.8.html
cnfsheadconf(8) - Read and write CNFS headers (Man Page)....
cnfsheadconf reads pathetc/cycbuff.conf and pathetc/storage.conf to determine which CNFS buffers are available. It then reads all of them or the specified cycli
manpages/mbadblocks.1.html
mbadblocks(1) - tests a floppy disk, and marks the bad block
The mbadblocks command is used to mark some clusters on an MS-DOS filesystem bad. It has the following syntax: mbadblocks [-s sectorlist|-c clusterlist|-w] driv
manpages/XShm.3.html
XShm(3) - X Shared Memory extension functions (Man Page)....
XShmQueryExtension checks to see if the shared memory extensions are available for the specified display. XShmQueryVersion returns the version numbers of the ex
manpages/__fsetlocking.3.html
__fsetlocking(3) - interfaces to stdio FILE structure.......
Solaris introduced routines to allow portable access to the internals of the FILE structure, and glibc also implemented these. The __fbufsize() function returns
manpages/pom_xpath_set.7.html
pom_xpath_set(7) set text contents of XML node from POM file
This macro patches specified POM file replacing text contents of all XML nodes described by the XPath expression with given new text content. XPath is an expres
manpages/endgrent.3.html
endgrent(3) - get group file entry - Linux manual page......
The getgrent() function returns a pointer to a structure containing the broken-out fields of a record in the group database (e.g., the local group file /etc/gro
manpages/XkbGetAutoRepeatRate.3.html
XkbGetAutoRepeatRate(3) - Gets the current attributes of the
XkbGetAutoRepeatRate.3 - The core protocol allows only control over whether or not the entire keyboard or individual keys should auto-repeat when held down. Rep
manpages/nrand48_r.3.html
nrand48_r(3) - generate uniformly distributed pseudo-random
These functions are the reentrant analogs of the functions described in drand48(3). Instead of modifying the global random generator state, they use the supplie
manpages/XSetIMValues.3.html
XSetIMValues(3) - open, close, and obtain input method infor
The XOpenIM function opens an input method, matching the current locale and modifiers specification. Current locale and modifiers are bound to the input method
manpages/mtools.1.html
mtools(1) - utilities to access DOS disks in Unix. (ManPage)
Mtools is a collection of tools to allow Unix systems to manipulate MS-DOS files: read, write, and move around files on an MS-DOS file system (typically a flopp
manpages/timeout.3ncurses.html
timeout(3ncurses) - curses input options - Linux man page...
Normally, the tty driver buffers typed characters until a newline or carriage return is typed. The cbreak routine disables line buffering and erase/kill charact
