Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dash.c11574 char **optnext; in getopts() local
11581 optnext = optfirst + ind - 1; in getopts()
11583 if (ind <= 1 || off < 0 || (int)strlen(optnext[-1]) < off) in getopts()
11586 p = optnext[-1] + off; in getopts()
11589 p = *optnext; in getopts()
11597 optnext++; in getopts()
11625 if (*p == '\0' && (p = *optnext) == NULL) { in getopts()
11643 if (p == *optnext) in getopts()
11644 optnext++; in getopts()
11650 ind = optnext - optfirst + 1; in getopts()
[all …]