Home
last modified time | relevance | path

Searched refs:nonopt_end (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/lib/posix/options/getopt/
Dgetopt_long.c387 state->nonopt_start = state->nonopt_end = -1;
394 if (state->nonopt_end != -1) {
397 state->nonopt_end,
399 state->optind -= state->nonopt_end -
408 state->nonopt_start = state->nonopt_end = -1;
437 } else if (state->nonopt_end != -1) {
439 state->nonopt_end,
443 (state->nonopt_end - state->nonopt_start);
444 state->nonopt_end = -1;
450 if (state->nonopt_start != -1 && state->nonopt_end == -1) {
[all …]
Dgetopt.h27 int nonopt_end; member
Dgetopt_common.c37 .nonopt_end = -1, /* first option after non options (for permute) */
Dgetopt.c64 state->nonopt_end = -1; /* first option after non options (for permute) */ in getopt_init()