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

  /src/lib/libc/time/
zic.c 2550 zic_t lo, thismin, thismax; local in function:writezone
2568 thismin = ZIC32_MIN;
2578 thismin = min_time;
2584 locut = thismin < lo_time && lo_time <= thismax;
2585 hicut = thismin <= hi_time && hi_time < thismax;
2610 if (pass == 1 && lo_time <= thismin)

Completed in 40 milliseconds