Searched defs:cstring (Results 1 – 12 of 12) sorted by relevance
14 let cstring = CString::new("foo").expect("CString::new failed"); in main() localVariable
150 let cstring = cstr.to_owned().into_boxed_c_str().into_c_string(); in into_boxed() localVariable217 let cstring = CString::new(original).unwrap(); in c_string_from_empty_string() localVariable
167 static int cmp_env_strings(char *pstring, char *cstring) in cmp_env_strings()
123 const char* cstring = diffName.c_str(); in filename_to_derived_filename() local
138 const char* cstring = diffName.c_str(); in filename_to_derived_filename() local
29 pub cstring: bool, field
189 static const char cstring[] = "aaa"; in TEST() local
586 let cstring = CString::new("abc").unwrap(); in test_cstr() localVariable
32 "cstring": "cpp", string
70 static void InitXReplaceable(XReplaceable* rep, const char* cstring) { in InitXReplaceable()
852 rust::String cstring = "test"; in cxx_run_test() local