dhcpd-pools  3.0
ISC dhcpd lease usage analyser
All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Macros | Typedefs | Functions
wctype.in.h File Reference

Go to the source code of this file.

Macros

#define _   @GUARD_PREFIX@_WCTYPE_H
 
#define _GL_WCTYPE_INLINE   _GL_INLINE
 
#define wint_t   int
 
#define WEOF   -1
 
#define GNULIB_defined_wctype_functions   1
 
#define GNULIB_defined_wctype_t   1
 
#define GNULIB_defined_wctrans_t   1
 

Typedefs

typedef void * wctype_t
 
typedef void * wctrans_t
 

Functions

_GL_WCTYPE_INLINE int iswalnum (wint_t wc)
 
_GL_WCTYPE_INLINE int iswalpha (wint_t wc)
 
_GL_WCTYPE_INLINE int iswblank (wint_t wc)
 
_GL_WCTYPE_INLINE int iswcntrl (wint_t wc)
 
_GL_WCTYPE_INLINE int iswdigit (wint_t wc)
 
_GL_WCTYPE_INLINE int iswgraph (wint_t wc)
 
_GL_WCTYPE_INLINE int iswlower (wint_t wc)
 
_GL_WCTYPE_INLINE int iswprint (wint_t wc)
 
_GL_WCTYPE_INLINE int iswpunct (wint_t wc)
 
_GL_WCTYPE_INLINE int iswspace (wint_t wc)
 
_GL_WCTYPE_INLINE int iswupper (wint_t wc)
 
_GL_WCTYPE_INLINE int iswxdigit (wint_t wc)
 
_GL_WCTYPE_INLINE wint_t towlower (wint_t wc)
 
_GL_WCTYPE_INLINE wint_t towupper (wint_t wc)
 
 _GL_CXXALIAS_SYS (iswalnum, int,(wint_t wc))
 
 _GL_CXXALIAS_SYS (iswalpha, int,(wint_t wc))
 
 _GL_CXXALIAS_SYS (iswcntrl, int,(wint_t wc))
 
 _GL_CXXALIAS_SYS (iswdigit, int,(wint_t wc))
 
 _GL_CXXALIAS_SYS (iswgraph, int,(wint_t wc))
 
 _GL_CXXALIAS_SYS (iswlower, int,(wint_t wc))
 
 _GL_CXXALIAS_SYS (iswprint, int,(wint_t wc))
 
 _GL_CXXALIAS_SYS (iswpunct, int,(wint_t wc))
 
 _GL_CXXALIAS_SYS (iswspace, int,(wint_t wc))
 
 _GL_CXXALIAS_SYS (iswupper, int,(wint_t wc))
 
 _GL_CXXALIAS_SYS (iswxdigit, int,(wint_t wc))
 
 _GL_CXXALIASWARN (iswalnum)
 
 _GL_CXXALIASWARN (iswalpha)
 
 _GL_CXXALIASWARN (iswcntrl)
 
 _GL_CXXALIASWARN (iswdigit)
 
 _GL_CXXALIASWARN (iswgraph)
 
 _GL_CXXALIASWARN (iswlower)
 
 _GL_CXXALIASWARN (iswprint)
 
 _GL_CXXALIASWARN (iswpunct)
 
 _GL_CXXALIASWARN (iswspace)
 
 _GL_CXXALIASWARN (iswupper)
 
 _GL_CXXALIASWARN (iswxdigit)
 
 _GL_CXXALIAS_SYS (towlower, wint_t,(wint_t wc))
 
 _GL_CXXALIAS_SYS (towupper, wint_t,(wint_t wc))
 
 _GL_CXXALIASWARN (towlower)
 
 _GL_CXXALIASWARN (towupper)
 

Macro Definition Documentation

◆ _

#define _   @GUARD_PREFIX@_WCTYPE_H

◆ _GL_WCTYPE_INLINE

#define _GL_WCTYPE_INLINE   _GL_INLINE

◆ GNULIB_defined_wctrans_t

#define GNULIB_defined_wctrans_t   1

◆ GNULIB_defined_wctype_functions

#define GNULIB_defined_wctype_functions   1

◆ GNULIB_defined_wctype_t

#define GNULIB_defined_wctype_t   1

◆ WEOF

#define WEOF   -1

◆ wint_t

#define wint_t   int

Referenced by iswxdigit(), towlower(), and towupper().

Typedef Documentation

◆ wctrans_t

typedef void* wctrans_t

◆ wctype_t

typedef void* wctype_t

Function Documentation

◆ _GL_CXXALIAS_SYS() [1/13]

_GL_CXXALIAS_SYS ( iswalnum  ,
int  ,
(wint_t wc)   
)

◆ _GL_CXXALIAS_SYS() [2/13]

_GL_CXXALIAS_SYS ( iswalpha  ,
int  ,
(wint_t wc)   
)

◆ _GL_CXXALIAS_SYS() [3/13]

_GL_CXXALIAS_SYS ( iswcntrl  ,
int  ,
(wint_t wc)   
)

◆ _GL_CXXALIAS_SYS() [4/13]

_GL_CXXALIAS_SYS ( iswdigit  ,
int  ,
(wint_t wc)   
)

◆ _GL_CXXALIAS_SYS() [5/13]

