Searched refs:long_format_string (Results 1 – 1 of 1) sorted by relevance
79 const char *long_format_string = "The time it takes for step %d in the step sequence."; in WriteResults() local80 const size_t long_size = strlen(long_format_string) + 5; in WriteResults()86 snprintf (long_buffer, long_size, long_format_string, i); in WriteResults()