Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnisdb/
H A Dnis_parse_ldap_util.c1787 } else if (*s == OPEN_PAREN_CHAR) { in get_next_object_dn_token()
1865 if (*s == OPEN_PAREN_CHAR) { in get_next_token()
1908 *s == OPEN_PAREN_CHAR || *s == COMMA_CHAR || in get_next_token()
2308 if (*s == OPEN_PAREN_CHAR) { in get_ldap_filter()
2314 else if (*s == OPEN_PAREN_CHAR) in get_ldap_filter()
2446 if (*s == OPEN_PAREN_CHAR) { in validate_ldap_filter()
H A Dnis_parse_ldap_conf.h47 #define OPEN_PAREN_CHAR '(' macro
H A Dnis_parse_ldap_map.c618 while (name_s < name_s_end && *name_s != OPEN_PAREN_CHAR) in parse_name_fields()
2384 if (*s == OPEN_PAREN_CHAR) { in get_search_triple()