HomeSort by relevance Sort by last modified time
    Searched defs:nopts (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
165 nopts = opt_end - panonopt_end;
166 ncycle = gcd(nnonopts, nopts);
176 pos += nopts;
  /external/mesa3d/src/getopt/
getopt_long.c 125 int cstart, cyclelen, i, j, ncycle, nnonopts, nopts, pos; local
132 nopts = opt_end - panonopt_end;
133 ncycle = gcd(nnonopts, nopts);
143 pos += nopts;
  /external/tcpdump/missing/
getopt_long.c 142 int cstart, cyclelen, i, j, ncycle, nnonopts, nopts, pos; local
149 nopts = opt_end - panonopt_end;
150 ncycle = gcd(nnonopts, nopts);
160 pos += nopts;
  /toolchain/binutils/binutils-2.25/gold/testsuite/
plugin_test.c 74 static int nopts = 0; variable
105 if (nopts < MAXOPTS)
106 opts[nopts++] = entry->tv_u.tv_string;
189 for (i = 0; i < nopts; ++i)
344 for (i = 0; i < nopts; ++i)

Completed in 1759 milliseconds