Home
last modified time | relevance | path

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

/linux-6.14.4/rust/kernel/
Dstr.rs597 let hello_world = CStr::from_bytes_with_nul(b"hello, world!\0").unwrap(); in test_cstr_display() localVariable
620 let hello_world = CStr::from_bytes_with_nul(b"hello, world!\0").unwrap(); in test_cstr_debug() localVariable
632 let hello_world = BStr::from_bytes(b"hello, world!"); in test_bstr_display() localVariable
646 let hello_world = BStr::from_bytes(b"hello, world!"); in test_bstr_debug() localVariable