Lines Matching refs:CStr

6     ffi::{c_void, CStr},
63 unsafe { CStr::from_ptr(foo_fields[0].name) }.to_bytes_with_nul(), in test_vmstate_uint16()
83 unsafe { CStr::from_ptr(foo_fields[1].name) }.to_bytes_with_nul(), in test_vmstate_unused()
104 unsafe { CStr::from_ptr(foo_fields[2].name) }.to_bytes_with_nul(), in test_vmstate_varray_uint16_unsafe()
125 unsafe { CStr::from_ptr(foo_fields[3].name) }.to_bytes_with_nul(), in test_vmstate_varray_multiply()
195 unsafe { CStr::from_ptr(foo_fields[0].name) }.to_bytes_with_nul(), in test_vmstate_bool_v()
215 unsafe { CStr::from_ptr(foo_fields[1].name) }.to_bytes_with_nul(), in test_vmstate_uint64()
236 unsafe { CStr::from_ptr(foo_fields[2].name) }.to_bytes_with_nul(), in test_vmstate_struct_varray_uint8()
260 unsafe { CStr::from_ptr(foo_fields[3].name) }.to_bytes_with_nul(), in test_vmstate_struct_varray_uint32_multiply()
286 unsafe { CStr::from_ptr(foo_fields[4].name) }.to_bytes_with_nul(), in test_vmstate_macro_array()
310 unsafe { CStr::from_ptr(foo_fields[5].name) }.to_bytes_with_nul(), in test_vmstate_struct_varray_uint8_wrapper()
361 unsafe { CStr::from_ptr(foo_fields[0].name) }.to_bytes_with_nul(), in test_vmstate_pointer()
385 unsafe { CStr::from_ptr(foo_fields[2].name) }.to_bytes_with_nul(), in test_vmstate_macro_array_of_pointer()
409 unsafe { CStr::from_ptr(foo_fields[3].name) }.to_bytes_with_nul(), in test_vmstate_macro_array_of_pointer_wrapped()
473 unsafe { CStr::from_ptr(foo_fields[0].name) }.to_bytes_with_nul(), in test_vmstate_validate()
491 unsafe { CStr::from_ptr(foo_fields[1].name) }.to_bytes_with_nul(), in test_vmstate_validate()
498 unsafe { CStr::from_ptr(foo_fields[2].name) }.to_bytes_with_nul(), in test_vmstate_validate()