Searched defs:ksh_getopt (Results 1 - 1 of 1) sorted by relevance

/external/mksh/src/
H A Dmisc.c375 while ((optc = ksh_getopt(argv, &go, opts)) != -1) {
1238 ksh_getopt(const char **argv, Getopt *go, const char *optionsp) function
2109 while ((optc = ksh_getopt(wp, &builtin_opt, "eLP")) != -1)

Completed in 103 milliseconds