Searched refs:sm_strlcat2 (Results 1 - 12 of 12) sorted by relevance
/illumos-gate/usr/src/cmd/sendmail/libsmutil/ |
H A D | snprintf.c | 61 (void) sm_strlcat2(buf, "...", s + l - m, sizeof buf);
|
/illumos-gate/usr/src/cmd/sendmail/libsm/ |
H A D | t-strl.c | 58 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 D | niprop.c | 96 (void) sm_strlcat2(keybuf, keyprop, "=", sizeof keybuf);
|
H A D | strl.c | 150 sm_strlcat2(dst, src1, src2, len) function
|
/illumos-gate/usr/src/cmd/sendmail/include/sm/ |
H A D | string.h | 77 sm_strlcat2 __P((char *, const char *, const char *, ssize_t));
|
/illumos-gate/usr/src/cmd/sendmail/aux/ |
H A D | smrsh.c | 137 (void) sm_strlcat2(newcmdbuf, CMDDIR, "/", sizeof newcmdbuf);
|
/illumos-gate/usr/src/cmd/sendmail/libmilter/ |
H A D | smfi.c | 719 (void) sm_strlcat2(buf, " ", txt, len); 724 (void) sm_strlcat2(buf, "\r\n", repl, len);
|
/illumos-gate/usr/src/cmd/sendmail/src/ |
H A D | daemon.c | 3246 (void) sm_strlcat2(hostbuf, ".", domainname, size);
|
H A D | main.c | 2357 (void) sm_strlcat2(dtype,
|
H A D | map.c | 850 (void) sm_strlcat2(host, ".", d, 877 (void) sm_strlcat2(host, ".", nis_domain, hbsize);
|
H A D | queue.c | 8334 j += sm_strlcat2(lsplits + j, 8435 j += sm_strlcat2(lsplits + j, "; ",
|
H A D | deliver.c | 3470 strsize += sm_strlcat2(tobuf + strsize, ",",
|
Completed in 117 milliseconds