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

  /src/lib/libc/time/
localtime.c 1760 int_fast32_t janoffset = 0; local
1814 janoffset = -yearsecs;
1848 if (! increment_overflow_time(&at, janoffset + starttime)
1856 if (! increment_overflow_time(&at, janoffset + endtime)
1866 if (increment_overflow_time(&janfirst, janoffset + yearsecs))
1868 janoffset = 0;

Completed in 24 milliseconds