Searched refs:tm1 (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/wpa/src/utils/
H A Dos_win32.c65 struct tm tm, *tm1; local
85 tm1 = localtime(&t_local);
86 if (tm1) {
87 t1 = mktime(tm1);
88 tm1 = gmtime(&t_local);
89 if (tm1) {
90 t2 = mktime(tm1);
H A Dos_unix.c131 struct tm tm, *tm1; local
151 tm1 = localtime(&t_local);
152 if (tm1) {
153 t1 = mktime(tm1);
154 tm1 = gmtime(&t_local);
155 if (tm1) {
156 t2 = mktime(tm1);
/freebsd-12-stable/usr.bin/ncal/
H A Dncal.c483 struct tm *tm1; local
486 tm1 = localtime(&t);
487 dt.y = tm1->tm_year + 1900;
488 dt.m = tm1->tm_mon + 1;
489 dt.d = tm1->tm_mday;
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlvm.c188 const TValue *tm1 = fasttm(L, mt1, event); local
190 if (tm1 == NULL) return NULL; /* no metamethod */
191 if (mt1 == mt2) return tm1; /* same metatables => same metamethods */
194 if (luaV_rawequalobj(tm1, tm2)) /* same metamethods? */
195 return tm1;
/freebsd-12-stable/usr.bin/diff/
H A Ddiffreg.c1657 struct tm tm1, tm2, *tm_ptr1, *tm_ptr2; local
1665 tm_ptr1 = localtime_r(&stb1.st_mtime, &tm1);

Completed in 132 milliseconds