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

/freebsd-10.2-release/contrib/file/src/
H A Dprint.c236 struct tm *tm, tmz; local
249 tm = localtime_r(&t, &tmz);
251 tm = gmtime_r(&t, &tmz);

Completed in 41 milliseconds