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

  /system/core/sh/
options.h 120 extern char *optionarg; /* set by nextopt */
121 extern char *optptr; /* used by nextopt */
130 int nextopt(const char *);
miscbltin.c 105 while ((i = nextopt("p:r")) != '\0') {
221 while ((i = nextopt("S")) != '\0') {
351 while ((optc = nextopt("HSabtfdsmcnpl")) != '\0')
cd.c 87 nextopt(nullstr);
313 while ((i = nextopt("LP")) != '\0')
alias.c 252 while ((i = nextopt("a")) != '\0') {
jobs.c 262 nextopt("");
340 nextopt("");
508 while ((m = nextopt("lp")))
608 nextopt("");
666 nextopt("");
exec.c 341 while ((c = nextopt("rv")) != '\0') {
961 while ((c = nextopt("vVp")) != 0) {
options.c 70 char *optionarg; /* set by nextopt (like getopt) */
71 char *optptr; /* used by nextopt */
495 * only argument that is passed to nextopt is the option string; the
501 nextopt(const char *optstring) function
eval.c 1011 /* initialize nextopt */
1244 nextopt("");
  /external/icu4c/tools/tzcode/
zdump.c 294 int nextopt; local
325 nextopt = 1;
326 while(nextopt) {
345 nextopt = 0;
  /external/qemu/
vl-android.c 2148 const char *nextopt; local
    [all...]
vl.c 1920 const char *nextopt; local
    [all...]

Completed in 571 milliseconds