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

/freebsd-11-stable/contrib/ntp/sntp/libopts/
H A Dag-char-map.h117 #define SPN_NEWLINE_CHARS(_s) spn_ag_char_map_chars(_s, 0)
122 #define SPN_NUL_BYTE_CHARS(_s) spn_ag_char_map_chars(_s, 1)
127 #define SPN_DIR_SEP_CHARS(_s) spn_ag_char_map_chars(_s, 2)
132 #define SPN_PERCENT_CHARS(_s) spn_ag_char_map_chars(_s, 3)
137 #define SPN_COMMA_CHARS(_s) spn_ag_char_map_chars(_s, 4)
142 #define SPN_COLON_CHARS(_s) spn_ag_char_map_chars(_s, 5)
147 #define SPN_UNDERSCORE_CHARS(_s) spn_ag_char_map_chars(_s, 6)
152 #define SPN_PLUS_CHARS(_s) spn_ag_char_map_chars(_s, 7)
157 #define SPN_DOLLAR_CHARS(_s) spn_ag_char_map_chars(_s, 8)
162 #define SPN_OPTION_MARKER_CHARS(_s) spn_ag_char_map_chars(_
486 spn_ag_char_map_chars(char const * p, unsigned int mask_ix) function
[all...]

Completed in 91 milliseconds