Searched refs:optstr (Results 1 – 1 of 1) sorted by relevance
434 getopts(char *optstr, char *optvar, char **optfirst) in getopts() argument466 for (q = optstr; *q != c; ) { in getopts()468 if (optstr[0] == ':') { in getopts()485 if (optstr[0] == ':') { in getopts()
Completed in 3 milliseconds