Searched refs:cyclelen (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 142 cyclelen = (opt_end - panonopt_start) / ncycle; in permute_args() 147 for (j = 0; j < cyclelen; j++) { 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 145 cyclelen = (opt_end - panonopt_start) / ncycle; in permute_args() 150 for (j = 0; j < cyclelen; j++) { 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 160 cyclelen = (opt_end - panonopt_start) / ncycle; 165 for (j = 0; j < cyclelen; j++) {
|