MCPcopy Create free account
hub / github.com/acl-dev/acl / acl_vstring_strcat

Function acl_vstring_strcat

lib_acl/src/stdlib/acl_vstring.c:475–478  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

473/* acl_vstring_strcat - append string */
474
475ACL_VSTRING *acl_vstring_strcat(ACL_VSTRING *vp, const char *src)
476{
477 return acl_vstring_memcat(vp, src, strlen(src));
478}
479
480/* acl_vstring_strncat - append string of limited length */
481

Callers 15

escapeFunction · 0.85
mac_expand_callbackFunction · 0.85
test_stringFunction · 0.85
childFunction · 0.85
build_callbackFunction · 0.85
get_warning_mailFunction · 0.85
proctl_monitor_cmd_startFunction · 0.85
acl_proctl_start_oneFunction · 0.85
acl_proctl_stop_oneFunction · 0.85
proctl_service_newFunction · 0.85
acl_verboseFunction · 0.85
dump_cmdlineFunction · 0.85

Calls 1

acl_vstring_memcatFunction · 0.85

Tested by 1

test_stringFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…