iswxdigit(3)


NAME

   iswxdigit - test for hexadecimal digit wide character

SYNOPSIS

   #include <wctype.h>

   int iswxdigit(wint_t wc);

DESCRIPTION

   The  iswxdigit()  function  is  the  wide-character  equivalent  of the
   isxdigit(3)  function.   It  tests  whether  wc  is  a  wide  character
   belonging to the wide-character class "xdigit".

   The  wide-character  class "xdigit" is a subclass of the wide-character
   class "alnum", and therefore also  a  subclass  of  the  wide-character
   class "graph" and of the wide-character class "print".

   Being  a  subclass  of  the  wide-character  class  "print",  the wide-
   character class "xdigit" is  disjoint  from  the  wide-character  class
   "cntrl".

   Being  a  subclass  of  the  wide-character  class  "graph",  the wide-
   character class "xdigit" is  disjoint  from  the  wide-character  class
   "space" and its subclass "blank".

   Being  a  subclass  of  the  wide-character  class  "alnum",  the wide-
   character class "xdigit" is  disjoint  from  the  wide-character  class
   "punct".

   The  wide-character class "xdigit" always contains at least the letters
   'A' to 'F', 'a' to 'f' and the digits '0' to '9'.

RETURN VALUE

   The iswxdigit() function returns nonzero if  wc  is  a  wide  character
   belonging  to the wide-character class "xdigit".  Otherwise, it returns
   zero.

ATTRIBUTES

   For  an  explanation  of  the  terms  used   in   this   section,   see
   attributes(7).

   
   Interface    Attribute      Value          
   
   iswxdigit()  Thread safety  MT-Safe locale 
   

CONFORMING TO

   POSIX.1-2001, POSIX.1-2008, C99.

NOTES

   The  behavior  of  iswxdigit()  depends on the LC_CTYPE category of the
   current locale.

SEE ALSO

   iswctype(3), isxdigit(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/perlnetware.1.html
perlnetware(1) - Perl for NetWare - Linux manual page.......
This file gives instructions for building Perl 5.7 and above, and also Perl modules for NetWare. Before you start, you may want to read the README file found in

manpages/Tk_NameToWindow.3.html
Tk_NameToWindow(3) - convert between names and window tokens
Each window managed by Tk has two names, a short name that identifies a window among children of the same parent, and a path name that identifies the window uni

manpages/XkbKeyNumActions.3.html
XkbKeyNumActions(3) - Computes the number of actions associa
XkbKeyNumActions.3 - A key action defines the effect key presses and releases have on the internal state of the server. For example, the expected key action ass

manpages/tkill.2.html
tkill(2) - send a signal to a thread - Linux manual page....
tgkill() sends the signal sig to the thread with the thread ID tid in the thread group tgid. (By contrast, kill(2) can be used to send a signal only to a proces

manpages/kdesu-4.1.html
kdesu-4(1) Runs a program with elevated privileges..........
KDE su is a graphical front end for the UNIX(R)su command for the K Desktop Environment. It allows you to run a program as different user by supplying the passw

manpages/Tk_PhotoGetImage.3.html
Tk_PhotoGetImage(3) - manipulate the image data stored in a
Tk_FindPhoto returns an opaque handle that is used to identify a particular photo image to the other procedures. The parameter is the name of the image, that is

manpages/mvget_wstr.3ncurses.html
mvget_wstr(3ncurses) - get an array of wide characters from
The effect of get_wstr is as though a series of calls to get_wch were made, until a newline, other end-of-line, or end-of-file condition is processed. An end-of

manpages/read_all_mibs.3.html
read_all_mibs(3) - netsnmp_mib_api functions (Man Page).....
The functions dealing with MIB modules fall into four groups - those dealing with initialisation and shutdown, with reading in and parsing MIB files, with searc

manpages/zshoptions.1.html
zshoptions(1) - zsh options (Commands - Linux man page).....
Options are primarily referred to by name. These names are case insensitive and underscores are ignored. For example, allexport is equivalent to ...............

manpages/SDL_FreeSurface.3.html
SDL_FreeSurface(3) - Frees (deletes) a SDL_Surface (ManPage)
Frees the resources used by a previously created SDL_Surface. If the surface was created using SDL_CreateRGBSurfaceFrom then the pixel data is not freed. SEE AL

manpages/cbc_crypt.3.html
cbc_crypt(3) - fast DES encryption - Linux manual page......
ecb_crypt() and cbc_crypt() implement the NBS DES (Data Encryption Standard). These routines are faster and more general purpose than crypt(3). They also are ab

manpages/gnutls_pkcs7_get_crt_count.3.html
gnutls_pkcs7_get_crt_count(3) - API function (Man Page).....
This function will return the number of certifcates in the PKCS7 or RFC2630 certificate set. RETURNS On success, GNUTLS_E_SUCCESS (0) is returned, otherwise a n





We can't live, work or learn in freedom unless the software we use is free.