Searched refs:tIME_string (Results 1 – 2 of 2) sorted by relevance
120 static char tIME_string[PNG_tIME_STRING_LENGTH] = "tIME chunk is not present"; variable1281 if (png_convert_to_rfc1123_buffer(tIME_string, mod_time)) in test_one_file()1282 tIME_string[(sizeof tIME_string) - 1] = '\0'; in test_one_file()1286 strncpy(tIME_string, "*** invalid time ***", (sizeof tIME_string)); in test_one_file()1287 tIME_string[(sizeof tIME_string) - 1] = '\0'; in test_one_file()1463 if (png_convert_to_rfc1123_buffer(tIME_string, mod_time)) in test_one_file()1464 tIME_string[(sizeof tIME_string) - 1] = '\0'; in test_one_file()1468 strncpy(tIME_string, "*** invalid time ***", sizeof tIME_string); in test_one_file()1469 tIME_string[(sizeof tIME_string)-1] = '\0'; in test_one_file()1828 fprintf(STDERR, " tIME = %s\n", tIME_string); in main()[all …]
406 Changed "static pngcharp tIME_string" to "static char tIME_string[30]"2159 Shortened tIME_string to 29 bytes in pngtest.c