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

Function dtrace_strcpy

driver/dtrace.c:1035–1049  ·  view source on GitHub ↗

* Copy src to dst using safe memory accesses, up to either the specified * length, or the point that a nul byte is encountered. The src is assumed to * be unsafe memory specified by the DIF program. The dst is assumed to be * safe memory that we can store to directly because it is managed by DTrace. * Unlike dtrace_bcopy(), overlapping regions are not handled. */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

dtrace_vcopyFunction · 0.85
dtrace_dif_varstrFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected