Lines Matching full:time_string
134 static char tIME_string[PNG_tIME_STRING_LENGTH] = "tIME chunk is not present";
1323 if (png_convert_to_rfc1123_buffer(tIME_string, mod_time) != 0)
1324 tIME_string[(sizeof tIME_string) - 1] = '\0';
1328 strncpy(tIME_string, "*** invalid time ***", (sizeof tIME_string));
1329 tIME_string[(sizeof tIME_string) - 1] = '\0';
1534 if (png_convert_to_rfc1123_buffer(tIME_string, mod_time) != 0)
1535 tIME_string[(sizeof tIME_string) - 1] = '\0';
1539 strncpy(tIME_string, "*** invalid time ***", sizeof tIME_string);
1540 tIME_string[(sizeof tIME_string)-1] = '\0';
1897 fprintf(STDERR, " tIME = %s\n", tIME_string);
1979 fprintf(STDERR, " tIME = %s\n", tIME_string);