Searched defs:goteq (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dgetdn.c202 int state, count = 0, endquote, len, goteq; local
222 goteq = 0;
250 ( *p == ';' || *p == ',' || !goteq)) {
254 if ( (*p == ',' || *p == ';') && !goteq ) {
261 goteq = 0;
324 goteq = 1;
/illumos-gate/usr/src/lib/libnisdb/
H A Dnis_parse_ldap_map.c2160 bool_t goteq = FALSE; local
2192 if (!goteq || !gotch)
2194 goteq = FALSE;
2205 if (!gotch || goteq)
2207 goteq = TRUE;
2221 if (!in_quote && goteq && gotch)

Completed in 255 milliseconds