Symbol: sm_strlcat
usr/src/cmd/sendmail/include/sm/string.h
72
sm_strlcat __P((char *_dst, const char *_src, ssize_t _len));
usr/src/cmd/sendmail/libmilter/smfi.c
606
(void) sm_strlcat(buf, " ", len);
usr/src/cmd/sendmail/libmilter/smfi.c
608
(void) sm_strlcat(buf, xcode, len);
usr/src/cmd/sendmail/libmilter/smfi.c
612
(void) sm_strlcat(buf, " ", len);
usr/src/cmd/sendmail/libmilter/smfi.c
613
(void) sm_strlcat(buf, message, len);
usr/src/cmd/sendmail/libmilter/smfi.c
723
(void) sm_strlcat(buf, txt, len);
usr/src/cmd/sendmail/libsm/ldap.c
372
(void) sm_strlcat(fp,
usr/src/cmd/sendmail/libsm/niprop.c
96
(void) sm_strlcat(keybuf, keyval, sizeof keybuf);
usr/src/cmd/sendmail/libsm/t-strl.c
42
SM_TEST(sm_strlcat(s3, s2, 8) == 6);
usr/src/cmd/sendmail/libsm/t-strl.c
50
SM_TEST(sm_strlcat(s3, s2, 3) == 4);
usr/src/cmd/sendmail/libsmutil/safefile.c
558
sm_strlcat(fullbuf, buf,
usr/src/cmd/sendmail/libsmutil/snprintf.c
53
(void) sm_strlcat(buf, "...", sizeof buf);
usr/src/cmd/sendmail/src/conf.c
734
(void) sm_strlcat(buf, " -a. -D", sizeof(buf));
usr/src/cmd/sendmail/src/deliver.c
1760
(void) sm_strlcat(notify, "SUCCESS,",
usr/src/cmd/sendmail/src/deliver.c
1763
(void) sm_strlcat(notify, "FAILURE,",
usr/src/cmd/sendmail/src/deliver.c
1766
(void) sm_strlcat(notify, "DELAY,",
usr/src/cmd/sendmail/src/deliver.c
1771
(void) sm_strlcat(notify, "NEVER",
usr/src/cmd/sendmail/src/deliver.c
4147
(void) sm_strlcat(mbuf, " %s", sizeof(mbuf));
usr/src/cmd/sendmail/src/deliver.c
5173
(void) sm_strlcat(targetfile,
usr/src/cmd/sendmail/src/deliver.c
5175
(void) sm_strlcat(targetfile, filename,
usr/src/cmd/sendmail/src/deliver.c
5195
(void) sm_strlcat(targetfile, "/", sizeof(targetfile));
usr/src/cmd/sendmail/src/deliver.c
5197
(void) sm_strlcat(targetfile, filename + 1,
usr/src/cmd/sendmail/src/deliver.c
5200
(void) sm_strlcat(targetfile, filename,
usr/src/cmd/sendmail/src/domain.c
711
end = sm_strlcat(buf, mxhosts[i], len);
usr/src/cmd/sendmail/src/envelope.c
1190
(void) sm_strlcat(bp, ">", sizeof(buf) - 1);
usr/src/cmd/sendmail/src/main.c
1253
(void) sm_strlcat(mbuf, ", stdin", sizeof(mbuf));
usr/src/cmd/sendmail/src/main.c
1255
(void) sm_strlcat(mbuf, ", stdout", sizeof(mbuf));
usr/src/cmd/sendmail/src/main.c
1257
(void) sm_strlcat(mbuf, ", stderr", sizeof(mbuf));
usr/src/cmd/sendmail/src/main.c
2352
(void) sm_strlcat(dtype, "+SMTP", sizeof(dtype));
usr/src/cmd/sendmail/src/main.c
2365
(void) sm_strlcat(dtype, "+debugging", sizeof(dtype));
usr/src/cmd/sendmail/src/map.c
2027
if (sm_strlcat(buf, ".db", sizeof(buf)) >= sizeof(buf))
usr/src/cmd/sendmail/src/map.c
853
(void) sm_strlcat(host, d, hbsize);
usr/src/cmd/sendmail/src/parseaddr.c
699
(void) sm_strlcat(obuf, DELIMCHARS, sizeof(obuf));
usr/src/cmd/sendmail/src/queue.c
8331
j += sm_strlcat(lsplits + j,
usr/src/cmd/sendmail/src/queue.c
8433
j += sm_strlcat(lsplits + j,
usr/src/cmd/sendmail/src/readcf.c
3210
(void) sm_strlcat(buf, val, sizeof(buf));
usr/src/cmd/sendmail/src/recipient.c
589
if (sm_strlcat(obuf, p, sizeof(obuf)) >= sizeof(obuf))
usr/src/cmd/sendmail/src/usersmtp.c
2336
(void) sm_strlcat(bufp, " NOTIFY=", sizeof(optbuf));
usr/src/cmd/sendmail/src/usersmtp.c
2339
(void) sm_strlcat(bufp, "SUCCESS", sizeof(optbuf));
usr/src/cmd/sendmail/src/usersmtp.c
2345
(void) sm_strlcat(bufp, ",",
usr/src/cmd/sendmail/src/usersmtp.c
2347
(void) sm_strlcat(bufp, "FAILURE", sizeof(optbuf));
usr/src/cmd/sendmail/src/usersmtp.c
2353
(void) sm_strlcat(bufp, ",",
usr/src/cmd/sendmail/src/usersmtp.c
2355
(void) sm_strlcat(bufp, "DELAY", sizeof(optbuf));
usr/src/cmd/sendmail/src/usersmtp.c
2359
(void) sm_strlcat(bufp, "NEVER", sizeof(optbuf));
usr/src/cmd/sendmail/src/util.c
420
(void) sm_strlcat(str, "...", len);
usr/src/cmd/sendmail/util/smrsh.c
202
(void) sm_strlcat(specialbuf, SPECIALS, sizeof specialbuf);