_GL_CXXALIAS_SYS ( iswgraph  ,
int  ,
(wint_t wc)   
)

◆ _GL_CXXALIAS_SYS() [6/13]

_GL_CXXALIAS_SYS ( iswlower  ,
int  ,
(wint_t wc)   
)

◆ _GL_CXXALIAS_SYS() [7/13]

_GL_CXXALIAS_SYS ( iswprint  ,
int  ,
(wint_t wc)   
)

◆ _GL_CXXALIAS_SYS() [8/13]

_GL_CXXALIAS_SYS ( iswpunct  ,
int  ,
(wint_t wc)   
)

◆ _GL_CXXALIAS_SYS() [9/13]

_GL_CXXALIAS_SYS ( iswspace  ,
int  ,
(wint_t wc)   
)

◆ _GL_CXXALIAS_SYS() [10/13]

_GL_CXXALIAS_SYS ( iswupper  ,
int  ,
(wint_t wc)   
)

◆ _GL_CXXALIAS_SYS() [11/13]

_GL_CXXALIAS_SYS ( iswxdigit  ,
int  ,
(wint_t wc)   
)

◆ _GL_CXXALIAS_SYS() [12/13]

_GL_CXXALIAS_SYS ( towlower  ,
wint_t  ,
(wint_t wc)   
)

◆ _GL_CXXALIAS_SYS() [13/13]

_GL_CXXALIAS_SYS ( towupper  ,
wint_t  ,
(wint_t wc)   
)

◆ _GL_CXXALIASWARN() [1/13]

_GL_CXXALIASWARN ( iswalnum  )

◆ _GL_CXXALIASWARN() [2/13]

_GL_CXXALIASWARN ( iswalpha  )

◆ _GL_CXXALIASWARN() [3/13]

_GL_CXXALIASWARN ( iswcntrl  )

◆ _GL_CXXALIASWARN() [4/13]

_GL_CXXALIASWARN ( iswdigit  )

◆ _GL_CXXALIASWARN() [5/13]

_GL_CXXALIASWARN ( iswgraph  )

◆ _GL_CXXALIASWARN() [6/13]

_GL_CXXALIASWARN ( iswlower  )

◆ _GL_CXXALIASWARN() [7/13]

_GL_CXXALIASWARN ( iswprint  )

◆ _GL_CXXALIASWARN() [8/13]

_GL_CXXALIASWARN ( iswpunct  )

◆ _GL_CXXALIASWARN() [9/13]

_GL_CXXALIASWARN ( iswspace  )

◆ _GL_CXXALIASWARN() [10/13]

_GL_CXXALIASWARN ( iswupper  )

◆ _GL_CXXALIASWARN() [11/13]

_GL_CXXALIASWARN ( iswxdigit  )

◆ _GL_CXXALIASWARN() [12/13]

_GL_CXXALIASWARN ( towlower  )

◆ _GL_CXXALIASWARN() [13/13]

_GL_CXXALIASWARN ( towupper  )

◆ iswalnum()

_GL_WCTYPE_INLINE int iswalnum ( wint_t  wc)
Here is the call graph for this function:

◆ iswalpha()

_GL_WCTYPE_INLINE int iswalpha ( wint_t  wc)

Referenced by iswalnum().

Here is the call graph for this function:

◆ iswblank()

_GL_WCTYPE_INLINE int iswblank ( wint_t  wc)

Referenced by iswalpha(), and towupper().

Here is the call graph for this function:

◆ iswcntrl()

_GL_WCTYPE_INLINE int iswcntrl ( wint_t  wc)

Referenced by iswblank().

Here is the call graph for this function:

◆ iswdigit()

_GL_WCTYPE_INLINE int iswdigit ( wint_t  wc)

Referenced by iswcntrl().

Here is the call graph for this function:

◆ iswgraph()

_GL_WCTYPE_INLINE int iswgraph ( wint_t  wc)

Referenced by iswdigit().

Here is the call graph for this function:

◆ iswlower()

_GL_WCTYPE_INLINE int iswlower ( wint_t  wc)

Referenced by iswgraph().

Here is the call graph for this function:

◆ iswprint()

_GL_WCTYPE_INLINE int iswprint ( wint_t  wc)

Referenced by iswlower(), and quotearg_buffer_restyled().

Here is the call graph for this function:

◆ iswpunct()

_GL_WCTYPE_INLINE int iswpunct ( wint_t  wc)

Referenced by iswprint().

Here is the call graph for this function:

◆ iswspace()

_GL_WCTYPE_INLINE int iswspace ( wint_t  wc)

Referenced by iswpunct().

Here is the call graph for this function:

◆ iswupper()

_GL_WCTYPE_INLINE int iswupper ( wint_t  wc)

Referenced by iswspace().

Here is the call graph for this function:

◆ iswxdigit()

_GL_WCTYPE_INLINE int iswxdigit ( wint_t  wc)

Referenced by iswupper().

Here is the call graph for this function:

◆ towlower()

_GL_WCTYPE_INLINE wint_t towlower ( wint_t  wc)

Referenced by iswxdigit(), and towupper().

Here is the call graph for this function:

◆ towupper()

_GL_WCTYPE_INLINE wint_t towupper ( wint_t  wc)

Referenced by towlower().

Here is the call graph for this function: