COLON_CHAR
(c) == COLON_CHAR || \
if (*s == COLON_CHAR)
if (s == attrib_end || *attrib_val == COLON_CHAR) {
case COLON_CHAR:
if (*s == COLON_CHAR) {
if (*s == COLON_CHAR)
if (s + 1 >= s_end || *s++ != COLON_CHAR) {
if (s >= s_end || *s++ != COLON_CHAR) {
} else if (*s == COLON_CHAR) {
*s == COLON_CHAR)
*s == CLOSE_PAREN_CHAR || *s == COLON_CHAR) {
*s == COLON_CHAR || *s == OPEN_BRACKET ||
sp->sp_namp, COLON_CHAR,
sp->sp_lstchg, COLON_CHAR,
sp->sp_min, COLON_CHAR,
sp->sp_max, COLON_CHAR,
sp->sp_warn, COLON_CHAR,
sp->sp_inact, COLON_CHAR,
sp->sp_expire, COLON_CHAR,
while ((str_end + 1 != p) && (COLON_CHAR != *p)) {
char sep_str[2] = {COLON_CHAR, '\0'};