sm_strlcat
sm_strlcat __P((char *_dst, const char *_src, ssize_t _len));
(void) sm_strlcat(buf, " ", len);
(void) sm_strlcat(buf, xcode, len);
(void) sm_strlcat(buf, " ", len);
(void) sm_strlcat(buf, message, len);
(void) sm_strlcat(buf, txt, len);
(void) sm_strlcat(fp,
(void) sm_strlcat(keybuf, keyval, sizeof keybuf);
SM_TEST(sm_strlcat(s3, s2, 8) == 6);
SM_TEST(sm_strlcat(s3, s2, 3) == 4);
sm_strlcat(fullbuf, buf,
(void) sm_strlcat(buf, "...", sizeof buf);
(void) sm_strlcat(buf, " -a. -D", sizeof(buf));
(void) sm_strlcat(notify, "SUCCESS,",
(void) sm_strlcat(notify, "FAILURE,",
(void) sm_strlcat(notify, "DELAY,",
(void) sm_strlcat(notify, "NEVER",
(void) sm_strlcat(mbuf, " %s", sizeof(mbuf));
(void) sm_strlcat(targetfile,
(void) sm_strlcat(targetfile, filename,
(void) sm_strlcat(targetfile, "/", sizeof(targetfile));
(void) sm_strlcat(targetfile, filename + 1,
(void) sm_strlcat(targetfile, filename,
end = sm_strlcat(buf, mxhosts[i], len);
(void) sm_strlcat(bp, ">", sizeof(buf) - 1);
(void) sm_strlcat(mbuf, ", stdin", sizeof(mbuf));
(void) sm_strlcat(mbuf, ", stdout", sizeof(mbuf));
(void) sm_strlcat(mbuf, ", stderr", sizeof(mbuf));
(void) sm_strlcat(dtype, "+SMTP", sizeof(dtype));
(void) sm_strlcat(dtype, "+debugging", sizeof(dtype));
if (sm_strlcat(buf, ".db", sizeof(buf)) >= sizeof(buf))
(void) sm_strlcat(host, d, hbsize);
(void) sm_strlcat(obuf, DELIMCHARS, sizeof(obuf));
j += sm_strlcat(lsplits + j,
j += sm_strlcat(lsplits + j,
(void) sm_strlcat(buf, val, sizeof(buf));
if (sm_strlcat(obuf, p, sizeof(obuf)) >= sizeof(obuf))
(void) sm_strlcat(bufp, " NOTIFY=", sizeof(optbuf));
(void) sm_strlcat(bufp, "SUCCESS", sizeof(optbuf));
(void) sm_strlcat(bufp, ",",
(void) sm_strlcat(bufp, "FAILURE", sizeof(optbuf));
(void) sm_strlcat(bufp, ",",
(void) sm_strlcat(bufp, "DELAY", sizeof(optbuf));
(void) sm_strlcat(bufp, "NEVER", sizeof(optbuf));
(void) sm_strlcat(str, "...", len);
(void) sm_strlcat(specialbuf, SPECIALS, sizeof specialbuf);