Searched defs:c_str (Results 1 – 2 of 2) sorted by relevance
22 c_str: *const c_char, field28 let c_str = value.as_ptr() as *const c_char; in from() localVariable
464 let c_str = CStr::from_ptr(c_str); in c_char_to_string() localVariable