Home
last modified time | relevance | path

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

/linux-6.15/rust/kernel/
H A Dstr.rs645 let non_printables = CStr::from_bytes_with_nul(b"\x01\x09\x0a\0").unwrap(); in test_cstr_display() localVariable
668 let non_printables = CStr::from_bytes_with_nul(b"\x01\x09\x0a\0").unwrap(); in test_cstr_debug() localVariable