Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnisdb/
H A Dnis_parse_ldap_map.c1188 if (t == quoted_string_token) { in get_lhs()
1265 if (s == NULL || t != quoted_string_token) { in get_lhs_match()
1504 if (s == NULL || t != quoted_string_token) { in get_rhs()
1536 } else if (t == quoted_string_token) { in get_rhs()
1651 if (s != NULL && t == quoted_string_token && in get_print_mapping_element()
1904 if (t != quoted_string_token || in get_print_sub_element()
1992 if (t != string_token && t != quoted_string_token) { in get_subElement()
2062 if (s == NULL || t != quoted_string_token) { in get_subElement()
2260 if (s == NULL || t != quoted_string_token) in get_ldap_filter_element()
2628 if (t != string_token && t != quoted_string_token) { in parse_index()
H A Dnis_parse_ldap_conf.h471 quoted_string_token, enumerator
H A Dnis_parse_ldap_util.c1887 *t = quoted_string_token; in get_next_token()