Home
last modified time | relevance | path

Searched refs:in_quote (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Ddsparse.c151 int in_quote = 0; in next_token() local
169 in_quote = 1; in next_token()
175 if ( *p == '\0' || ( ldap_utf8isspace( p ) && !in_quote )) { in next_token()
184 in_quote = !in_quote; in next_token()
/illumos-gate/usr/src/cmd/msgfmt/
H A Dxgettext.c499 if (in_quote == TRUE) { in handle_macro_line()
518 if (in_quote == TRUE) { in handle_cplus_comment_line()
543 if (in_quote == TRUE) { in handle_open_comment()
568 if (in_quote == TRUE) { in handle_close_comment()
595 if (in_quote == TRUE) { in handle_gettext()
627 if (in_quote == TRUE) { in handle_dgettext()
794 in_quote = TRUE; in handle_quote()
797 in_quote = FALSE; in handle_quote()
809 in_quote = FALSE; in handle_quote()
812 in_quote = TRUE; in handle_quote()
[all …]
/illumos-gate/usr/src/lib/libdhcputil/common/
H A Ddhcp_symbol.c166 boolean_t in_quote = B_FALSE; in dsym_get_token() local
186 if (!in_quote) { in dsym_get_token()
202 in_quote = !in_quote; in dsym_get_token()
/illumos-gate/usr/src/lib/libnisdb/
H A Dnis_parse_ldap_map.c2159 bool_t in_quote = FALSE; in skip_get_dn() local
2181 in_quote = !in_quote; in skip_get_dn()
2186 done = !in_quote; in skip_get_dn()
2191 if (!in_quote) { in skip_get_dn()
2204 if (!in_quote) { in skip_get_dn()
2221 if (!in_quote && goteq && gotch) in skip_get_dn()
H A Dnis_parse_ldap_util.c2361 bool_t in_quote; in get_ava_list() local
2373 in_quote = FALSE; in get_ava_list()
2382 in_quote = !in_quote; in get_ava_list()
2384 } else if (in_quote) in get_ava_list()
2406 if (!got_data || !got_equal || in_quote) in get_ava_list()
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_reads.c1074 boolean_t in_quote = B_FALSE; in get_mapped_filter() local
1169 if (!in_quote && !is_value) { in get_mapped_filter()
1196 if (!in_quote) in get_mapped_filter()
1203 in_quote = (in_quote == B_FALSE); in get_mapped_filter()
1210 if (!in_quote) in get_mapped_filter()