/illumos-gate/usr/src/cmd/sendmail/libsmutil/ |
H A D | snprintf.c | 56 (void) sm_strlcat(buf, "...", sizeof buf);
|
H A D | safefile.c | 558 sm_strlcat(fullbuf, buf,
|
/illumos-gate/usr/src/cmd/sendmail/include/sm/ |
H A D | string.h | 74 sm_strlcat __P((char *_dst, const char *_src, ssize_t _len));
|
/illumos-gate/usr/src/cmd/sendmail/libsm/ |
H A D | niprop.c | 98 (void) sm_strlcat(keybuf, keyval, sizeof keybuf);
|
H A D | t-strl.c | 44 SM_TEST(sm_strlcat(s3, s2, 8) == 6); 52 SM_TEST(sm_strlcat(s3, s2, 3) == 4);
|
H A D | strl.c | 92 ** 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 D | ldap.c | 372 (void) sm_strlcat(fp,
|
/illumos-gate/usr/src/cmd/sendmail/libmilter/ |
H A D | smfi.c | 608 (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 D | smrsh.c | 204 (void) sm_strlcat(specialbuf, SPECIALS, sizeof specialbuf);
|
/illumos-gate/usr/src/cmd/sendmail/src/ |
H A D | usersmtp.c | 2336 (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 D | deliver.c | 1760 (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 D | main.c | 1253 (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 D | domain.c | 713 end = sm_strlcat(buf, mxhosts[i], len);
|
H A D | envelope.c | 1188 (void) sm_strlcat(bp, ">", sizeof(buf) - 1);
|
H A D | recipient.c | 591 if (sm_strlcat(obuf, p, sizeof(obuf)) >= sizeof(obuf))
|
H A D | util.c | 420 (void) sm_strlcat(str, "...", len);
|
H A D | parseaddr.c | 701 (void) sm_strlcat(obuf, DELIMCHARS, sizeof(obuf));
|
H A D | readcf.c | 3210 (void) sm_strlcat(buf, val, sizeof(buf));
|
H A D | map.c | 853 (void) sm_strlcat(host, d, hbsize); 2027 if (sm_strlcat(buf, ".db", sizeof(buf)) >= sizeof(buf))
|
H A D | queue.c | 8330 j += sm_strlcat(lsplits + j, 8432 j += sm_strlcat(lsplits + j,
|
H A D | conf.c | 733 (void) sm_strlcat(buf, " -a. -D", sizeof(buf));
|