Searched refs:opt_end (Results 1 – 2 of 2) sorted by relevance
122 permute_args(int panonopt_start, int panonopt_end, int opt_end, in permute_args() argument132 nopts = opt_end - panonopt_end; in permute_args()134 cyclelen = (opt_end - panonopt_start) / ncycle; in permute_args()
944 char *opt_end; in redundant_time_option() local945 redundant = strtoimax(opt + 1, &opt_end, 10); in redundant_time_option()946 if (opt_end != opt + 1 && !*opt_end) { in redundant_time_option()