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

/sendmail/libsmutil/
H A Dsnprintf.c58 (void) sm_strlcat2(buf, "...", s + l - m, sizeof buf);
/sendmail/libsm/
H A Dt-strl.c56 SM_TEST(sm_strlcat2(s3, r, s2, MAXL) == 7);
62 SM_TEST(sm_strlcat2(s3, r, s2, 6) == 7);
68 SM_TEST(sm_strlcat2(s3, r, s2, 2) == 7);
74 SM_TEST(sm_strlcat2(s3, r, s2, 4) == 7);
80 SM_TEST(sm_strlcat2(s3, r, s2, 5) == 7);
86 SM_TEST(sm_strlcat2(s3, r, s2, 6) == 7);
H A Dniprop.c94 (void) sm_strlcat2(keybuf, keyprop, "=", sizeof keybuf);
H A Dstrl.c148 sm_strlcat2(dst, src1, src2, len) function
/sendmail/include/sm/
H A Dstring.h75 sm_strlcat2 __P((char *, const char *, const char *, ssize_t));
/sendmail/smrsh/
H A Dsmrsh.c135 (void) sm_strlcat2(newcmdbuf, CMDDIR, "/", sizeof newcmdbuf);
/sendmail/libmilter/
H A Dsmfi.c717 (void) sm_strlcat2(buf, " ", txt, len);
722 (void) sm_strlcat2(buf, "\r\n", repl, len);
/sendmail/sendmail/
H A Ddaemon.c3253 (void) sm_strlcat2(hostbuf, ".", domainname, size);
H A Dmain.c2362 (void) sm_strlcat2(dtype,
H A Dmap.c845 (void) sm_strlcat2(host, ".", d,
872 (void) sm_strlcat2(host, ".", nis_domain, hbsize);
H A Dqueue.c8358 j += sm_strlcat2(lsplits + j,
8459 j += sm_strlcat2(lsplits + j, "; ",
H A Ddeliver.c3478 strsize += sm_strlcat2(tobuf + strsize, ",",

Completed in 2087 milliseconds