Searched refs:utf8buf (Results 1 – 1 of 1) sorted by relevance
222 zip_uint8_t *utf8buf; in _zip_cp437_to_utf8() local235 if ((utf8buf=(zip_uint8_t*)malloc(buflen)) == NULL) { in _zip_cp437_to_utf8()243 utf8buf+offset); in _zip_cp437_to_utf8()245 utf8buf[buflen-1] = 0; in _zip_cp437_to_utf8()248 return utf8buf; in _zip_cp437_to_utf8()
Completed in 4 milliseconds