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

  /src/lib/libc/time/
localtime.c 75 typedef long iinntt; typedef in typeref:typename:long
79 typedef long long iinntt;
83 typedef intmax_t iinntt;
2079 increment_overflow_time_iinntt(time_t *tp, iinntt j)
2162 iinntt y, mday, hour, min, saved_seconds;
2213 iinntt li = y - (yourtm.tm_mon <= 1);
2218 iinntt li = y + (1 < yourtm.tm_mon);
2730 iinntt offset = EPOCH_LOCAL ? (daylight ? timezone : altzone) : 0;

Completed in 34 milliseconds