Home
last modified time | relevance | path

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

/openbmc/linux/rust/kernel/
H A Dstr.rs206 pub fn to_cstring(&self) -> Result<CString, AllocError> { in to_cstring() argument
207 CString::try_from(self) in to_cstring()
547 pub struct CString { struct
551 impl CString { implementation
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() argument
607 Ok(CString { buf }) in try_from()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/webkitgtk/webkitgtk3/
H A D30e1d5e22213fdaca2a29ec3400c927d710a37a8.patch28 #include <wtf/text/CString.h>
/openbmc/sdbusplus/test/message/
H A Dread.cpp125 TEST_F(ReadTest, CString) in TEST_F() argument