HomeSort by: relevance | last modified time | path
    Searched refs:ksh_getopt (Results 1 - 7 of 7) sorted by relevancy

  /src/bin/ksh/
c_sh.c 39 if (ksh_getopt(wp, &builtin_opt, null) == '?')
72 while ((optc = ksh_getopt(wp, &builtin_opt, "S")) != EOF)
192 if (ksh_getopt(wp, &builtin_opt, null) == '?')
228 if (ksh_getopt(wp, &builtin_opt, null) == '?')
262 while ((optc = ksh_getopt(wp, &builtin_opt, "prsu,")) != EOF)
435 if (ksh_getopt(wp, &builtin_opt, null) == '?')
480 if (ksh_getopt(wp, &builtin_opt, null) == '?')
542 if (ksh_getopt(wp, &builtin_opt, null) == '?')
585 if (ksh_getopt(wp, &builtin_opt, null) == '?')
676 while ((optc = ksh_getopt(wp, &builtin_opt, "fv")) != EOF
    [all...]
c_ksh.c 34 while ((optc = ksh_getopt(wp, &builtin_opt, "LP")) != EOF)
180 while ((optc = ksh_getopt(wp, &builtin_opt, "LP")) != EOF)
269 while ((optc = ksh_getopt(wp, &builtin_opt, options)) != EOF)
439 while ((optc = ksh_getopt(wp, &builtin_opt, options)) != EOF)
600 * (see the # kludge in ksh_getopt()).
602 while ((optc = ksh_getopt(wp, &builtin_opt, options)) != EOF) {
868 while ((optc = ksh_getopt(wp, &builtin_opt, "dprtUx")) != EOF) {
1003 while ((optc = ksh_getopt(wp, &builtin_opt, "adt")) != EOF)
1078 while ((optc = ksh_getopt(wp, &builtin_opt, "lpnzZ")) != EOF)
1130 if (ksh_getopt(wp, &builtin_opt, null) == '?'
    [all...]
c_ulimit.c 148 while ((optc = ksh_getopt(wp, &builtin_opt, options)) != EOF)
proto.h 197 int ksh_getopt ARGS((char **, Getopt *, const char *));
misc.c 391 while ((optc = ksh_getopt(argv, &go, opts)) != EOF) {
975 ksh_getopt(argv, go, options) function
history.c 95 while ((optc = ksh_getopt(wp, &builtin_opt, "e:glnrs0,1,2,3,4,5,6,7,8,9,")) != EOF)
exec.c 513 while ((optc = ksh_getopt(ap, &builtin_opt, ":p"))

Completed in 15 milliseconds