Searched refs:opt_end (Results 1 – 2 of 2) sorted by relevance
| /mirbsd/src/lib/libc/stdlib/ |
| D | getopt_long.c | 124 permute_args(int panonopt_start, int panonopt_end, int opt_end, in permute_args() argument 134 nopts = opt_end - panonopt_end; in permute_args() 136 cyclelen = (opt_end - panonopt_start) / ncycle; in permute_args()
|
| /mirbsd/src/gnu/usr.bin/binutils/bfd/ |
| D | ecofflink.c | 385 struct shuffle *opt_end; member 515 ainfo->opt_end = NULL; 976 if (!add_file_shuffle (ainfo, &ainfo->opt, &ainfo->opt_end, 1027 if (!add_memory_shuffle (ainfo, &ainfo->opt, &ainfo->opt_end, out,
|