MCPcopy Index your code
hub / github.com/dtrace4linux/linux / strlcpy

Function strlcpy

liblinux/strlcpy.c:31–55  ·  view source on GitHub ↗

* Copy src to string dst of size siz. At most siz-1 characters * will be copied. Always NUL terminates (unless siz == 0). * Returns strlen(src); if retval >= siz, truncation occurred. */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 14

dt_printf_validateFunction · 0.85
dt_lib_depend_addFunction · 0.85
dt_provider_lookupFunction · 0.85
dt_provider_createFunction · 0.85
dt_probe_defineFunction · 0.85
dt_probe_iterFunction · 0.85
dtrace_probe_iterFunction · 0.85
dt_module_createFunction · 0.85
dt_module_updateFunction · 0.85
dt_proc_notifyFunction · 0.85
print_probe_infoFunction · 0.85
link_progFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected