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

  /src/lib/libc/time/
localtime.c 2114 tmcomp(register const struct tm *const atmp, function in typeref:typename:int
2281 } else dir = tmcomp(&mytm, &yourtm);
2347 && tmcomp(&alttm, &yourtm) == 0) {
2376 if (tmcomp(&mytm, &yourtm) != 0)
localtime.c 2114 tmcomp(register const struct tm *const atmp, function in typeref:typename:int
2281 } else dir = tmcomp(&mytm, &yourtm);
2347 && tmcomp(&alttm, &yourtm) == 0) {
2376 if (tmcomp(&mytm, &yourtm) != 0)
localtime.c 2114 tmcomp(register const struct tm *const atmp, function in typeref:typename:int
2281 } else dir = tmcomp(&mytm, &yourtm);
2347 && tmcomp(&alttm, &yourtm) == 0) {
2376 if (tmcomp(&mytm, &yourtm) != 0)

Completed in 35 milliseconds