Searched refs:time_cstr (Results 1 – 1 of 1) sorted by relevance
153 char *time_cstr = ::ctime_r(&time, time_buf); in Dump() local154 if (time_cstr) in Dump()156 char *newline = ::strpbrk(time_cstr, "\n\r"); in Dump()160 s->Printf("%-*s", width, time_cstr); in Dump()162 s->PutCString(time_cstr); in Dump()