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

/osnet-11/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;
/osnet-11/usr/src/lib/libnisdb/
H A Dnis_parse_ldap_map.c2143 bool_t goteq = FALSE; local
2175 if (!goteq || !gotch)
2177 goteq = FALSE;
2188 if (!gotch || goteq)
2190 goteq = TRUE;
2204 if (!in_quote && goteq && gotch)

Completed in 29 milliseconds