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

/freebsd-current/contrib/llvm-project/lldb/source/Host/common/
H A DGetOptInc.cpp51 static int nonopt_end = -1; /* first option after non options (for permute) */ variable
73 * Exchange the block from nonopt_start to nonopt_end with the block
74 * from nonopt_end to opt_end (keeping the same order of arguments
255 nonopt_start = nonopt_end = -1;
261 if (nonopt_end != -1) {
263 permute_args(nonopt_start, nonopt_end, optind, nargv);
264 optind -= nonopt_end - nonopt_start;
272 nonopt_start = nonopt_end = -1;
296 else if (nonopt_end != -1) {
297 permute_args(nonopt_start, nonopt_end, optin
[all...]
/freebsd-current/contrib/file/src/
H A Dgetopt_long.c100 static int nonopt_end = -1; /* first option after non options (for permute) */ variable
132 * Exchange the block from nonopt_start to nonopt_end with the block
133 * from nonopt_end to opt_end (keeping the same order of arguments
199 nonopt_start = nonopt_end = -1;
205 if (nonopt_end != -1) {
207 permute_args(nonopt_start, nonopt_end,
209 optind -= nonopt_end - nonopt_start;
218 nonopt_start = nonopt_end = -1;
242 else if (nonopt_end != -1) {
243 permute_args(nonopt_start, nonopt_end,
[all...]
/freebsd-current/contrib/libfido2/openbsd-compat/
H A Dgetopt_long.c96 static int nonopt_end = -1; /* first option after non options (for permute) */ variable
125 * Exchange the block from nonopt_start to nonopt_end with the block
126 * from nonopt_end to opt_end (keeping the same order of arguments
317 nonopt_start = nonopt_end = -1;
323 if (nonopt_end != -1) {
325 permute_args(nonopt_start, nonopt_end,
327 optind -= nonopt_end - nonopt_start;
336 nonopt_start = nonopt_end = -1;
360 else if (nonopt_end != -1) {
361 permute_args(nonopt_start, nonopt_end,
[all...]
/freebsd-current/crypto/openssh/openbsd-compat/
H A Dgetopt_long.c119 static int nonopt_end = -1; /* first option after non options (for permute) */ variable
148 * Exchange the block from nonopt_start to nonopt_end with the block
149 * from nonopt_end to opt_end (keeping the same order of arguments
340 nonopt_start = nonopt_end = -1;
346 if (nonopt_end != -1) {
348 permute_args(nonopt_start, nonopt_end,
350 optind -= nonopt_end - nonopt_start;
359 nonopt_start = nonopt_end = -1;
383 else if (nonopt_end != -1) {
384 permute_args(nonopt_start, nonopt_end,
[all...]
/freebsd-current/lib/libc/stdlib/
H A Dgetopt_long.c103 static int nonopt_end = -1; /* first option after non options (for permute) */ variable
142 * Exchange the block from nonopt_start to nonopt_end with the block
143 * from nonopt_end to opt_end (keeping the same order of arguments
381 nonopt_start = nonopt_end = -1;
387 if (nonopt_end != -1) {
389 permute_args(nonopt_start, nonopt_end,
391 optind -= nonopt_end - nonopt_start;
400 nonopt_start = nonopt_end = -1;
428 else if (nonopt_end != -1) {
429 permute_args(nonopt_start, nonopt_end,
[all...]
/freebsd-current/contrib/tcpdump/missing/
H A Dgetopt_long.c97 static int nonopt_end = -1; /* first option after non options (for permute) */ variable
136 * Exchange the block from nonopt_start to nonopt_end with the block
137 * from nonopt_end to opt_end (keeping the same order of arguments
417 if (nonopt_end != -1) {
419 permute_args(nonopt_start, nonopt_end,
421 optind -= nonopt_end - nonopt_start;
430 nonopt_start = nonopt_end = -1;
458 else if (nonopt_end != -1) {
459 permute_args(nonopt_start, nonopt_end,
462 (nonopt_end
[all...]

Completed in 116 milliseconds