Home | History | Annotate | Download | only in libpng

Lines Matching refs:APPEND_STRING

716 #     define APPEND_STRING(string) pos = png_safecat(out, 29, pos, (string))
718 APPEND_STRING(PNG_FORMAT_NUMBER(number_buf, format, (value)))
723 APPEND_STRING(short_months[(ptime->month - 1)]);
732 APPEND_STRING(" +0000"); /* This reliably terminates the buffer */
737 # undef APPEND_STRING