Home | History | Annotate | Download | only in liblog

Lines Matching defs:ptm

1274     struct tm* ptm;
1314 ptm = NULL;
1320 ptm = localtime_r(&now, &tmBuf);
1322 ptm = localtime(&now);
1326 ptm);
1336 if (p_format->zone_output && ptm) {
1337 strftime(timeBuf + len, sizeof(timeBuf) - len, " %z", ptm);