Home
last modified time | relevance | path

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

/linux-6.14.4/rust/kernel/
Dstr.rs573 let checked_cstr = CStr::from_bytes_with_nul(good_bytes).unwrap(); in test_cstr_to_str() localVariable
582 let checked_cstr = CStr::from_bytes_with_nul(bad_bytes).unwrap(); in test_cstr_to_str_panic() localVariable
589 let checked_cstr = CStr::from_bytes_with_nul(good_bytes).unwrap(); in test_cstr_as_str_unchecked() localVariable