Searched defs:in_quote (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/lib/libldap4/common/
H A Ddsparse.c167 int in_quote = 0; local
185 in_quote = 1;
191 if ( *p == '\0' || ( isspace( *p ) && !in_quote )) {
200 in_quote = !in_quote;
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Ddsparse.c154 int in_quote = 0; local
172 in_quote = 1;
178 if ( *p == '\0' || ( ldap_utf8isspace( p ) && !in_quote )) {
187 in_quote = !in_quote;
/osnet-11/usr/src/lib/libdhcputil/common/
H A Ddhcp_symbol.c168 boolean_t in_quote = B_FALSE; local
188 if (!in_quote) {
204 in_quote = !in_quote;
/osnet-11/usr/src/lib/libnisdb/
H A Dnis_parse_ldap_map.c2142 bool_t in_quote = FALSE; local
2164 in_quote = !in_quote;
2169 done = !in_quote;
2174 if (!in_quote) {
2187 if (!in_quote) {
2204 if (!in_quote && goteq && gotch)
H A Dnis_parse_ldap_util.c2357 bool_t in_quote; local
2369 in_quote = FALSE;
2378 in_quote = !in_quote;
2380 } else if (in_quote)
2402 if (!got_data || !got_equal || in_quote)
/osnet-11/usr/src/lib/libsldap/common/
H A Dns_reads.c1671 int in_quote = FALSE; local
1766 if (!in_quote && !is_value) {
1793 if (!in_quote)
1798 * switch on/off the in_quote mode
1800 in_quote = (in_quote == FALSE);
1807 if (!in_quote)

Completed in 53 milliseconds