Home
last modified time | relevance | path

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

/xnu-10063.101.15/libkern/kxld/tests/
H A Dkextcopyright.c83 u_long converted_len = 0; in convert_cfstring() local
99 converted_len = strlen((const char *)data_bytes) + 1; // +1 for nul in convert_cfstring()
100 converted_string = malloc(converted_len); in convert_cfstring()
107 converted_len) + 1; // +1 for nul in convert_cfstring()
108 if (bytes_copied != converted_len) { in convert_cfstring()