Searched refs:optstr (Results 1 - 2 of 2) sorted by path

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

Completed in 46 milliseconds