Searched refs:ncycle (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/bsd/libfido2/dist/openbsd-compat/ |
H A D | getopt_long.c | 133 int cstart, cyclelen, i, j, ncycle, nnonopts, nopts, pos; in permute_args() local 141 ncycle = gcd(nnonopts, nopts); in permute_args() 142 cyclelen = (opt_end - panonopt_start) / ncycle; in permute_args() 144 for (i = 0; i < ncycle; i++) { in permute_args()
|
/netbsd-src/lib/libc/stdlib/ |
H A D | getopt_long.c | 134 int cstart, cyclelen, i, j, ncycle, nnonopts, nopts, pos; in permute_args() local 144 ncycle = gcd(nnonopts, nopts); in permute_args() 145 cyclelen = (opt_end - panonopt_start) / ncycle; in permute_args() 147 for (i = 0; i < ncycle; i++) { in permute_args()
|
/netbsd-src/external/bsd/file/dist/src/ |
H A D | getopt_long.c | 149 int cstart, cyclelen, i, j, ncycle, nnonopts, nopts, pos; local 159 ncycle = gcd(nnonopts, nopts); 160 cyclelen = (opt_end - panonopt_start) / ncycle; 162 for (i = 0; i < ncycle; i++) {
|