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

/illumos-gate/usr/src/lib/libnisdb/
H A Dnis_parse_ldap_util.c2361 bool_t got_equal; local
2373 got_equal = FALSE;
2386 if (end_nisplus && got_data && got_equal)
2388 if (!got_data || got_equal) {
2389 got_equal = FALSE;
2392 got_equal = TRUE;
2395 if (!got_data || !got_equal)
2398 got_equal = FALSE;
2405 if (!got_data || !got_equal || in_quote)

Completed in 45 milliseconds