Home
last modified time | relevance | path

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

/linux-6.14.4/rust/kernel/
Dstr.rs245 pub unsafe fn from_bytes_with_nul_unchecked_mut(bytes: &mut [u8]) -> &mut CStr { in from_bytes_with_nul_unchecked_mut() method
874 unsafe { CStr::from_bytes_with_nul_unchecked_mut(self.buf.as_mut_slice()) } in deref_mut()