Searched defs:APPEND_STRING (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpng.c606 # define APPEND_STRING(string)\ macro
610 APPEND_STRING(PNG_FORMAT_NUMBER(number_buf, format, (value)))
617 APPEND_STRING(short_months[(ptime->month - 1) % 12]);
626 APPEND_STRING(" +0000"); /* This reliably terminates the buffer */
630 # undef APPEND_STRING macro

Completed in 35 milliseconds