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

/freebsd-9.3-release/contrib/wpa/src/utils/
H A Dos_win32.c58 struct tm tm, *tm1; local
78 tm1 = localtime(&t_local);
79 if (tm1) {
80 t1 = mktime(tm1);
81 tm1 = gmtime(&t_local);
82 if (tm1) {
83 t2 = mktime(tm1);
H A Dos_unix.c64 struct tm tm, *tm1; local
84 tm1 = localtime(&t_local);
85 if (tm1) {
86 t1 = mktime(tm1);
87 tm1 = gmtime(&t_local);
88 if (tm1) {
89 t2 = mktime(tm1);
/freebsd-9.3-release/contrib/file/src/
H A Dprint.c252 struct tm *tm1; local
254 tm1 = localtime(&now);
255 if (tm1 == NULL)
257 daylight = tm1->tm_isdst;
/freebsd-9.3-release/usr.bin/ncal/
H A Dncal.c479 struct tm *tm1; local
482 tm1 = localtime(&t);
483 dt.y = tm1->tm_year + 1900;
484 dt.m = tm1->tm_mon + 1;
485 dt.d = tm1->tm_mday;

Completed in 109 milliseconds