Home
last modified time | relevance | path

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

/external/libpng/
Dpngtest.c134 static char tIME_string[PNG_tIME_STRING_LENGTH] = "tIME chunk is not present"; variable
1323 if (png_convert_to_rfc1123_buffer(tIME_string, mod_time) != 0) in test_one_file()
1324 tIME_string[(sizeof tIME_string) - 1] = '\0'; in test_one_file()
1328 strncpy(tIME_string, "*** invalid time ***", (sizeof tIME_string)); in test_one_file()
1329 tIME_string[(sizeof tIME_string) - 1] = '\0'; in test_one_file()
1534 if (png_convert_to_rfc1123_buffer(tIME_string, mod_time) != 0) in test_one_file()
1535 tIME_string[(sizeof tIME_string) - 1] = '\0'; in test_one_file()
1539 strncpy(tIME_string, "*** invalid time ***", sizeof tIME_string); in test_one_file()
1540 tIME_string[(sizeof tIME_string)-1] = '\0'; in test_one_file()
1897 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
/external/opencv3/3rdparty/libpng/
DCHANGES406 Changed "static pngcharp tIME_string" to "static char tIME_string[30]"
2159 Shortened tIME_string to 29 bytes in pngtest.c