Searched refs:atmp (Results 1 – 2 of 2) sorted by relevance
231 tmcomp(const struct tm * const atmp, const struct tm * const btmp) in tmcomp() argument235 if ((result = (atmp->tm_year - btmp->tm_year)) == 0 && in tmcomp()236 (result = (atmp->tm_mon - btmp->tm_mon)) == 0 && in tmcomp()237 (result = (atmp->tm_mday - btmp->tm_mday)) == 0 && in tmcomp()238 (result = (atmp->tm_hour - btmp->tm_hour)) == 0 && in tmcomp()239 (result = (atmp->tm_min - btmp->tm_min)) == 0) in tmcomp()240 result = atmp->tm_sec - btmp->tm_sec; in tmcomp()
425 $ write atmp xline432 $ close atmp