Searched refs:poptstring (Results 1 – 1 of 1) sorted by relevance
142 int simple_getopt(char *pargv[], const char *poptstring);749 int simple_getopt(char *pargv[], const char *poptstring) in simple_getopt() argument761 if ( (popt = strchr(poptstring, c)) == NULL ) { in simple_getopt()
Completed in 17 milliseconds