Home
last modified time | relevance | path

Searched refs:tIME_string (Results 1 – 2 of 2) sorted by relevance

/external/libpng/
Dpngtest.c125 static char tIME_string[PNG_tIME_STRING_LENGTH] = "tIME chunk is not present"; variable
1348 if (png_convert_to_rfc1123_buffer(tIME_string, mod_time) != 0) in test_one_file()
1349 tIME_string[(sizeof tIME_string) - 1] = '\0'; in test_one_file()
1353 strncpy(tIME_string, "*** invalid time ***", (sizeof tIME_string)); in test_one_file()
1354 tIME_string[(sizeof tIME_string) - 1] = '\0'; in test_one_file()
1584 if (png_convert_to_rfc1123_buffer(tIME_string, mod_time) != 0) in test_one_file()
1585 tIME_string[(sizeof tIME_string) - 1] = '\0'; in test_one_file()
1589 strncpy(tIME_string, "*** invalid time ***", sizeof tIME_string); in test_one_file()
1590 tIME_string[(sizeof tIME_string)-1] = '\0'; in test_one_file()
1961 fprintf(STDERR, " tIME = %s\n", tIME_string); in main()
[all …]
DCHANGES413 Changed "static pngcharp tIME_string" to "static char tIME_string[30]"
2168 Shortened tIME_string to 29 bytes in pngtest.c