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

  /src/lib/libc/time/
zic.c 946 /* Generate redundant time stamps up to OPT. Return true if successful. */
951 intmax_t redundant; local in function:redundant_time_option
953 redundant = strtoimax(opt + 1, &opt_end, 10);
955 redundant_time = max(redundant_time, redundant);
3503 ** near the end of the 400-year period, add a redundant
zic.c 946 /* Generate redundant time stamps up to OPT. Return true if successful. */
951 intmax_t redundant; local in function:redundant_time_option
953 redundant = strtoimax(opt + 1, &opt_end, 10);
955 redundant_time = max(redundant_time, redundant);
3503 ** near the end of the 400-year period, add a redundant

Completed in 27 milliseconds