Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dash.c11671 char **optbase; in getoptscmd() local
11676 optbase = shellparam.p; in getoptscmd()
11682 optbase = &argv[3]; in getoptscmd()
11689 return getopts(argv[1], argv[2], optbase); in getoptscmd()