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

  /external/mksh/src/
funcs.c 357 while ((optc = ksh_getopt(wp, &builtin_opt, "LP")) != -1)
501 while ((optc = ksh_getopt(wp, &builtin_opt, "LP")) != -1)
600 while ((optc = ksh_getopt(wp, &builtin_opt, opts)) != -1)
752 while ((optc = ksh_getopt(wp, &builtin_opt, opts)) != -1)
909 * (see the # kludge in ksh_getopt()).
911 while ((optc = ksh_getopt(wp, &builtin_opt, opts)) != -1) {
1211 while ((optc = ksh_getopt(wp, &builtin_opt, "dprtUx")) != -1) {
1352 while ((optc = ksh_getopt(wp, &builtin_opt, "adt")) != -1)
    [all...]
misc.c 308 while ((optc = ksh_getopt(argv, &go, opts)) != -1) {
800 ksh_getopt(const char **argv, Getopt *go, const char *optionsp) function
    [all...]
histrap.c 86 while ((optc = ksh_getopt(wp, &builtin_opt,
exec.c 466 while ((optc = ksh_getopt(ap, &builtin_opt, ":p")) == 'p')
    [all...]
sh.h     [all...]

Completed in 1017 milliseconds