Searched refs:cyclelen (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12-stable/contrib/file/src/ |
| D | getopt_long.c | 143 int cstart, cyclelen, i, j, ncycle, nnonopts, nopts, pos; local 154 cyclelen = (opt_end - panonopt_start) / ncycle; 159 for (j = 0; j < cyclelen; j++) {
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Host/common/ |
| D | GetOptInc.cpp | 79 int cstart, cyclelen, i, j, ncycle, nnonopts, nopts, pos; in permute_args() local 88 cyclelen = (opt_end - panonopt_start) / ncycle; in permute_args() 93 for (j = 0; j < cyclelen; j++) { in permute_args()
|
| /freebsd-12-stable/crypto/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()
|
| /freebsd-12-stable/lib/libc/stdlib/ |
| D | getopt_long.c | 158 int cstart, cyclelen, i, j, ncycle, nnonopts, nopts, pos; in permute_args() local 167 cyclelen = (opt_end - panonopt_start) / ncycle; in permute_args() 172 for (j = 0; j < cyclelen; j++) { in permute_args()
|
| /freebsd-12-stable/contrib/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()
|