Searched refs:is_opt_char_cat_char (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/ntp-92/libopts/
H A Dag-char-map.h97 static inline int is_opt_char_cat_char(char ch, opt_char_cat_mask_t mask) { function
101 #define IS_LOWER_CASE_CHAR(_c) is_opt_char_cat_char((_c), 0x00001)
102 #define IS_UPPER_CASE_CHAR(_c) is_opt_char_cat_char((_c), 0x00002)
103 #define IS_ALPHABETIC_CHAR(_c) is_opt_char_cat_char((_c), 0x00003)
104 #define IS_OCT_DIGIT_CHAR(_c) is_opt_char_cat_char((_c), 0x00004)
105 #define IS_DEC_DIGIT_CHAR(_c) is_opt_char_cat_char((_c), 0x0000C)
106 #define IS_HEX_DIGIT_CHAR(_c) is_opt_char_cat_char((_c), 0x0001C)
107 #define IS_ALPHANUMERIC_CHAR(_c) is_opt_char_cat_char((_c), 0x0000F)
108 #define IS_VAR_FIRST_CHAR(_c) is_opt_char_cat_char((_c), 0x00023)
109 #define IS_VARIABLE_NAME_CHAR(_c) is_opt_char_cat_char((_
[all...]
/macosx-10.10/ntp-92/sntp/libopts/
H A Dag-char-map.h97 static inline int is_opt_char_cat_char(char ch, opt_char_cat_mask_t mask) { function
101 #define IS_LOWER_CASE_CHAR(_c) is_opt_char_cat_char((_c), 0x00001)
102 #define IS_UPPER_CASE_CHAR(_c) is_opt_char_cat_char((_c), 0x00002)
103 #define IS_ALPHABETIC_CHAR(_c) is_opt_char_cat_char((_c), 0x00003)
104 #define IS_OCT_DIGIT_CHAR(_c) is_opt_char_cat_char((_c), 0x00004)
105 #define IS_DEC_DIGIT_CHAR(_c) is_opt_char_cat_char((_c), 0x0000C)
106 #define IS_HEX_DIGIT_CHAR(_c) is_opt_char_cat_char((_c), 0x0001C)
107 #define IS_ALPHANUMERIC_CHAR(_c) is_opt_char_cat_char((_c), 0x0000F)
108 #define IS_VAR_FIRST_CHAR(_c) is_opt_char_cat_char((_c), 0x00023)
109 #define IS_VARIABLE_NAME_CHAR(_c) is_opt_char_cat_char((_
[all...]

Completed in 113 milliseconds