Home
last modified time | relevance | path

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

/xnu-10002.41.9/libkern/kxld/tests/
H A Dkextcopyright.c82 char *converted_string = NULL; in convert_cfstring() local
100 converted_string = malloc(converted_len); in convert_cfstring()
101 if (!converted_string) { in convert_cfstring()
106 bytes_copied = strlcpy(converted_string, (const char *) data_bytes, in convert_cfstring()
113 result = converted_string; in convert_cfstring()