HomeSort by: relevance | last modified time | path
    Searched defs:ncycle (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libc/stdlib/
getopt_long.c 134 int cstart, cyclelen, i, j, ncycle, nnonopts, nopts, pos; local in function:permute_args
144 ncycle = gcd(nnonopts, nopts);
145 cyclelen = (opt_end - panonopt_start) / ncycle;
147 for (i = 0; i < ncycle; i++) {
getopt_long.c 134 int cstart, cyclelen, i, j, ncycle, nnonopts, nopts, pos; local in function:permute_args
144 ncycle = gcd(nnonopts, nopts);
145 cyclelen = (opt_end - panonopt_start) / ncycle;
147 for (i = 0; i < ncycle; i++) {
getopt_long.c 134 int cstart, cyclelen, i, j, ncycle, nnonopts, nopts, pos; local in function:permute_args
144 ncycle = gcd(nnonopts, nopts);
145 cyclelen = (opt_end - panonopt_start) / ncycle;
147 for (i = 0; i < ncycle; i++) {

Completed in 140 milliseconds