HomeSort by relevance Sort by last modified time
    Searched full:ksh_getopt (Results 1 - 5 of 5) sorted by null

  /external/mksh/src/
funcs.c 227 while ((optc = ksh_getopt(wp, &builtin_opt, "LP")) != -1)
328 while ((optc = ksh_getopt(wp, &builtin_opt, opts)) != -1)
481 while ((optc = ksh_getopt(wp, &builtin_opt, opts)) != -1)
661 * (see the # kludge in ksh_getopt()).
663 while ((optc = ksh_getopt(wp, &builtin_opt, opts)) != -1) {
984 while ((optc = ksh_getopt(wp, &builtin_opt, "dprtUx")) != -1) {
1128 while ((optc = ksh_getopt(wp, &builtin_opt, "adt")) != -1)
1207 while ((optc = ksh_getopt(wp, &builtin_opt, "lpnz")) != -1)
1248 if (ksh_getopt(wp, &builtin_opt, null) == '?')
1293 while ((optc = ksh_getopt(wp, &builtin_opt, "ls:")) != -1
    [all...]
exec.c 565 while ((optc = ksh_getopt(ap, &builtin_opt, ":p")) == 'p')
597 * mean to use ksh_getopt here and possibly ad-
600 * ksh_getopt already but can't come back here)
    [all...]
misc.c 334 while ((optc = ksh_getopt(argv, &go, opts)) != -1) {
929 ksh_getopt(const char **argv, Getopt *go, const char *optionsp) function
    [all...]
histrap.c 90 while ((optc = ksh_getopt(wp, &builtin_opt,
    [all...]
sh.h     [all...]

Completed in 215 milliseconds