Home | History | Annotate | Download | only in libpng

Lines Matching refs:png_snprintf

1625 #  define png_snprintf _fsnprintf   /* Added to v 1.2.19 */
1635 # define png_snprintf _snprintf /* Added to v 1.2.19 */
1639 # define png_snprintf snprintf /* Added to v 1.2.19 */
1650 # define png_snprintf(s1,n,fmt,x1) sprintf(s1,fmt,x1)