Searched refs:optstr (Results 1 - 1 of 1) sorted by relevance
/libmicro/ | ||
H A D | libmicro.c | 153 char optstr[256]; local 226 (void) sprintf(optstr, "1AB:C:D:EHI:LMN:P:RST:VW?%s", lm_optstr); 227 while ((opt = getopt(argc, argv, optstr)) != -1) { |
Completed in 9 milliseconds