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

/sendmail/test/
H A Dt_snprintf.c28 r = snprintf(buf, sizeof buf, "%s", TEST_STRING);
37 fprintf(stderr, "snprintf() appears to work properly\n");
/sendmail/libsm/
H A Dt-fget.c75 l = snprintf(res, sizeof(res), "%c%s\n", '\0', "test ing");
78 l = snprintf(res, sizeof(res), "%c%s%c\n", '\0', "test ing", '\0');
81 l = snprintf(res, sizeof(res), "%c%s%c%s\n",
H A Ddebug.c147 snprintf(str, sizeof(str), "[%d-%02d-%02d/%02d:%02d:%02d] ",
H A Dvfprintf.c539 snprintf(out, sizeof(out), fmt, width,
546 snprintf(out, sizeof(out), fmt, width,
/sendmail/libmilter/
H A Dexample.c68 snprintf(host, sizeof host, "localhost");
74 snprintf(hbuf, sizeof hbuf, "%s@%s", p, host);
/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
/sendmail/sendmail/
H A Dmap.c7428 (void) snprintf(result, sizeof(result),

Completed in 4239 milliseconds