Searched refs:sm_strlcat (Results 1 - 22 of 22) sorted by relevance

/freebsd-11-stable/contrib/sendmail/libsmutil/
H A Dsnprintf.c53 (void) sm_strlcat(buf, "...", sizeof buf);
H A Dsafefile.c557 sm_strlcat(fullbuf, buf,
/freebsd-11-stable/contrib/sendmail/include/sm/
H A Dstring.h72 sm_strlcat __P((char *_dst, const char *_src, ssize_t _len));
/freebsd-11-stable/contrib/sendmail/libsm/
H A Db-strl.c47 printf("strlcpy() and sm_strlcpy(), and strlcat() and sm_strlcat().\n");
110 printf("Test 1: strlcat() versus sm_strlcat()\n");
128 sm_strlcat(dest, source, SRC_SIZE - 1);
H A Dniprop.c96 (void) sm_strlcat(keybuf, keyval, sizeof keybuf);
H A Dt-strl.c42 SM_TEST(sm_strlcat(s3, s2, 8) == 6);
50 SM_TEST(sm_strlcat(s3, s2, 3) == 4);
H A Dstrl.c90 ** if (sm_strlcat(buf, s, sizeof(buf)) >= sizeof(buf))
104 sm_strlcat(dst, src, size) function
130 ** use this instead of sm_strlcat(dst,src1); sm_strlcat(dst,src2);
H A Dldap.c587 (void) sm_strlcat(fp,
/freebsd-11-stable/contrib/sendmail/libmilter/
H A Dsmfi.c605 (void) sm_strlcat(buf, " ", len);
607 (void) sm_strlcat(buf, xcode, len);
611 (void) sm_strlcat(buf, " ", len);
612 (void) sm_strlcat(buf, message, len);
722 (void) sm_strlcat(buf, txt, len);
/freebsd-11-stable/contrib/sendmail/smrsh/
H A Dsmrsh.c202 (void) sm_strlcat(specialbuf, SPECIALS, sizeof specialbuf);
/freebsd-11-stable/contrib/sendmail/src/
H A Dusersmtp.c2380 (void) sm_strlcat(bufp, " NOTIFY=", sizeof(optbuf));
2383 (void) sm_strlcat(bufp, "SUCCESS", sizeof(optbuf));
2389 (void) sm_strlcat(bufp, ",",
2391 (void) sm_strlcat(bufp, "FAILURE", sizeof(optbuf));
2397 (void) sm_strlcat(bufp, ",",
2399 (void) sm_strlcat(bufp, "DELAY", sizeof(optbuf));
2403 (void) sm_strlcat(bufp, "NEVER", sizeof(optbuf));
H A Dmain.c1266 (void) sm_strlcat(mbuf, ", stdin", sizeof(mbuf));
1268 (void) sm_strlcat(mbuf, ", stdout", sizeof(mbuf));
1270 (void) sm_strlcat(mbuf, ", stderr", sizeof(mbuf));
2374 (void) sm_strlcat(dtype, "+SMTP", sizeof(dtype));
2387 (void) sm_strlcat(dtype, "+debugging", sizeof(dtype));
2602 (void) sm_strlcat(buf, " (may be forged)",
H A Ddeliver.c1812 (void) sm_strlcat(notify, "SUCCESS,",
1815 (void) sm_strlcat(notify, "FAILURE,",
1818 (void) sm_strlcat(notify, "DELAY,",
1823 (void) sm_strlcat(notify, "NEVER",
4279 (void) sm_strlcat(bp, SmtpError,
4362 (void) sm_strlcat(mbuf, " %s", sizeof(mbuf));
5434 (void) sm_strlcat(targetfile,
5436 (void) sm_strlcat(targetfile, filename,
5456 (void) sm_strlcat(targetfile, "/", sizeof(targetfile));
5458 (void) sm_strlcat(targetfil
[all...]
H A Ddomain.c1175 end = sm_strlcat(buf, mxhosts[i], len);
H A Denvelope.c1215 (void) sm_strlcat(bp, ">", sizeof(buf) - 1);
H A Drecipient.c594 if (sm_strlcat(obuf, p, sizeof(obuf)) >= sizeof(obuf))
H A Dmap.c869 (void) sm_strlcat(host, d, hbsize);
2068 if (sm_strlcat(buf, ".db", sizeof(buf)) >= sizeof(buf))
2766 if (sm_strlcat(buf, ".tmp", sizeof buf) >= sizeof buf)
3034 sm_strlcat(tmpfn, ".tmp", sizeof tmpfn) >= sizeof tmpfn)
H A Dutil.c420 (void) sm_strlcat(str, "...", len);
H A Dparseaddr.c709 (void) sm_strlcat(obuf, DELIMCHARS, sizeof(obuf));
H A Dqueue.c8543 j += sm_strlcat(lsplits + j,
8645 j += sm_strlcat(lsplits + j,
H A Dconf.c787 (void) sm_strlcat(buf, " -a. -D", sizeof(buf));
H A Dreadcf.c3844 (void) sm_strlcat(buf, val, sizeof(buf));

Completed in 313 milliseconds