Home | Sort by: relevance | last modified time | path |
/src/sbin/newfs_udf/ | |
udf_core.c | 687 char *outchp; local in function:udf_to_unix_name 696 outchp = result; 709 nout = wput_utf8(outchp, result_len, ch); 710 outchp += nout; result_len -= nout; 713 *outchp++ = 0; 729 uint16_t *outchp; local in function:unix_to_udf_name 742 outchp = raw_name; 745 *outchp = wget_utf8(&inchp, &cnt); 746 if (*outchp > 0xff) 748 outchp++ [all...] |
/src/sys/fs/udf/ | |
udf_subr.c | 4200 uint8_t *outchp; local in function:udf_to_unix_name 4207 outchp = (uint8_t *) result; 4220 nout = wput_utf8(outchp, result_len, ch); 4221 outchp += nout; result_len -= nout; 4224 *outchp++ = 0; 4241 uint16_t *outchp; local in function:unix_to_udf_name 4253 outchp = raw_name; 4256 *outchp = wget_utf8(&inchp, &cnt); 4257 if (*outchp > 0xff) 4259 outchp++ [all...] |