Home
last modified time | relevance | path

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

/rust/kernel/
A Dstr.rs389 pub fn to_cstring(&self) -> Result<CString, AllocError> { in to_cstring()
432 pub fn to_ascii_lowercase(&self) -> Result<CString, AllocError> { in to_ascii_lowercase()
449 pub fn to_ascii_uppercase(&self) -> Result<CString, AllocError> { in to_ascii_uppercase()
888 pub struct CString { struct
889 buf: KVec<u8>,
892 impl CString { impls
927 impl Deref for CString { implementation
937 impl DerefMut for CString { implementation
945 impl<'a> TryFrom<&'a CStr> for CString { implementation
948 fn try_from(cstr: &'a CStr) -> Result<CString, AllocError> { in try_from()
[all …]
A Dconfigfs.rs259 name: CString, in new()
/rust/kernel/device/
A Dproperty.rs441 impl Sealed for CString {} implementation
443 impl Property for CString { implementation
/rust/kernel/io/
A Dresource.rs102 name: CString, in request_region()

Completed in 11 milliseconds