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

/netbsd-6-1-5-RELEASE/external/bsd/file/dist/src/
H A Dgetopt_long.c106 static int nonopt_end = -1; /* first option after non options (for permute) */ variable
138 * Exchange the block from nonopt_start to nonopt_end with the block
139 * from nonopt_end to opt_end (keeping the same order of arguments
205 nonopt_start = nonopt_end = -1;
211 if (nonopt_end != -1) {
213 permute_args(nonopt_start, nonopt_end,
215 optind -= nonopt_end - nonopt_start;
224 nonopt_start = nonopt_end = -1;
248 else if (nonopt_end != -1) {
249 permute_args(nonopt_start, nonopt_end,
[all...]
/netbsd-6-1-5-RELEASE/lib/libc/stdlib/
H A Dgetopt_long.c97 static int nonopt_end = -1; /* first option after non options (for permute) */ variable
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 108 milliseconds