OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:optbase
(Results
1 - 1
of
1
) sorted by null
/system/core/sh/
options.c
380
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 147 milliseconds