Home
last modified time | relevance | path

Searched refs:TRACE_TRUNCATION_MARKER (Results 1 – 2 of 2) sorted by relevance

/linux/security/landlock/
H A Dtrace.c227 const size_t marker_len = sizeof(TRACE_TRUNCATION_MARKER) - 1; in test_untrusted_str_boundaries()
255 memcpy(expected + short_prefix_len, TRACE_TRUNCATION_MARKER, in test_untrusted_str_boundaries()
269 TRACE_TRUNCATION_MARKER, marker_len + 1); in test_untrusted_str_boundaries()
317 const size_t prefix_len = output_size - sizeof(TRACE_TRUNCATION_MARKER); in test_untrusted_str_composition()
329 memcpy(expected + prefix_len, TRACE_TRUNCATION_MARKER, in test_untrusted_str_composition()
330 sizeof(TRACE_TRUNCATION_MARKER)); in test_untrusted_str_composition()
/linux/include/trace/events/
H A Dlandlock.h39 #define TRACE_TRUNCATION_MARKER "\xe2\x80\xa6" macro
62 const size_t marker_len = sizeof(TRACE_TRUNCATION_MARKER) - 1; in __trace_print_untrusted_str()
101 memcpy(buf + prefix_size, TRACE_TRUNCATION_MARKER, marker_len); in __trace_print_untrusted_str()