HomeSort by: relevance | last modified time | path
    Searched defs:cyclelen (Results 1 - 4 of 4) 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
145 cyclelen = (opt_end - panonopt_start) / ncycle;
150 for (j = 0; j < cyclelen; j++) {
getopt_long.c 134 int cstart, cyclelen, i, j, ncycle, nnonopts, nopts, pos; local in function:permute_args
145 cyclelen = (opt_end - panonopt_start) / ncycle;
150 for (j = 0; j < cyclelen; j++) {
getopt_long.c 134 int cstart, cyclelen, i, j, ncycle, nnonopts, nopts, pos; local in function:permute_args
145 cyclelen = (opt_end - panonopt_start) / ncycle;
150 for (j = 0; j < cyclelen; j++) {
getopt_long.c 134 int cstart, cyclelen, i, j, ncycle, nnonopts, nopts, pos; local in function:permute_args
145 cyclelen = (opt_end - panonopt_start) / ncycle;
150 for (j = 0; j < cyclelen; j++) {

Completed in 44 milliseconds