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

/freebsd-11-stable/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-11-stable/lib/libc/stdlib/
H A Dgetopt_long.c111 static int nonopt_end = -1; /* first option after non options (for permute) */ variable
150 * Exchange the block from nonopt_start to nonopt_end with the block
151 * from nonopt_end to opt_end (keeping the same order of arguments
389 nonopt_start = nonopt_end = -1;
395 if (nonopt_end != -1) {
397 permute_args(nonopt_start, nonopt_end,
399 optind -= nonopt_end - nonopt_start;
408 nonopt_start = nonopt_end = -1;
436 else if (nonopt_end != -1) {
437 permute_args(nonopt_start, nonopt_end,
[all...]
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dgetopt_long.c105 static int nonopt_end = -1; /* first option after non options (for permute) */ variable
134 * Exchange the block from nonopt_start to nonopt_end with the block
135 * from nonopt_end to opt_end (keeping the same order of arguments
326 nonopt_start = nonopt_end = -1;
332 if (nonopt_end != -1) {
334 permute_args(nonopt_start, nonopt_end,
336 optind -= nonopt_end - nonopt_start;
345 nonopt_start = nonopt_end = -1;
369 else if (nonopt_end != -1) {
370 permute_args(nonopt_start, nonopt_end,
[all...]
/freebsd-11-stable/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-11-stable/contrib/tcpdump/missing/
H A Dgetopt_long.c95 static int nonopt_end = -1; /* first option after non options (for permute) */ variable
134 * Exchange the block from nonopt_start to nonopt_end with the block
135 * from nonopt_end to opt_end (keeping the same order of arguments
395 if (nonopt_end != -1) {
397 permute_args(nonopt_start, nonopt_end,
399 optind -= nonopt_end - nonopt_start;
408 nonopt_start = nonopt_end = -1;
436 else if (nonopt_end != -1) {
437 permute_args(nonopt_start, nonopt_end,
440 (nonopt_end
[all...]

Completed in 118 milliseconds