Searched refs:png_snprintf (Results 1 – 1 of 1) sorted by relevance
1553 # define png_snprintf _fsnprintf /* Added to v 1.2.19 */ macro1563 # define png_snprintf _snprintf /* Added to v 1.2.19 */ macro1567 # define png_snprintf snprintf /* Added to v 1.2.19 */ macro1577 # define png_snprintf(s1,n,fmt,x1) sprintf(s1,fmt,x1) macro