Searched defs:c_str (Results 1 – 7 of 7) sorted by relevance
35 let c_str = CString::new("This is a message from C").unwrap(); in main() localVariable
22 c_str: *const c_char, field28 let c_str = value.as_ptr() as *const c_char; in from() localVariable
45 let c_str: &CStr = unsafe { CStr::from_ptr(info_line) }; in ReadConfigInfo() localVariable
106 c_str: *mut c_uchar, field
169 let c_str = unsafe { CStr::from_ptr(bundle_name as _) }; in on_package_removed() localVariable238 let c_str = unsafe { CStr::from_ptr(bundle_name as _) }; in on_app_restore() localVariable
553 let c_str = CStr::from_ptr(c_str); in c_char_to_string() localVariable
351 const_pointer c_str() const in c_str() function