Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Dstr.rs659 let hello_world = CStr::from_bytes_with_nul(b"hello, world!\0")?; test_cstr_display() localVariable
684 let hello_world = CStr::from_bytes_with_nul(b"hello, world!\0")?; test_cstr_debug() localVariable
697 let hello_world = BStr::from_bytes(b"hello, world!"); test_bstr_display() localVariable
712 let hello_world = BStr::from_bytes(b"hello, world!"); test_bstr_debug() localVariable