Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Dstr.rs332 pub const fn to_bytes_with_nul(&self) -> &[u8] { in to_bytes_with_nul() method
342 self.to_bytes_with_nul() in as_bytes_with_nul()
951 buf.extend_from_slice(cstr.to_bytes_with_nul(), GFP_KERNEL)?; in try_from()