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

/bionic/libc/upstream-freebsd/lib/libc/stdlib/
H A Dgetopt_long.c151 * from nonopt_end to opt_end (keeping the same order of arguments
155 permute_args(int panonopt_start, int panonopt_end, int opt_end, argument
165 nopts = opt_end - panonopt_end;
167 cyclelen = (opt_end - panonopt_start) / ncycle;

Completed in 28 milliseconds