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

  /src/lib/libc/time/
zic.c 918 /* Set the time range of the output to TIMERANGE.
921 timerange_option(char *timerange)
924 char *lo_end = timerange, *hi_end;
925 if (*timerange == '@') {
927 lo = strtoimax(timerange + 1, &lo_end, 10);
928 if (lo_end == timerange + 1 || (lo == INTMAX_MAX && errno == ERANGE))
2372 struct timerange { struct
2379 static struct timerange
2380 limitrange(struct timerange r, zic_t lo, zic_t hi,
2439 struct timerange rangeall = {0}, range32, range64
    [all...]
zic.c 918 /* Set the time range of the output to TIMERANGE.
921 timerange_option(char *timerange)
924 char *lo_end = timerange, *hi_end;
925 if (*timerange == '@') {
927 lo = strtoimax(timerange + 1, &lo_end, 10);
928 if (lo_end == timerange + 1 || (lo == INTMAX_MAX && errno == ERANGE))
2372 struct timerange { struct
2379 static struct timerange
2380 limitrange(struct timerange r, zic_t lo, zic_t hi,
2439 struct timerange rangeall = {0}, range32, range64
    [all...]

Completed in 60 milliseconds