Searched refs:time_buf (Results 1 – 2 of 2) sorted by relevance
284 char *time_buf, *last; in throughput_clear() local286 time_buf = ctime(&t->BestOctetsPerSecondTime); in throughput_clear()287 last = time_buf + strlen(time_buf); in throughput_clear()288 if (last > time_buf && *--last == '\n') in throughput_clear()291 t->BestOctetsPerSecond, time_buf); in throughput_clear()
688 wchar_t time_buf[29]; in png_convert_to_rfc1123() local689 wsprintf(time_buf, TEXT("%d %S %d %02d:%02d:%02d +0000"), in png_convert_to_rfc1123()693 WideCharToMultiByte(CP_ACP, 0, time_buf, -1, png_ptr->time_buffer, in png_convert_to_rfc1123()