Home
last modified time | relevance | path

Searched refs:CLOSE_PAREN_CHAR (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/lib/libnisdb/
H A Dnis_parse_ldap_conf.h50 #define CLOSE_PAREN_CHAR ')' macro
93 (c) == CLOSE_PAREN_CHAR || \
H A Dnis_parse_ldap_util.c1891 *s == CLOSE_PAREN_CHAR || *s == COLON_CHAR) { in get_next_token()
1896 else if (*s == CLOSE_PAREN_CHAR) in get_next_token()
1907 else if (*s == EQUAL_CHAR || *s == CLOSE_PAREN_CHAR || in get_next_token()
1966 match = c == CLOSE_PAREN_CHAR; in skip_token()
2315 else if (*s == CLOSE_PAREN_CHAR) in get_ldap_filter()
H A Dnis_parse_ldap_map.c2184 case CLOSE_PAREN_CHAR: in skip_get_dn()