Home
last modified time | relevance | path

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

/system/core/sh/
Doptions.c380 char **optbase; in getoptscmd() local
385 optbase = shellparam.p; in getoptscmd()
387 optbase = &argv[3]; in getoptscmd()
390 shellparam.optnext = optbase; in getoptscmd()
395 return getopts(argv[1], argv[2], optbase, &shellparam.optnext, in getoptscmd()