Searched refs:short_months (Results 1 – 5 of 5) sorted by relevance
595 static PNG_CONST char short_months[12][4] = in png_convert_to_rfc1123() local627 APPEND_STRING(short_months[(ptime->month - 1)]); in png_convert_to_rfc1123()
302 Fixed dimensions of "short_months" array in pngwrite.c
691 static PNG_CONST char short_months[12][4] = in png_convert_to_rfc1123_buffer() local716 APPEND_STRING(short_months[(ptime->month - 1)]); in png_convert_to_rfc1123_buffer()
698 static PNG_CONST char short_months[12][4] = in png_convert_to_rfc1123_buffer() local723 APPEND_STRING(short_months[(ptime->month - 1)]); in png_convert_to_rfc1123_buffer()
309 Fixed dimensions of "short_months" array in pngwrite.c