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

/sendmail/libsmutil/
H A Dsnprintf.c53 (void) sm_strlcat(buf, "...", sizeof buf);
H A Dsafefile.c558 sm_strlcat(fullbuf, buf,
/sendmail/include/sm/
H A Dstring.h72 sm_strlcat __P((char *_dst, const char *_src, ssize_t _len));
/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.c372 (void) sm_strlcat(fp,
/sendmail/libmilter/
H A Dsmfi.c606 (void) sm_strlcat(buf, " ", len);
608 (void) sm_strlcat(buf, xcode, len);
612 (void) sm_strlcat(buf, " ", len);
613 (void) sm_strlcat(buf, message, len);
723 (void) sm_strlcat(buf, txt, len);
/sendmail/smrsh/
H A Dsmrsh.c202 (void) sm_strlcat(specialbuf, SPECIALS, sizeof specialbuf);
/sendmail/sendmail/
H A Dusersmtp.c2342 (void) sm_strlcat(bufp, " NOTIFY=", sizeof(optbuf));
2345 (void) sm_strlcat(bufp, "SUCCESS", sizeof(optbuf));
2351 (void) sm_strlcat(bufp, ",",
2353 (void) sm_strlcat(bufp, "FAILURE", sizeof(optbuf));
2359 (void) sm_strlcat(bufp, ",",
2361 (void) sm_strlcat(bufp, "DELAY", sizeof(optbuf));
2365 (void) sm_strlcat(bufp, "NEVER", sizeof(optbuf));
H A Ddeliver.c1761 (void) sm_strlcat(notify, "SUCCESS,",
1764 (void) sm_strlcat(notify, "FAILURE,",
1767 (void) sm_strlcat(notify, "DELAY,",
1772 (void) sm_strlcat(notify, "NEVER",
4155 (void) sm_strlcat(mbuf, " %s", sizeof(mbuf));
5181 (void) sm_strlcat(targetfile,
5183 (void) sm_strlcat(targetfile, filename,
5203 (void) sm_strlcat(targetfile, "/", sizeof(targetfile));
5205 (void) sm_strlcat(targetfile, filename + 1,
5208 (void) sm_strlcat(targetfil
[all...]
H A Dmain.c1252 (void) sm_strlcat(mbuf, ", stdin", sizeof(mbuf));
1254 (void) sm_strlcat(mbuf, ", stdout", sizeof(mbuf));
1256 (void) sm_strlcat(mbuf, ", stderr", sizeof(mbuf));
2357 (void) sm_strlcat(dtype, "+SMTP", sizeof(dtype));
2370 (void) sm_strlcat(dtype, "+debugging", sizeof(dtype));
H A Ddomain.c692 end = sm_strlcat(buf, mxhosts[i], len);
H A Denvelope.c1190 (void) sm_strlcat(bp, ">", sizeof(buf) - 1);
H A Drecipient.c589 if (sm_strlcat(obuf, p, sizeof(obuf)) >= sizeof(obuf))
H A Dutil.c420 (void) sm_strlcat(str, "...", len);
H A Dparseaddr.c700 (void) sm_strlcat(obuf, DELIMCHARS, sizeof(obuf));
H A Dmap.c848 (void) sm_strlcat(host, d, hbsize);
2022 if (sm_strlcat(buf, ".db", sizeof(buf)) >= sizeof(buf))
H A Dqueue.c8354 j += sm_strlcat(lsplits + j,
8456 j += sm_strlcat(lsplits + j,
H A Dconf.c738 (void) sm_strlcat(buf, " -a. -D", sizeof(buf));
H A Dreadcf.c3270 (void) sm_strlcat(buf, val, sizeof(buf));

Completed in 377 milliseconds