Searched refs:optbase (Results 1 - 1 of 1) sorted by last modified time

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

Completed in 4 milliseconds