Searched defs:c_str (Results 1 – 2 of 2) sorted by relevance
68 let c_str = CStr::from_ptr(p); in usb_init() localVariable
428 let c_str: &CStr = unsafe { CStr::from_ptr(p) }; in ptr_to_string() localVariable