Searched refs:utf8buf (Results 1 – 1 of 1) sorted by relevance
228 zip_uint8_t *utf8buf; in _zip_cp437_to_utf8() local241 if ((utf8buf=(zip_uint8_t*)malloc(buflen)) == NULL) { in _zip_cp437_to_utf8()249 utf8buf+offset); in _zip_cp437_to_utf8()251 utf8buf[buflen-1] = 0; in _zip_cp437_to_utf8()254 return utf8buf; in _zip_cp437_to_utf8()
Completed in 4 milliseconds