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

/osnet-11/usr/src/cmd/sendmail/libsmutil/
H A Dsnprintf.c56 (void) sm_strlcat(buf, "...", sizeof buf);
H A Dsafefile.c558 sm_strlcat(fullbuf, buf,
/osnet-11/usr/src/cmd/sendmail/include/sm/
H A Dstring.h74 sm_strlcat __P((char *_dst, const char *_src, ssize_t _len));
/osnet-11/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,
/osnet-11/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);
/osnet-11/usr/src/cmd/sendmail/aux/
H A Dsmrsh.c204 (void) sm_strlcat(specialbuf, SPECIALS, sizeof specialbuf);
/osnet-11/usr/src/cmd/sendmail/src/
H A Dusersmtp.c2342 (void) sm_strlcat(bufp, " NOTIFY=", sizeof(optbuf));
2345 (void) sm_strlcat(bufp, "SUCCESS", sizeof(optbuf));
2351 (void) sm_strlcat(bufp, ",",
2353 (void) sm_strlcat(bufp, "FAILURE", sizeof(optbuf));
2359 (void) sm_strlcat(bufp, ",",
2361 (void) sm_strlcat(bufp, "DELAY", sizeof(optbuf));
2365 (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",
4148 (void) sm_strlcat(mbuf, " %s", sizeof(mbuf));
5174 (void) sm_strlcat(targetfile,
5176 (void) sm_strlcat(targetfile, filename,
5196 (void) sm_strlcat(targetfile, "/", sizeof(targetfile));
5198 (void) sm_strlcat(targetfile, filename + 1,
5201 (void) sm_strlcat(targetfil
[all...]
H A Dmain.c1256 (void) sm_strlcat(mbuf, ", stdin", sizeof(mbuf));
1258 (void) sm_strlcat(mbuf, ", stdout", sizeof(mbuf));
1260 (void) sm_strlcat(mbuf, ", stderr", sizeof(mbuf));
2355 (void) sm_strlcat(dtype, "+SMTP", sizeof(dtype));
2368 (void) sm_strlcat(dtype, "+debugging", sizeof(dtype));
H A Ddomain.c692 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.c699 (void) sm_strlcat(obuf, DELIMCHARS, sizeof(obuf));
H A Dmap.c848 (void) sm_strlcat(host, d, hbsize);
2022 if (sm_strlcat(buf, ".db", sizeof(buf)) >= sizeof(buf))
H A Dqueue.c8339 j += sm_strlcat(lsplits + j,
8441 j += sm_strlcat(lsplits + j,
H A Dconf.c731 (void) sm_strlcat(buf, " -a. -D", sizeof(buf));
H A Dreadcf.c3241 (void) sm_strlcat(buf, val, sizeof(buf));

Completed in 147 milliseconds