NAME
iswgraph - test for graphic wide character
SYNOPSIS
#include <wctype.h> int iswgraph(wint_t wc);
DESCRIPTION
The iswgraph() function is the wide-character equivalent of the isgraph(3) function. It tests whether wc is a wide character belonging to the wide-character class "graph". The wide-character class "graph" is a subclass of the wide-character class "print". Being a subclass of the wide-character class "print", the wide- character class "graph" is disjoint from the wide-character class "cntrl". The wide-character class "graph" is disjoint from the wide-character class "space" and therefore also disjoint from its subclass "blank". The wide-character class "graph" contains all the wide characters from the wide-character class "print" except the space character. It therefore contains the wide-character classes "alnum" and "punct".
RETURN VALUE
The iswgraph() function returns nonzero if wc is a wide character belonging to the wide-character class "graph". Otherwise, it returns zero.
ATTRIBUTES
For an explanation of the terms used in this section, see attributes(7). Interface Attribute Value iswgraph() Thread safety MT-Safe locale
CONFORMING TO
POSIX.1-2001, POSIX.1-2008, C99.
NOTES
The behavior of iswgraph() depends on the LC_CTYPE category of the current locale.
SEE ALSO
isgraph(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/fexecve.3.html
fexecve(3) - execute program specified via file descriptor
fexecve() performs the same task as execve(2), with the difference that the file to be executed is specified via a file descriptor, fd, rather than via a pathna
manpages/error.3.html
error(3) - glibc error reporting functions - Linux man page
error() is a general error-reporting function. It flushes stdout, and then outputs to stderr the program name, a colon and a space, the message specified by the
manpages/MagickWand-config.1.html
MagickWand-config(1) - get information about the installed v
MagickWand-config prints the compiler and linker flags required to compile and link programs that use the Wand Application Programmer Interface. EXAMPLES To pri
manpages/glMultiTexCoord3sARB.3gl.html
glMultiTexCoord3sARB(3gl) - set the current texture coordina
glMultiTexCoordARB specifies texture coordinates in one, two, three, or four dimensions. glMultiTexCoord1ARB sets the current texture coordinates to (s, 0, 0, 1
manpages/gml2gv.1.html
gml2gv(1) - GML-DOT converter (Commands - Linux man page)...
gml2gv converts a graph specified in the GML format to a graph in the GV (formerly DOT) format. gv2gml converts a graph specified in the GV format to a graph in
manpages/systemd-tty-ask-password-agent.1.html
systemd-tty-ask-password-agent(1) List or process pending sy
systemd-tty-ask-password-agent is a password agent that handles password requests of the system, for example for hard disk encryption passwords or SSL certifica
manpages/callgrind_annotate.1.html
callgrind_annotate(1) - post-processing tool for the Callgri
callgrind_annotate takes an output file produced by the Valgrind tool Callgrind and prints the information in an easy-to-read form. OPTIONS -h --help Show summa
manpages/XtAppWarningMsg.3.html
XtAppWarningMsg(3) - high-level error handlers (Man Page)...
The XtAppErrorMsg function calls the high-level error handler and passes the specified information. The XtAppSetErrorMsgHandler function registers the specified
manpages/SDL_KillThread.3.html
SDL_KillThread(3) - Gracelessly terminates the thread.......
SDL_KillThread gracelessly terminates the thread associated with thread. If possible, you should use some other form of IPC to signal the thread to quit. SEE AL
manpages/Tcl_EvalEx.3.html
Tcl_EvalEx(3) - execute Tcl scripts - Linux manual page.....
The procedures described here are invoked to execute Tcl scripts in various forms. Tcl_EvalObjEx is the core procedure and is used by many of the others. It exe
manpages/gnutls_openpgp_crt_get_revoked_status.3.html
gnutls_openpgp_crt_get_revoked_status(3) - API function.....
Get revocation status of key. RETURNS true (1) if the key has been revoked, or false (0) if it has not. SINCE 2.4.0 REPORTING BUGS Report bugs to <bug-gnutls@gn
manpages/gethostbyaddr_r.3.html
gethostbyaddr_r(3) - get network host entry - Linux man page
The gethostbyname*(), gethostbyaddr*(), herror(), and hstrerror() functions are obsolete. Applications should use getaddrinfo(3), getnameinfo(3), and gai_strerr
