Searched refs:atmp (Results 1 – 2 of 2) sorted by relevance
158 static int tmcomp P((const struct tm * atmp,1216 tmcomp(atmp, btmp) in tmcomp() argument1217 register const struct tm * const atmp; in tmcomp()1222 if ((result = (atmp->tm_year - btmp->tm_year)) == 0 &&1223 (result = (atmp->tm_mon - btmp->tm_mon)) == 0 &&1224 (result = (atmp->tm_mday - btmp->tm_mday)) == 0 &&1225 (result = (atmp->tm_hour - btmp->tm_hour)) == 0 &&1226 (result = (atmp->tm_min - btmp->tm_min)) == 0)1227 result = atmp->tm_sec - btmp->tm_sec;
304 __nis_obj_attr_t **atmp; in mapFromLDAP() local310 atmp = realloc(attr, in mapFromLDAP()312 if (tmp == 0 || atmp == 0) { in mapFromLDAP()322 sfree(atmp); in mapFromLDAP()332 attr = atmp; in mapFromLDAP()