Searched defs:snprintf (Results 1 - 1 of 1) sorted by relevance

/sendmail/include/sm/
H A Dconf.h420 # define HASSNPRINTF 1 /* has snprintf(3c) starting in 2.6 */
889 # define HASSNPRINTF 1 /* has snprintf(3) (all versions?) */
960 # define HASSNPRINTF 1 /* has snprintf(3) (all versions?) */
2998 ** Some snprintf() implementations are rumored not to NUL terminate.
3001 # ifdef snprintf
3002 # undef snprintf macro
3003 # endif /* snprintf */
3004 # define snprintf sm_snprintf macro

Completed in 25 milliseconds