Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Dstr.rs661 let non_printables = CStr::from_bytes_with_nul(b"\x01\x09\x0a\0")?; test_cstr_display() localVariable
686 let non_printables = CStr::from_bytes_with_nul(b"\x01\x09\x0a\0")?; test_cstr_debug() localVariable