Home
last modified time | relevance | path

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

/openbsd-src/sys/isofs/udf/
H A Dudf_extern.h13 int udf_rawnametounicode(u_int len, char *, unicode_t *);
H A Dudf_subr.c58 udf_rawnametounicode(u_int len, char *cs0string, unicode_t *transname) in udf_rawnametounicode() function
H A Dudf_vnops.c500 if ((unilen = udf_rawnametounicode(len, cs0string, transname)) == -1) { in udf_transname()