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

  /src/lib/libc/stdlib/
getopt_long.c 96 static int nonopt_start = -1; /* first non option argument (for permute) */ variable in typeref:typename:int
127 * Exchange the block from nonopt_start to nonopt_end with the block
187 nonopt_start = nonopt_end = -1;
195 permute_args(nonopt_start, nonopt_end,
197 optind -= nonopt_end - nonopt_start;
199 else if (nonopt_start != -1) {
204 optind = nonopt_start;
206 nonopt_start = nonopt_end = -1;
228 if (nonopt_start == -1)
229 nonopt_start = optind
    [all...]
getopt_long.c 96 static int nonopt_start = -1; /* first non option argument (for permute) */ variable in typeref:typename:int
127 * Exchange the block from nonopt_start to nonopt_end with the block
187 nonopt_start = nonopt_end = -1;
195 permute_args(nonopt_start, nonopt_end,
197 optind -= nonopt_end - nonopt_start;
199 else if (nonopt_start != -1) {
204 optind = nonopt_start;
206 nonopt_start = nonopt_end = -1;
228 if (nonopt_start == -1)
229 nonopt_start = optind
    [all...]

Completed in 23 milliseconds