Searched refs:sm_strlcat2 (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/sendmail/libsm/ |
H A D | t-strl.c | 56 SM_TEST(sm_strlcat2(s3, r, s2, MAXL) == 7); 62 SM_TEST(sm_strlcat2(s3, r, s2, 6) == 7); 68 SM_TEST(sm_strlcat2(s3, r, s2, 2) == 7); 74 SM_TEST(sm_strlcat2(s3, r, s2, 4) == 7); 80 SM_TEST(sm_strlcat2(s3, r, s2, 5) == 7); 86 SM_TEST(sm_strlcat2(s3, r, s2, 6) == 7);
|
H A D | niprop.c | 94 (void) sm_strlcat2(keybuf, keyprop, "=", sizeof keybuf);
|
H A D | strl.c | 148 sm_strlcat2(dst, src1, src2, len) in sm_strlcat2() function
|
/freebsd/contrib/sendmail/libsmutil/ |
H A D | snprintf.c | 58 (void) sm_strlcat2(buf, "...", s + l - m, sizeof buf);
|
/freebsd/contrib/sendmail/include/sm/ |
H A D | string.h | 75 sm_strlcat2 __P((char *, const char *, const char *, ssize_t));
|
/freebsd/contrib/sendmail/libmilter/ |
H A D | smfi.c | 716 (void) sm_strlcat2(buf, " ", txt, len); 721 (void) sm_strlcat2(buf, "\r\n", repl, len);
|
/freebsd/contrib/sendmail/smrsh/ |
H A D | smrsh.c | 135 (void) sm_strlcat2(newcmdbuf, CMDDIR, "/", sizeof newcmdbuf);
|
/freebsd/contrib/sendmail/src/ |
H A D | map.c | 1098 (void) sm_strlcat2(host, ".", d, 1125 (void) sm_strlcat2(host, ".", nis_domain, hbsize);
|
H A D | queue.c | 8610 j += sm_strlcat2(lsplits + j, 8711 j += sm_strlcat2(lsplits + j, "; ",
|
H A D | daemon.c | 3466 (void) sm_strlcat2(hostbuf, ".", domainname, size);
|
H A D | main.c | 2427 (void) sm_strlcat2(dtype,
|
H A D | deliver.c | 4506 strsize += sm_strlcat2(tobuf + strsize, ",",
|