strlcat 4 examples/libsmbclient/smbwrapper/bsd-strlfunc.h extern size_t strlcat(char *dst, const char *src, size_t siz); strlcat 119 lib/replace/test/testsuite.c if (strlcat(tmp, "bla", 3) != 3) { strlcat 130 lib/replace/test/testsuite.c if (strlcat(tmp, "me", 4) != 4) { strlcat 711 source3/client/mount.cifs.c strlcat(out, ",", out_len + word_len + 2); strlcat 736 source3/client/mount.cifs.c strlcat(out, ",", out_len + word_len + 6); strlcat 752 source3/client/mount.cifs.c strlcat(out, ",", out_len + word_len + 6); strlcat 1415 source3/client/mount.cifs.c strlcat(options,share_name,options_size); strlcat 1424 source3/client/mount.cifs.c strlcat(options,",user=",options_size); strlcat 1425 source3/client/mount.cifs.c strlcat(options,user_name,options_size); strlcat 1430 source3/client/mount.cifs.c strlcat(options,",domain=",options_size); strlcat 1431 source3/client/mount.cifs.c strlcat(options,domain_name,options_size); strlcat 1435 source3/client/mount.cifs.c strlcat(options,",ver=",options_size); strlcat 1436 source3/client/mount.cifs.c strlcat(options,MOUNT_CIFS_VERSION_MAJOR,options_size); strlcat 1439 source3/client/mount.cifs.c strlcat(options,",",options_size); strlcat 1440 source3/client/mount.cifs.c strlcat(options,orgoptions,options_size); strlcat 1443 source3/client/mount.cifs.c strlcat(options,",prefixpath=",options_size); strlcat 1444 source3/client/mount.cifs.c strlcat(options,prefixpath,options_size); /* no need to cat the / */ strlcat 1451 source3/client/mount.cifs.c strlcat(options, ",ip=", options_size); strlcat 1487 source3/client/mount.cifs.c strlcat(options,",pass=",options_size); strlcat 1488 source3/client/mount.cifs.c strlcat(options,mountpassword,options_size); strlcat 1554 source3/client/mount.cifs.c strlcat(mountent.mnt_opts,"ro",220); strlcat 1556 source3/client/mount.cifs.c strlcat(mountent.mnt_opts,"rw",220); strlcat 1558 source3/client/mount.cifs.c strlcat(mountent.mnt_opts,",mand",220); strlcat 1560 source3/client/mount.cifs.c strlcat(mountent.mnt_opts,",noexec",220); strlcat 1562 source3/client/mount.cifs.c strlcat(mountent.mnt_opts,",nosuid",220); strlcat 1564 source3/client/mount.cifs.c strlcat(mountent.mnt_opts,",nodev",220); strlcat 1566 source3/client/mount.cifs.c strlcat(mountent.mnt_opts,",sync",220); strlcat 1569 source3/client/mount.cifs.c strlcat(mountent.mnt_opts, strlcat 1571 source3/client/mount.cifs.c strlcat(mountent.mnt_opts, strlcat 57 source3/libads/ads_struct.c strlcat(ret, p, len); strlcat 108 source3/pam_smbpass/support.c strlcat(mod_format, format, strlen(format)+1); strlcat 5367 source3/torture/torture.c strlcat(fname, "test .txt", sizeof(fname)); strlcat 622 source4/heimdal/kdc/krb5tgs.c strlcat(rs, ", ", l); strlcat 623 source4/heimdal/kdc/krb5tgs.c strlcat(rs, realms[i], l); strlcat 386 source4/heimdal/lib/hdb/hdb.c strlcat(buf, ", ", len); strlcat 387 source4/heimdal/lib/hdb/hdb.c strlcat(buf, h->prefix, len); strlcat 355 source4/heimdal/lib/krb5/addr_families.c strlcat(buf, ":", sizeof(buf)); strlcat 356 source4/heimdal/lib/krb5/addr_families.c strlcat(buf, buf2, sizeof(buf)); strlcat 615 source4/heimdal/lib/krb5/addr_families.c l = strlcat(str + size, "-", len - size); strlcat 198 source4/heimdal/lib/krb5/transited.c strlcat(r->realm, prev_realm, len); strlcat 213 source4/heimdal/lib/krb5/transited.c strlcat(tmp, r->realm, len); strlcat 419 source4/heimdal/lib/krb5/transited.c strlcat(s, ",", len + 1); strlcat 421 source4/heimdal/lib/krb5/transited.c strlcat(s, " ", len + 1); strlcat 422 source4/heimdal/lib/krb5/transited.c strlcat(s, realms[i], len + 1); strlcat 55 source4/heimdal/lib/krb5/warn.c strlcat(xfmt, "%s", sizeof(xfmt)); strlcat 57 source4/heimdal/lib/krb5/warn.c strlcat(xfmt, ": ", sizeof(xfmt)); strlcat 66 source4/heimdal/lib/krb5/warn.c strlcat(xfmt, "%s", sizeof(xfmt)); strlcat 64 source4/heimdal/lib/roken/getarg.c strlcat(string, "= Ns", len); strlcat 65 source4/heimdal/lib/roken/getarg.c strlcat(string, " Ar ", len); strlcat 68 source4/heimdal/lib/roken/getarg.c strlcat (string, "=", len); strlcat 70 source4/heimdal/lib/roken/getarg.c strlcat (string, " ", len); strlcat 86 source4/heimdal/lib/roken/getarg.c strlcat(string, s, len); strlcat 261 source4/heimdal/lib/roken/getarg.c strlcat(buf, s, sizeof(buf)); strlcat 265 source4/heimdal/lib/roken/getarg.c strlcat(buf, "]", sizeof(buf)); strlcat 275 source4/heimdal/lib/roken/getarg.c strlcat(buf, "[--", sizeof(buf)); strlcat 278 source4/heimdal/lib/roken/getarg.c strlcat(buf, "no-", sizeof(buf)); strlcat 281 source4/heimdal/lib/roken/getarg.c strlcat(buf, args[i].long_name, sizeof(buf)); strlcat 285 source4/heimdal/lib/roken/getarg.c strlcat(buf, "]", sizeof(buf)); strlcat 287 source4/heimdal/lib/roken/getarg.c strlcat(buf, "...", sizeof(buf)); strlcat 296 source4/heimdal/lib/roken/getarg.c strlcat(buf, "]", sizeof(buf)); strlcat 298 source4/heimdal/lib/roken/getarg.c strlcat(buf, "...", sizeof(buf));