Home
last modified time | relevance | path

Searched refs:tmcomp (Results 1 – 1 of 1) sorted by relevance

/mirbsd/src/lib/libc/time/
Dlocaltime.c174 static int tmcomp(const struct tm *atmp, const struct tm *btmp);
1378 tmcomp(atmp, btmp) in tmcomp() function
1515 } else dir = tmcomp(&mytm, &yourtm);
1555 if (tmcomp(&mytm, &yourtm) != 0)