Home
last modified time | relevance | path

Searched refs:ncycle (Results 1 – 1 of 1) sorted by relevance

/mirbsd/src/lib/libc/stdlib/
Dgetopt_long.c127 int cstart, cyclelen, i, j, ncycle, nnonopts, nopts, pos; in permute_args() local
135 ncycle = gcd(nnonopts, nopts); in permute_args()
136 cyclelen = (opt_end - panonopt_start) / ncycle; in permute_args()
138 for (i = 0; i < ncycle; i++) { in permute_args()