Home
last modified time | relevance | path

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

/openbmc/linux/rust/kernel/
H A Dstr.rs206 pub fn to_cstring(&self) -> Result<CString, AllocError> { in to_cstring()
547 pub struct CString { struct
551 impl CString { argument
586 impl Deref for CString { implementation
596 impl<'a> TryFrom<&'a CStr> for CString { implementation
599 fn try_from(cstr: &'a CStr) -> Result<CString, AllocError> { in try_from()
/openbmc/sdbusplus/test/message/
H A Dread.cpp125 TEST_F(ReadTest, CString) in TEST_F() argument