Home
last modified time | relevance | path

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

/system/core/sh/
Doptions.c400 getopts(char *optstr, char *optvar, char **optfirst, char ***optnext, char **optpptr) in getopts() argument
428 for (q = optstr; *q != c; ) { in getopts()
430 if (optstr[0] == ':') { in getopts()
447 if (optstr[0] == ':') { in getopts()
/system/core/toolbox/grep/
Dgrep.c168 static const char optstr[] = variable
399 while (((c = getopt_long(aargc, aargv, optstr, long_options, NULL)) != in grep_main()