Searched refs:cyclelen (Results 1 – 4 of 4) sorted by relevance
/external/openssh/openbsd-compat/ |
D | getopt_long.c | 142 int cstart, cyclelen, i, j, ncycle, nnonopts, nopts, pos; in permute_args() local 151 cyclelen = (opt_end - panonopt_start) / ncycle; in permute_args() 156 for (j = 0; j < cyclelen; j++) { in permute_args()
|
/external/mesa3d/src/getopt/ |
D | getopt_long.c | 125 int cstart, cyclelen, i, j, ncycle, nnonopts, nopts, pos; in permute_args() local 134 cyclelen = (opt_end - panonopt_start) / ncycle; in permute_args() 139 for (j = 0; j < cyclelen; j++) { in permute_args()
|
/external/tcpdump/missing/ |
D | getopt_long.c | 142 int cstart, cyclelen, i, j, ncycle, nnonopts, nopts, pos; in permute_args() local 151 cyclelen = (opt_end - panonopt_start) / ncycle; in permute_args() 156 for (j = 0; j < cyclelen; j++) { in permute_args()
|
/external/epid-sdk/ext/argtable3/ |
D | argtable3.c | 445 int cstart, cyclelen, i, j, ncycle, nnonopts, nopts, pos; in permute_args() local 454 cyclelen = (opt_end - panonopt_start) / ncycle; in permute_args() 459 for (j = 0; j < cyclelen; j++) { in permute_args()
|