Home
last modified time | relevance | path

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

/netbsd/src/sbin/newfs_udf/
Dudf_core.c687 char *outchp; in udf_to_unix_name() local
696 outchp = result; in udf_to_unix_name()
709 nout = wput_utf8(outchp, result_len, ch); in udf_to_unix_name()
710 outchp += nout; result_len -= nout; in udf_to_unix_name()
713 *outchp++ = 0; in udf_to_unix_name()
729 uint16_t *outchp; in unix_to_udf_name() local
742 outchp = raw_name; in unix_to_udf_name()
745 *outchp = wget_utf8(&inchp, &cnt); in unix_to_udf_name()
746 if (*outchp > 0xff) in unix_to_udf_name()
748 outchp++; in unix_to_udf_name()
[all …]
/netbsd/src/sys/fs/udf/
Dudf_subr.c4200 uint8_t *outchp; in udf_to_unix_name() local
4207 outchp = (uint8_t *) result; in udf_to_unix_name()
4220 nout = wput_utf8(outchp, result_len, ch); in udf_to_unix_name()
4221 outchp += nout; result_len -= nout; in udf_to_unix_name()
4224 *outchp++ = 0; in udf_to_unix_name()
4241 uint16_t *outchp; in unix_to_udf_name() local
4253 outchp = raw_name; in unix_to_udf_name()
4256 *outchp = wget_utf8(&inchp, &cnt); in unix_to_udf_name()
4257 if (*outchp > 0xff) in unix_to_udf_name()
4259 outchp++; in unix_to_udf_name()
[all …]