Lines Matching defs:tm
29 #include <isc/tm.h>
381 struct tm tm;
391 flen = strftime(buf, len, "%d-%b-%Y %X", localtime_r(&now, &tm));
409 struct tm tm;
423 gmtime_r(&now, &tm));
432 struct tm t_tm;
454 struct tm tm;
464 flen = strftime(buf, len, "%Y-%m-%dT%H:%M:%SZ", gmtime_r(&now, &tm));
476 struct tm tm;
486 flen = strftime(buf, len, "%Y-%m-%dT%H:%M:%SZ", gmtime_r(&now, &tm));