Searched refs:snprintf (Results 1 - 7 of 7) sorted by relevance
/sendmail/test/ |
H A D | t_snprintf.c | 28 r = snprintf(buf, sizeof buf, "%s", TEST_STRING); 37 fprintf(stderr, "snprintf() appears to work properly\n");
|
/sendmail/libsm/ |
H A D | t-fget.c | 75 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 D | debug.c | 147 snprintf(str, sizeof(str), "[%d-%02d-%02d/%02d:%02d:%02d] ",
|
H A D | vfprintf.c | 539 snprintf(out, sizeof(out), fmt, width, 546 snprintf(out, sizeof(out), fmt, width,
|
/sendmail/libmilter/ |
H A D | example.c | 68 snprintf(host, sizeof host, "localhost"); 74 snprintf(hbuf, sizeof hbuf, "%s@%s", p, host);
|
/sendmail/include/sm/ |
H A D | conf.h | 420 # 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 D | map.c | 7428 (void) snprintf(result, sizeof(result),
|
Completed in 4239 milliseconds