Home
last modified time | relevance | path

Searched refs:png_snprintf2 (Results 1 – 1 of 1) sorted by relevance

/utopia/UTPA2-700.0.x/modules/gpd/drv/gpd/
H A Dpngconf.h1564 # define png_snprintf2 _snprintf macro
1568 # define png_snprintf2 snprintf macro
1578 # define png_snprintf2(s1,n,fmt,x1,x2) sprintf(s1,fmt,x1,x2) macro