/src/lib/libc/stdlib/ |
getopt_long.c | 134 int cstart, cyclelen, i, j, ncycle, nnonopts, nopts, pos; local in function:permute_args 144 ncycle = gcd(nnonopts, nopts); 145 cyclelen = (opt_end - panonopt_start) / ncycle; 147 for (i = 0; i < ncycle; i++) {
|
getopt_long.c | 134 int cstart, cyclelen, i, j, ncycle, nnonopts, nopts, pos; local in function:permute_args 144 ncycle = gcd(nnonopts, nopts); 145 cyclelen = (opt_end - panonopt_start) / ncycle; 147 for (i = 0; i < ncycle; i++) {
|
getopt_long.c | 134 int cstart, cyclelen, i, j, ncycle, nnonopts, nopts, pos; local in function:permute_args 144 ncycle = gcd(nnonopts, nopts); 145 cyclelen = (opt_end - panonopt_start) / ncycle; 147 for (i = 0; i < ncycle; i++) {
|