Searched refs:INT_SPRINTF (Results 1 - 2 of 2) sorted by relevance

/haiku/src/tools/unzip/unix/
H A Dunxcfg.h25 # define INT_SPRINTF macro
/haiku/src/bin/unzip/
H A Dunzpriv.h281 # define INT_SPRINTF macro
318 # define INT_SPRINTF macro
353 # define INT_SPRINTF macro
758 /* OS-specific exceptions to the "ANSI <--> INT_SPRINTF" rule */
760 #if (!defined(PCHAR_SPRINTF) && !defined(INT_SPRINTF))
762 # define INT_SPRINTF /* sprintf() returns int: SysVish/Posix */ macro
765 # define INT_SPRINTF /* sprintf() returns int: ANSI */ macro
769 # define INT_SPRINTF /* sprintf() returns int: ANSI/Posix */ macro
776 # define INT_SPRINTF /* sprintf() returns int: ANSI/Posix */ macro
785 #if (!defined(PCHAR_SPRINTF) && !defined(INT_SPRINTF))
787 # define INT_SPRINTF macro
[all...]

Completed in 117 milliseconds