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

  /system/core/sh/
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
  /external/chromium_org/third_party/icu/source/tools/tzcode/
zdump.c 294 int nextopt; local
325 nextopt = 1;
326 while(nextopt) {
345 nextopt = 0;
  /external/icu4c/tools/tzcode/
zdump.c 294 int nextopt; local
325 nextopt = 1;
326 while(nextopt) {
345 nextopt = 0;
  /external/qemu/
vl.c 1920 const char *nextopt; local
    [all...]
vl-android.c 2150 const char *nextopt; local
    [all...]

Completed in 772 milliseconds