Home
last modified time | relevance | path

Searched refs:data_bytes (Results 1 – 1 of 1) sorted by relevance

/xnu-8796.121.2/libkern/kxld/tests/
H A Dkextcopyright.c81 const UInt8 *data_bytes = NULL; in convert_cfstring() local
93 data_bytes = CFDataGetBytePtr(the_data); in convert_cfstring()
94 if (!data_bytes) { in convert_cfstring()
99 converted_len = strlen((const char *)data_bytes) + 1; // +1 for nul in convert_cfstring()
106 bytes_copied = strlcpy(converted_string, (const char *) data_bytes, in convert_cfstring()