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

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetopt_long.c241 int equivFound = 0; local
247 equivFound = 1;
248 for (short_i = 0; equivFound && (options[short_i] != 0); ++short_i) {
261 equivFound = 0;
263 for (long_i = 0; ((!equivFound) &&
266 equivFound = (ch == long_options[long_i].val);
269 if ((!equivFound) && (PRINT_ERROR)) {
279 * out of the above loop with equivFound==0, we are already done.
281 if (equivFound && (long_options != NULL)) {
282 for (long_i = 0; (equivFound
[all...]

Completed in 62 milliseconds