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

  /bionic/libc/upstream-freebsd/lib/libc/stdlib/
getopt_long.c 158 int cstart, cyclelen, i, j, ncycle, nnonopts, nopts, pos; local
164 nnonopts = panonopt_end - panonopt_start;
166 ncycle = gcd(nnonopts, nopts);
174 pos -= nnonopts;
  /external/mesa3d/src/getopt/
getopt_long.c 125 int cstart, cyclelen, i, j, ncycle, nnonopts, nopts, pos; local
131 nnonopts = panonopt_end - panonopt_start;
133 ncycle = gcd(nnonopts, nopts);
141 pos -= nnonopts;
  /external/tcpdump/missing/
getopt_long.c 142 int cstart, cyclelen, i, j, ncycle, nnonopts, nopts, pos; local
148 nnonopts = panonopt_end - panonopt_start;
150 ncycle = gcd(nnonopts, nopts);
158 pos -= nnonopts;
  /system/core/logcat/
getopt_long.cpp 89 int nnonopts = context->nonopt_end - context->nonopt_start; local
91 int ncycle = gcd(nnonopts, nopts);
99 pos -= nnonopts;

Completed in 200 milliseconds