Home
last modified time | relevance | path

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

/external/syslinux/com32/include/
Dpngconf.h1628 # define png_snprintf2 _snprintf macro
1632 # define png_snprintf2 snprintf macro
1643 # define png_snprintf2(s1,n,fmt,x1,x2) sprintf(s1,fmt,x1,x2) macro