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

/illumos-gate/usr/src/cmd/sendmail/libsmutil/
H A Dsnprintf.c56 (void) sm_strlcat(buf, "...", sizeof buf);
H A Dsafefile.c558 sm_strlcat(fullbuf, buf,
/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dstring.h74 sm_strlcat __P((char *_dst, const char *_src, ssize_t _len));
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dniprop.c98 (void) sm_strlcat(keybuf, keyval, sizeof keybuf);
H A Dt-strl.c44 SM_TEST(sm_strlcat(s3, s2, 8) == 6);
52 SM_TEST(sm_strlcat(s3, s2, 3) == 4);
H A Dstrl.c92 ** if (sm_strlcat(buf, s, sizeof(buf)) >= sizeof(buf))
106 sm_strlcat(dst, src, size) function
132 ** use this instead of sm_strlcat(dst,src1); sm_strlcat(dst,src2);
H A Dldap.c372 (void) sm_strlcat(fp,
/illumos-gate/usr/src/cmd/sendmail/libmilter/
H A Dsmfi.c608 (void) sm_strlcat(buf, " ", len);
610 (void) sm_strlcat(buf, xcode, len);
614 (void) sm_strlcat(buf, " ", len);
615 (void) sm_strlcat(buf, message, len);
725 (void) sm_strlcat(buf, txt, len);
/illumos-gate/usr/src/cmd/sendmail/aux/
H A Dsmrsh.c204 (void) sm_strlcat(specialbuf, SPECIALS, sizeof specialbuf);
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dusersmtp.c2336 (void) sm_strlcat(bufp, " NOTIFY=", sizeof(optbuf));
2339 (void) sm_strlcat(bufp, "SUCCESS", sizeof(optbuf));
2345 (void) sm_strlcat(bufp, ",",
2347 (void) sm_strlcat(bufp, "FAILURE", sizeof(optbuf));
2353 (void) sm_strlcat(bufp, ",",
2355 (void) sm_strlcat(bufp, "DELAY", sizeof(optbuf));
2359 (void) sm_strlcat(bufp, "NEVER", sizeof(optbuf));
H A Ddeliver.c1760 (void) sm_strlcat(notify, "SUCCESS,",
1763 (void) sm_strlcat(notify, "FAILURE,",
1766 (void) sm_strlcat(notify, "DELAY,",
1771 (void) sm_strlcat(notify, "NEVER",
4147 (void) sm_strlcat(mbuf, " %s", sizeof(mbuf));
5173 (void) sm_strlcat(targetfile,
5175 (void) sm_strlcat(targetfile, filename,
5195 (void) sm_strlcat(targetfile, "/", sizeof(targetfile));
5197 (void) sm_strlcat(targetfile, filename + 1,
5200 (void) sm_strlcat(targetfil
[all...]
H A Dmain.c1253 (void) sm_strlcat(mbuf, ", stdin", sizeof(mbuf));
1255 (void) sm_strlcat(mbuf, ", stdout", sizeof(mbuf));
1257 (void) sm_strlcat(mbuf, ", stderr", sizeof(mbuf));
2352 (void) sm_strlcat(dtype, "+SMTP", sizeof(dtype));
2365 (void) sm_strlcat(dtype, "+debugging", sizeof(dtype));
H A Ddomain.c713 end = sm_strlcat(buf, mxhosts[i], len);
H A Denvelope.c1188 (void) sm_strlcat(bp, ">", sizeof(buf) - 1);
H A Drecipient.c591 if (sm_strlcat(obuf, p, sizeof(obuf)) >= sizeof(obuf))
H A Dutil.c420 (void) sm_strlcat(str, "...", len);
H A Dparseaddr.c701 (void) sm_strlcat(obuf, DELIMCHARS, sizeof(obuf));
H A Dreadcf.c3210 (void) sm_strlcat(buf, val, sizeof(buf));
H A Dmap.c853 (void) sm_strlcat(host, d, hbsize);
2027 if (sm_strlcat(buf, ".db", sizeof(buf)) >= sizeof(buf))
H A Dqueue.c8330 j += sm_strlcat(lsplits + j,
8432 j += sm_strlcat(lsplits + j,
H A Dconf.c733 (void) sm_strlcat(buf, " -a. -D", sizeof(buf));

Completed in 204 milliseconds