Searched refs:nnonopts (Results 1 – 4 of 4) sorted by relevance
/external/openssh/openbsd-compat/ |
D | getopt_long.c | 142 int cstart, cyclelen, i, j, ncycle, nnonopts, nopts, pos; in permute_args() local 148 nnonopts = panonopt_end - panonopt_start; in permute_args() 150 ncycle = gcd(nnonopts, nopts); in permute_args() 158 pos -= nnonopts; in permute_args()
|
/external/mesa3d/src/getopt/ |
D | getopt_long.c | 125 int cstart, cyclelen, i, j, ncycle, nnonopts, nopts, pos; in permute_args() local 131 nnonopts = panonopt_end - panonopt_start; in permute_args() 133 ncycle = gcd(nnonopts, nopts); in permute_args() 141 pos -= nnonopts; in permute_args()
|
/external/llvm-project/lldb/source/Host/common/ |
D | GetOptInc.cpp | 79 int cstart, cyclelen, i, j, ncycle, nnonopts, nopts, pos; in permute_args() local 85 nnonopts = panonopt_end - panonopt_start; in permute_args() 87 ncycle = gcd(nnonopts, nopts); in permute_args() 95 pos -= nnonopts; in permute_args()
|
/external/tcpdump/missing/ |
D | getopt_long.c | 142 int cstart, cyclelen, i, j, ncycle, nnonopts, nopts, pos; in permute_args() local 148 nnonopts = panonopt_end - panonopt_start; in permute_args() 150 ncycle = gcd(nnonopts, nopts); in permute_args() 158 pos -= nnonopts; in permute_args()
|