HomeSort by: relevance | last modified time | path
    Searched defs:nonopt_end (Results 1 - 1 of 1) sorted by relevancy

  /src/lib/libc/stdlib/
getopt_long.c 97 static int nonopt_end = -1; /* first option after non options (for permute) */ variable in typeref:typename:int
127 * Exchange the block from nonopt_start to nonopt_end with the block
128 * from nonopt_end to opt_end (keeping the same order of arguments
187 nonopt_start = nonopt_end = -1;
193 if (nonopt_end != -1) {
195 permute_args(nonopt_start, nonopt_end,
197 optind -= nonopt_end - nonopt_start;
206 nonopt_start = nonopt_end = -1;
230 else if (nonopt_end != -1) {
231 permute_args(nonopt_start, nonopt_end,
    [all...]

Completed in 39 milliseconds