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

  /src/lib/libc/time/
localtime.c 2673 tmcomp(register const struct tm *const atmp, function
2841 } else dir = tmcomp(&mytm, &yourtm);
2907 && tmcomp(&alttm, &yourtm) == 0) {
2936 if (tmcomp(&mytm, &yourtm) != 0)
localtime.c 2673 tmcomp(register const struct tm *const atmp, function
2841 } else dir = tmcomp(&mytm, &yourtm);
2907 && tmcomp(&alttm, &yourtm) == 0) {
2936 if (tmcomp(&mytm, &yourtm) != 0)

Completed in 38 milliseconds