Home
last modified time | relevance | path

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

/third_party/mesa3d/src/getopt/
H A Dgetopt_long.c118 * from nonopt_end to opt_end (keeping the same order of arguments
122 permute_args(int panonopt_start, int panonopt_end, int opt_end, in permute_args() argument
132 nopts = opt_end - panonopt_end; in permute_args()
134 cyclelen = (opt_end - panonopt_start) / ncycle; in permute_args()
/third_party/tzdata/
H A Dzic.c941 char *opt_end; in redundant_time_option() local
942 redundant = strtoimax(opt + 1, &opt_end, 10); in redundant_time_option()
943 if (opt_end != opt + 1 && !*opt_end) { in redundant_time_option()

Completed in 6 milliseconds