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

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

Completed in 111 milliseconds