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

  /external/libppp/src/
main.c 212 int optc, newmode, arg; local
215 optc = 0;
220 for (arg = 1; arg < argc && *argv[arg] == '-'; arg++, optc++) {
231 optc--; /* this option isn't exclusive */
241 optc--; /* this option isn't exclusive */
243 optc--; /* this option isn't exclusive */
245 optc--; /* nor is the argument */
255 optc--; /* this option isn't exclusive */
271 if (optc > 1) {
  /external/mksh/src/
funcs.c 228 int optc; local
232 while ((optc = ksh_getopt(wp, &builtin_opt, "LP")) != -1)
233 switch (optc) {
344 int optc; local
347 while ((optc = ksh_getopt(wp, &builtin_opt, opts)) != -1)
348 switch (optc) {
496 int rv = 0, optc, fcflags; local
500 while ((optc = ksh_getopt(wp, &builtin_opt, opts)) != -1)
501 switch (optc) {
1005 int optc; local
1149 int optc, rv = 0; local
1229 int optc, flag = 0, nflag = 0, rv = 0; local
1315 int optc; local
1416 int argc, optc, rv; local
1508 int optc, rv = 0; local
1599 int i, optc; local
2443 int optc, rv = 0; local
2600 int optc, i, j; local
2660 int argc, optc, rv = 0; local
3542 int how = SOFT | HARD, optc, what = 'f'; local
    [all...]
misc.c 307 int optc, arrayset = 0; local
357 while ((optc = ksh_getopt(argv, &go, opts)) != -1) {
359 switch (optc) {
418 if (what == OF_SET && optc == 's') {
423 if (optc == options[i].c &&
429 internal_errorf("parse_args: '%c'", optc);
1742 int optc, rv, phys_path; local
    [all...]
histrap.c 94 int optc; local
103 while ((optc = ksh_getopt(wp, &builtin_opt,
105 switch (optc) {
147 optc, builtin_opt.optarg);
    [all...]
exec.c 559 int optc, saw_p = 0; local
566 while ((optc = ksh_getopt(ap, &builtin_opt, ":p")) == 'p')
568 if (optc != EOF)
    [all...]
  /system/core/sh/
miscbltin.c 347 int optc, what; local
351 while ((optc = nextopt("HSabtfdsmcnpl")) != '\0')
352 switch (optc) {
363 what = optc;
  /external/liblzf/
lzf.c 452 int optc; local
474 while ((optc = getopt_long (argc, argv, "cdfhvb:", longopts, 0)) != -1)
476 while ((optc = getopt (argc, argv, "cdfhvb:")) != -1)
479 switch (optc)

Completed in 5384 milliseconds