HomeSort by: relevance | last modified time | path
    Searched refs:opt_end (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/stdlib/
getopt_long.c 128 * from nonopt_end to opt_end (keeping the same order of arguments
132 permute_args(int panonopt_start, int panonopt_end, int opt_end, char **nargv)
143 nopts = opt_end - panonopt_end;
145 cyclelen = (opt_end - panonopt_start) / ncycle;
  /src/lib/libc/time/
zic.c 952 char *opt_end; local in function:redundant_time_option
953 redundant = strtoimax(opt + 1, &opt_end, 10);
954 if (opt_end != opt + 1 && !*opt_end) {

Completed in 19 milliseconds