Home | History | Annotate | Download | only in Clients

Lines Matching full:optstr

892 static int getfirstoption(int argc, char **argv, const char *optstr, int *pOptInd)
893 // Return the recognized option in optstr and the option index of the next arg.
900 NULL != strchr(optstr, argv[i][1]))
910 int o = getopt(argc, (char *const *)argv, optstr);