Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/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);
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dt-strl.c42 SM_TEST(sm_strlcat(s3, s2, 8) == 6);
50 SM_TEST(sm_strlcat(s3, s2, 3) == 4);
H A Dniprop.c96 (void) sm_strlcat(keybuf, keyval, sizeof keybuf);
H A Dstrl.c104 sm_strlcat(dst, src, size) in sm_strlcat() function
H A Dldap.c372 (void) sm_strlcat(fp,
/illumos-gate/usr/src/cmd/sendmail/libsmutil/
H A Dsnprintf.c53 (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.h72 sm_strlcat __P((char *_dst, const char *_src, ssize_t _len));
/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(targetfile, filename,
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.c711 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.c699 (void) sm_strlcat(obuf, DELIMCHARS, sizeof(obuf));
H A Dmap.c853 (void) sm_strlcat(host, d, hbsize);
2027 if (sm_strlcat(buf, ".db", sizeof(buf)) >= sizeof(buf))
H A Dqueue.c8331 j += sm_strlcat(lsplits + j,
8433 j += sm_strlcat(lsplits + j,
H A Dreadcf.c3210 (void) sm_strlcat(buf, val, sizeof(buf));
H A Dconf.c734 (void) sm_strlcat(buf, " -a. -D", sizeof(buf)); in inithostmaps()
/illumos-gate/usr/src/cmd/sendmail/util/
H A Dsmrsh.c202 (void) sm_strlcat(specialbuf, SPECIALS, sizeof specialbuf);