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

/freebsd-11-stable/contrib/apr/include/
H A Dapr_getopt.h74 int skip_end; member in struct:apr_getopt_t
/freebsd-11-stable/contrib/apr/misc/unix/
H A Dgetopt.c66 (*os)->skip_end = 1;
155 * non-option arguments, os->skip_end is where we stopped, and os->ind
160 int len1 = os->skip_end - os->skip_start;
161 int len2 = os->ind - os->skip_end;
165 * Exchange the sequences argv[os->skip_start..os->skip_end-1] and
166 * argv[os->skip_end..os->ind-1]. The easiest way to do that is
177 os->skip_end += len2;
225 os->skip_end = os->ind;

Completed in 124 milliseconds