dhcpd-pools
3.0
ISC dhcpd lease usage analyser
|
#include <stdbool.h>
Go to the source code of this file.
Macros | |
#define | C_CTYPE_INLINE _GL_INLINE |
#define | _C_CTYPE_CNTRL |
#define | _C_CTYPE_OTHER_CNTRL |
#define | _C_CTYPE_LOWER_A_THRU_F_N(N) |
#define | _C_CTYPE_LOWER_N(N) |
#define | _C_CTYPE_A_THRU_F |
#define | _C_CTYPE_DIGIT |
#define | _C_CTYPE_LOWER _C_CTYPE_LOWER_N (0) |
#define | _C_CTYPE_PUNCT |
#define | _C_CTYPE_UPPER _C_CTYPE_LOWER_N ('A' - 'a') |
Functions | |
C_CTYPE_INLINE bool | c_isalnum (int c) |
C_CTYPE_INLINE bool | c_isalpha (int c) |
C_CTYPE_INLINE bool | c_isascii (int c) |
C_CTYPE_INLINE bool | c_isblank (int c) |
C_CTYPE_INLINE bool | c_iscntrl (int c) |
C_CTYPE_INLINE bool | c_isdigit (int c) |
C_CTYPE_INLINE bool | c_isgraph (int c) |
C_CTYPE_INLINE bool | c_islower (int c) |
C_CTYPE_INLINE bool | c_isprint (int c) |
C_CTYPE_INLINE bool | c_ispunct (int c) |
C_CTYPE_INLINE bool | c_isspace (int c) |
C_CTYPE_INLINE bool | c_isupper (int c) |
C_CTYPE_INLINE bool | c_isxdigit (int c) |
C_CTYPE_INLINE int | c_tolower (int c) |
C_CTYPE_INLINE int | c_toupper (int c) |
#define _C_CTYPE_A_THRU_F |
Referenced by c_isxdigit().
#define _C_CTYPE_CNTRL |
Referenced by c_isascii(), and c_iscntrl().
#define _C_CTYPE_DIGIT |
Referenced by c_isalnum(), c_isascii(), c_isdigit(), c_isgraph(), c_isprint(), and c_isxdigit().
#define _C_CTYPE_LOWER _C_CTYPE_LOWER_N (0) |
Referenced by c_isalnum(), c_isalpha(), c_isascii(), c_isgraph(), c_islower(), c_isprint(), and c_toupper().
#define _C_CTYPE_LOWER_A_THRU_F_N | ( | N | ) |
#define _C_CTYPE_LOWER_N | ( | N | ) |
#define _C_CTYPE_OTHER_CNTRL |
#define _C_CTYPE_PUNCT |
Referenced by c_isascii(), c_isgraph(), c_isprint(), and c_ispunct().
#define _C_CTYPE_UPPER _C_CTYPE_LOWER_N ('A' - 'a') |
Referenced by c_isalnum(), c_isalpha(), c_isascii(), c_isgraph(), c_isprint(), c_isupper(), and c_tolower().
#define C_CTYPE_INLINE _GL_INLINE |
Referenced by c_isalnum(), c_isalpha(), c_isascii(), c_isblank(), c_iscntrl(), c_isdigit(), c_isgraph(), c_islower(), c_isprint(), c_ispunct(), c_isspace(), c_isupper(), c_isxdigit(), and c_tolower().
C_CTYPE_INLINE bool c_isalnum | ( | int | c | ) |
Referenced by strtod().
C_CTYPE_INLINE bool c_isalpha | ( | int | c | ) |
C_CTYPE_INLINE bool c_isascii | ( | int | c | ) |
C_CTYPE_INLINE bool c_isblank | ( | int | c | ) |
C_CTYPE_INLINE bool c_iscntrl | ( | int | c | ) |
C_CTYPE_INLINE bool c_isdigit | ( | int | c | ) |
Referenced by parse_number(), and strtod().
C_CTYPE_INLINE bool c_isgraph | ( | int | c | ) |
C_CTYPE_INLINE bool c_islower | ( | int | c | ) |
C_CTYPE_INLINE bool c_isprint | ( | int | c | ) |
C_CTYPE_INLINE bool c_ispunct | ( | int | c | ) |
C_CTYPE_INLINE bool c_isspace | ( | int | c | ) |
C_CTYPE_INLINE bool c_isupper | ( | int | c | ) |
C_CTYPE_INLINE bool c_isxdigit | ( | int | c | ) |
Referenced by parse_number(), and strtod().
C_CTYPE_INLINE int c_tolower | ( | int | c | ) |
Referenced by c_strcasecmp(), c_strncasecmp(), inet_pton4(), parse_number(), and strtod().
C_CTYPE_INLINE int c_toupper | ( | int | c | ) |