Home
last modified time | relevance | path

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

/openbsd/src/lib/libc/time/
Dlocaltime.c166 static int tmcomp(const struct tm * atmp,
1622 tmcomp(const struct tm *atmp, const struct tm *btmp) in tmcomp() function
1739 dir = tmcomp(&mytm, &yourtm); in time2sub()
1782 if (tmcomp(&mytm, &yourtm) != 0) in time2sub()