Searched refs:opt_end (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/file/src/
H A Dgetopt_long.c133 * from nonopt_end to opt_end (keeping the same order of arguments
137 permute_args(panonopt_start, panonopt_end, opt_end, nargv)
140 int opt_end;
152 nopts = opt_end - panonopt_end;
154 cyclelen = (opt_end - panonopt_start) / ncycle;
/freebsd-11-stable/lib/libc/stdlib/
H A Dgetopt_long.c151 * from nonopt_end to opt_end (keeping the same order of arguments
155 permute_args(int panonopt_start, int panonopt_end, int opt_end, argument
165 nopts = opt_end - panonopt_end;
167 cyclelen = (opt_end - panonopt_start) / ncycle;
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dgetopt_long.c135 * from nonopt_end to opt_end (keeping the same order of arguments
139 permute_args(int panonopt_start, int panonopt_end, int opt_end, argument
149 nopts = opt_end - panonopt_end;
151 cyclelen = (opt_end - panonopt_start) / ncycle;
/freebsd-11-stable/contrib/tcpdump/missing/
H A Dgetopt_long.c135 * from nonopt_end to opt_end (keeping the same order of arguments
139 permute_args(int panonopt_start, int panonopt_end, int opt_end, argument
149 nopts = opt_end - panonopt_end;
151 cyclelen = (opt_end - panonopt_start) / ncycle;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DGetOptInc.cpp74 * from nonopt_end to opt_end (keeping the same order of arguments
77 static void permute_args(int panonopt_start, int panonopt_end, int opt_end, argument
86 nopts = opt_end - panonopt_end;
88 cyclelen = (opt_end - panonopt_start) / ncycle;
/freebsd-11-stable/contrib/binutils/bfd/
H A Decofflink.c388 struct shuffle *opt_end;
518 ainfo->opt_end = NULL;
977 if (!add_file_shuffle (ainfo, &ainfo->opt, &ainfo->opt_end,
1028 if (!add_memory_shuffle (ainfo, &ainfo->opt, &ainfo->opt_end, out,
385 struct shuffle *opt_end; member in struct:accumulate

Completed in 130 milliseconds