Home | History | Annotate | Download | only in src

Lines Matching refs:opts

345 		const char *opts = "Rnprsu,";
347 while ((optc = ksh_getopt(wp, &builtin_opt, opts)) != -1)
353 opts = "ne";
498 const char *opts = iam_whence ? "pv" : "pvV";
500 while ((optc = ksh_getopt(wp, &builtin_opt, opts)) != -1)
642 const char *opts;
672 opts = istset ? "L#R#UZ#afi#lnprtux" : "p";
684 while ((i = ksh_getopt(wp, &builtin_opt, opts)) != -1) {
1417 const char *opts, *var;
1425 opts = *wp++;
1426 if (!opts) {
1462 optc = ksh_getopt(wp, &user_opt, opts);
3469 static const char opts[] = "a"
3546 while ((optc = ksh_getopt(wp, &builtin_opt, opts)) != -1)
3558 bi_errorf("usage: ulimit [-%s] [value]", opts);