Searched refs:tIME_string (Results 1 – 2 of 2) sorted by relevance
91 static char tIME_string[PNG_tIME_STRING_LENGTH] = "tIME chunk is not present"; variable1109 png_memcpy(tIME_string, in test_one_file()1111 png_sizeof(tIME_string)); in test_one_file()1112 tIME_string[png_sizeof(tIME_string) - 1] = '\0'; in test_one_file()1296 png_memcpy(tIME_string, in test_one_file()1298 png_sizeof(tIME_string)); in test_one_file()1299 tIME_string[png_sizeof(tIME_string) - 1] = '\0'; in test_one_file()1566 fprintf(STDERR, " tIME = %s\n", tIME_string); in main()1641 fprintf(STDERR, " tIME = %s\n", tIME_string); in main()
386 Changed "static pngcharp tIME_string" to "static char tIME_string[30]"2245 Shortened tIME_string to 29 bytes in pngtest.c (bug introduced in