Searched refs:tm1 (Results 1 – 3 of 3) sorted by relevance
80 struct tm tm, *tm1; in os_mktime() local101 tm1 = localtime(&t_local); in os_mktime()102 if (tm1) { in os_mktime()103 t1 = mktime(tm1); in os_mktime()104 tm1 = gmtime(&t_local); in os_mktime()105 if (tm1) { in os_mktime()106 t2 = mktime(tm1); in os_mktime()
65 struct tm tm, *tm1; in os_mktime() local85 tm1 = localtime(&t_local); in os_mktime()86 if (tm1) { in os_mktime()87 t1 = mktime(tm1); in os_mktime()88 tm1 = gmtime(&t_local); in os_mktime()89 if (tm1) { in os_mktime()90 t2 = mktime(tm1); in os_mktime()
137 struct tm tm, *tm1; in os_mktime() local157 tm1 = localtime(&t_local); in os_mktime()158 if (tm1) { in os_mktime()159 t1 = mktime(tm1); in os_mktime()160 tm1 = gmtime(&t_local); in os_mktime()161 if (tm1) { in os_mktime()162 t2 = mktime(tm1); in os_mktime()