dpkg 1.21.11
Macros | Functions
c-ctype.c File Reference

(0c6d93827)

#include <config.h>
#include <compat.h>
#include <dpkg/c-ctype.h>
Include dependency graph for c-ctype.c:

Macros

#define S   C_CTYPE_SPACE
 
#define W   C_CTYPE_WHITE
 
#define B   C_CTYPE_BLANK
 
#define U   C_CTYPE_UPPER
 
#define L   C_CTYPE_LOWER
 
#define D   C_CTYPE_DIGIT
 

Functions

bool c_isbits (int c, enum c_ctype_bit bits)
 Check if the character is bits ctype. More...
 

Macro Definition Documentation

◆ B

#define B   C_CTYPE_BLANK

◆ D

#define D   C_CTYPE_DIGIT

◆ L

#define L   C_CTYPE_LOWER

◆ S

#define S   C_CTYPE_SPACE

◆ U

#define U   C_CTYPE_UPPER

◆ W

#define W   C_CTYPE_WHITE

Function Documentation

◆ c_isbits()

bool c_isbits ( int  c,
enum c_ctype_bit  bits 
)

Check if the character is bits ctype.