Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libnisdb/
H A Dnis_parse_ldap_map.c1191 if (t == quoted_string_token) { in get_lhs()
1268 if (s == NULL || t != quoted_string_token) { in get_lhs_match()
1507 if (s == NULL || t != quoted_string_token) { in get_rhs()
1539 } else if (t == quoted_string_token) { in get_rhs()
1654 if (s != NULL && t == quoted_string_token && in get_print_mapping_element()
1907 if (t != quoted_string_token || in get_print_sub_element()
1995 if (t != string_token && t != quoted_string_token) { in get_subElement()
2065 if (s == NULL || t != quoted_string_token) { in get_subElement()
2263 if (s == NULL || t != quoted_string_token) in get_ldap_filter_element()
2631 if (t != string_token && t != quoted_string_token) { in parse_index()
H A Dnis_parse_ldap_conf.h473 quoted_string_token, enumerator
H A Dnis_parse_ldap_util.c1887 *t = quoted_string_token; in get_next_token()