Home
last modified time | relevance | path

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

/freebsd/sys/fs/udf/
H A Dudf_vnops.c521 char *unibuf, *unip; in udf_transname() local
529 unibuf = uma_zalloc(udf_zone_trans, M_WAITOK); in udf_transname()
530 unip = unibuf; in udf_transname()
531 if ((unilen = (ssize_t)udf_UncompressUnicodeByte(len, cs0string, unibuf)) == -1) { in udf_transname()
533 uma_zfree(udf_zone_trans, unibuf); in udf_transname()
539 &unibuf), (size_t *)&unilen, (char **)&destname, in udf_transname()
545 unibuf += 2; in udf_transname()