Searched defs:CString (Results 1 – 3 of 3) sorted by relevance
358 pub fn to_cstring(&self) -> Result<CString, AllocError> { in to_cstring()401 pub fn to_ascii_lowercase(&self) -> Result<CString, AllocError> { in to_ascii_lowercase()418 pub fn to_ascii_uppercase(&self) -> Result<CString, AllocError> { in to_ascii_uppercase()857 pub struct CString { struct858 buf: KVec<u8>,861 impl CString { impl896 impl Deref for CString { implementation906 impl DerefMut for CString { implementation914 impl<'a> TryFrom<&'a CStr> for CString { implementation917 fn try_from(cstr: &'a CStr) -> Result<CString, AllocError> { in try_from()[all …]
259 name: CString, in new()
21 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()