Home | History | Annotate | Download | only in libpng-1.2.19

Lines Matching refs:png_snprintf

1434 #  define png_snprintf _fsnprintf   /* Added to v 1.2.19 */
1446 # define png_snprintf _snprintf /* Added to v 1.2.19 */
1450 # define png_snprintf snprintf /* Added to v 1.2.19 */
1460 # define png_snprintf(s1,n,fmt,x1) sprintf(s1,fmt,x1)