Searched refs:panonopt_end (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/contrib/file/src/ |
| HD | getopt_long.c | 137 permute_args(panonopt_start, panonopt_end, opt_end, nargv) in permute_args() argument 139 int panonopt_end; 151 nnonopts = panonopt_end - panonopt_start; 152 nopts = opt_end - panonopt_end; 157 cstart = panonopt_end+i; 160 if (pos >= panonopt_end)
|
| /NextBSD/crypto/openssh/openbsd-compat/ |
| HD | getopt_long.c | 139 permute_args(int panonopt_start, int panonopt_end, int opt_end, in permute_args() argument 148 nnonopts = panonopt_end - panonopt_start; in permute_args() 149 nopts = opt_end - panonopt_end; in permute_args() 154 cstart = panonopt_end+i; in permute_args() 157 if (pos >= panonopt_end) in permute_args()
|
| /NextBSD/lib/libc/stdlib/ |
| HD | getopt_long.c | 155 permute_args(int panonopt_start, int panonopt_end, int opt_end, in permute_args() argument 164 nnonopts = panonopt_end - panonopt_start; in permute_args() 165 nopts = opt_end - panonopt_end; in permute_args() 170 cstart = panonopt_end+i; in permute_args() 173 if (pos >= panonopt_end) in permute_args()
|
| /NextBSD/contrib/tcpdump/missing/ |
| HD | getopt_long.c | 139 permute_args(int panonopt_start, int panonopt_end, int opt_end, in permute_args() argument 148 nnonopts = panonopt_end - panonopt_start; in permute_args() 149 nopts = opt_end - panonopt_end; in permute_args() 154 cstart = panonopt_end+i; in permute_args() 157 if (pos >= panonopt_end) in permute_args()
|