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

Lines Matching refs:s1

1460 #    define png_snprintf(s1,n,fmt,x1) sprintf(s1,fmt,x1)
1461 # define png_snprintf2(s1,n,fmt,x1,x2) sprintf(s1,fmt,x1,x2)
1462 # define png_snprintf6(s1,n,fmt,x1,x2,x3,x4,x5,x6) \
1463 sprintf(s1,fmt,x1,x2,x3,x4,x5,x6)