Searched refs:tIME_string (Results 1 – 2 of 2) sorted by relevance
142 static char tIME_string[29] = "tIME chunk is not present"; variable1347 if (png_convert_to_rfc1123_buffer(tIME_string, mod_time) != 0) in test_one_file()1348 tIME_string[(sizeof tIME_string) - 1] = '\0'; in test_one_file()1352 strncpy(tIME_string, "*** invalid time ***", (sizeof tIME_string)); in test_one_file()1353 tIME_string[(sizeof tIME_string) - 1] = '\0'; in test_one_file()1558 if (png_convert_to_rfc1123_buffer(tIME_string, mod_time) != 0) in test_one_file()1559 tIME_string[(sizeof tIME_string) - 1] = '\0'; in test_one_file()1563 strncpy(tIME_string, "*** invalid time ***", sizeof tIME_string); in test_one_file()1564 tIME_string[(sizeof tIME_string)-1] = '\0'; in test_one_file()1915 fprintf(STDERR, " tIME = %s\n", tIME_string); in main()[all …]
412 Changed "static pngcharp tIME_string" to "static char tIME_string[30]"2167 Shortened tIME_string to 29 bytes in pngtest.c