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

/macosx-10.9.5/uucp-11/uucp/lib/
H A Dgetopt.c128 been skipped. `first_nonopt' is the index in ARGV of the first of them; variable
131 static int first_nonopt;
135 One subsequence is elements [first_nonopt,last_nonopt)
140 `first_nonopt' and `last_nonopt' are relocated so that they describe
147 size_t nonopts_size = (last_nonopt - first_nonopt) * sizeof (char *);
155 my_bcopy ((char *) &argv[first_nonopt], (char *) temp, nonopts_size);
156 my_bcopy ((char *) &argv[last_nonopt], (char *) &argv[first_nonopt],
159 (char *) &argv[first_nonopt + optind - last_nonopt],
166 first_nonopt += (optind - last_nonopt);
247 first_nonopt
[all...]
/macosx-10.9.5/bc-21/bc/lib/
H A Dgetopt.c210 been skipped. `first_nonopt' is the index in ARGV of the first of them; variable
213 static int first_nonopt;
217 One subsequence is elements [first_nonopt,last_nonopt)
222 `first_nonopt' and `last_nonopt' are relocated so that they describe
229 int bottom = first_nonopt;
277 first_nonopt += (optind - last_nonopt);
291 first_nonopt = last_nonopt = optind = 1;
397 if (first_nonopt != last_nonopt && last_nonopt != optind)
400 first_nonopt = optind;
420 if (first_nonopt !
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/libiberty/
H A Dgetopt.c260 been skipped. `first_nonopt' is the index in ARGV of the first of them; variable
263 static int first_nonopt;
307 One subsequence is elements [first_nonopt,last_nonopt)
312 `first_nonopt' and `last_nonopt' are relocated so that they describe
322 int bottom = first_nonopt;
394 first_nonopt += (optind - last_nonopt);
412 first_nonopt = last_nonopt = optind;
560 if (first_nonopt > optind)
561 first_nonopt = optind;
568 if (first_nonopt !
[all...]
/macosx-10.9.5/gnudiff-19/diffutils/lib/
H A Dgetopt.c248 been skipped. `first_nonopt' is the index in ARGV of the first of them; variable
251 static int first_nonopt;
301 One subsequence is elements [first_nonopt,last_nonopt)
306 `first_nonopt' and `last_nonopt' are relocated so that they describe
317 int bottom = first_nonopt;
389 first_nonopt += (optind - last_nonopt);
408 first_nonopt = last_nonopt = optind;
567 if (first_nonopt > optind)
568 first_nonopt = optind;
575 if (first_nonopt !
[all...]
/macosx-10.9.5/gnuserv-7/gnuserv/
H A Dgetopt.c237 been skipped. `first_nonopt' is the index in ARGV of the first of them; variable
240 static int first_nonopt;
284 One subsequence is elements [first_nonopt,last_nonopt)
289 `first_nonopt' and `last_nonopt' are relocated so that they describe
299 int bottom = first_nonopt;
371 first_nonopt += (optind - last_nonopt);
387 first_nonopt = last_nonopt = optind;
537 if (first_nonopt > optind)
538 first_nonopt = optind;
545 if (first_nonopt !
[all...]
/macosx-10.9.5/gpatch-3/patch/
H A Dgetopt.c248 been skipped. `first_nonopt' is the index in ARGV of the first of them; variable
251 static int first_nonopt;
301 One subsequence is elements [first_nonopt,last_nonopt)
306 `first_nonopt' and `last_nonopt' are relocated so that they describe
317 int bottom = first_nonopt;
389 first_nonopt += (optind - last_nonopt);
408 first_nonopt = last_nonopt = optind;
567 if (first_nonopt > optind)
568 first_nonopt = optind;
575 if (first_nonopt !
[all...]
/macosx-10.9.5/srm-7/srm/lib/
H A Dgetopt.c248 been skipped. `first_nonopt' is the index in ARGV of the first of them; variable
251 static int first_nonopt;
295 One subsequence is elements [first_nonopt,last_nonopt)
300 `first_nonopt' and `last_nonopt' are relocated so that they describe
311 int bottom = first_nonopt;
383 first_nonopt += (optind - last_nonopt);
402 first_nonopt = last_nonopt = optind;
558 if (first_nonopt > optind)
559 first_nonopt = optind;
566 if (first_nonopt !
[all...]

Completed in 307 milliseconds