Searched refs:sm_strlcat2 (Results 1 - 12 of 12) sorted by relevance

/osnet-11/usr/src/cmd/sendmail/libsmutil/
H A Dsnprintf.c61 (void) sm_strlcat2(buf, "...", s + l - m, sizeof buf);
/osnet-11/usr/src/cmd/sendmail/libsm/
H A Dt-strl.c58 SM_TEST(sm_strlcat2(s3, r, s2, MAXL) == 7);
64 SM_TEST(sm_strlcat2(s3, r, s2, 6) == 7);
70 SM_TEST(sm_strlcat2(s3, r, s2, 2) == 7);
76 SM_TEST(sm_strlcat2(s3, r, s2, 4) == 7);
82 SM_TEST(sm_strlcat2(s3, r, s2, 5) == 7);
88 SM_TEST(sm_strlcat2(s3, r, s2, 6) == 7);
H A Dniprop.c96 (void) sm_strlcat2(keybuf, keyprop, "=", sizeof keybuf);
H A Dstrl.c150 sm_strlcat2(dst, src1, src2, len) function
/osnet-11/usr/src/cmd/sendmail/include/sm/
H A Dstring.h77 sm_strlcat2 __P((char *, const char *, const char *, ssize_t));
/osnet-11/usr/src/cmd/sendmail/aux/
H A Dsmrsh.c137 (void) sm_strlcat2(newcmdbuf, CMDDIR, "/", sizeof newcmdbuf);
/osnet-11/usr/src/cmd/sendmail/libmilter/
H A Dsmfi.c719 (void) sm_strlcat2(buf, " ", txt, len);
724 (void) sm_strlcat2(buf, "\r\n", repl, len);
/osnet-11/usr/src/cmd/sendmail/src/
H A Ddaemon.c3252 (void) sm_strlcat2(hostbuf, ".", domainname, size);
H A Dmain.c2360 (void) sm_strlcat2(dtype,
H A Dmap.c845 (void) sm_strlcat2(host, ".", d,
872 (void) sm_strlcat2(host, ".", nis_domain, hbsize);
H A Dqueue.c8343 j += sm_strlcat2(lsplits + j,
8444 j += sm_strlcat2(lsplits + j, "; ",
H A Ddeliver.c3471 strsize += sm_strlcat2(tobuf + strsize, ",",

Completed in 77 milliseconds