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

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetopt_long.c239 int short_i = 0; local
248 for (short_i = 0; equivFound && (options[short_i] != 0); ++short_i) {
249 ch = options[short_i];
255 (ch == 'W') && (options[short_i+1] == ';')) {
257 ++short_i;
275 } /* short_i */

Completed in 66 milliseconds