Searched refs:curopt (Results 1 - 1 of 1) sorted by last modified time

/u-boot/lib/
H A Dgetopt.c24 char curopt; /* current option character */ local
47 curopt = argv[gs->index][gs->arg_index];
48 if (curopt)
58 curoptp = strchr(optstring, curopt);
62 printf("%s: invalid option -- %c\n", argv[0], curopt);
63 gs->opt = curopt;
72 return curopt;
81 return curopt;
87 return curopt;
96 return curopt;
[all...]

Completed in 81 milliseconds