Lines Matching full:timebuf
1123 char timebuf[200];1127 strftime(timebuf, sizeof(timebuf), "%c", xtm);1128 os << t << ":" << timebuf << separator;