Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Dstr.rs389 to_cstring(&self) -> Result<CString, AllocError> to_cstring() argument
432 to_ascii_lowercase(&self) -> Result<CString, AllocError> to_ascii_lowercase() argument
449 to_ascii_uppercase(&self) -> Result<CString, AllocError> to_ascii_uppercase() argument
888 pub struct CString { global() struct
889 bufBStr::fmt::CString global() argument
892 impl CString { global() implementation
927 impl Deref for CString { global() implementation
937 impl DerefMut for CString { global() implementation
945 impl<'a> TryFrom<&'a CStr> for CString { global() implementation
948 try_from(cstr: &'a CStr) -> Result<CString, AllocError> try_from() argument
959 impl fmt::Debug for CString { global() implementation
[all...]
H A Dconfigfs.rs259 name: CString, in new() argument
/linux/drivers/cpufreq/
H A Drcpufreq_dt.rs20 fn find_supply_name_exact(dev: &Device, name: &str) -> Option<CString> { in find_supply_name_exact()
29 fn find_supply_names(dev: &Device, cpu: cpu::CpuId) -> Option<KVec<CString>> { in find_supply_names()
/linux/rust/kernel/device/
H A Dproperty.rs441 impl Sealed for CString {} global() implementation
443 impl Property for CString { global() implementation
/linux/rust/kernel/io/
H A Dresource.rs102 name: CString, in request_region()