Home
last modified time | relevance | path

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

/minix/sbin/newfs_udf/
H A Dudf_create.c1414 uint16_t *outchp; in unix_to_udf_name() local
1427 outchp = raw_name; in unix_to_udf_name()
1430 *outchp = wget_utf8(&inchp, &cnt); in unix_to_udf_name()
1431 if (*outchp > 0xff) in unix_to_udf_name()
1433 outchp++; in unix_to_udf_name()
1437 *outchp++ = 0; in unix_to_udf_name()
/minix/sys/fs/udf/
H A Dudf_subr.c4095 uint8_t *outchp; in udf_to_unix_name() local
4102 outchp = (uint8_t *) result; in udf_to_unix_name()
4115 nout = wput_utf8(outchp, result_len, ch); in udf_to_unix_name()
4116 outchp += nout; result_len -= nout; in udf_to_unix_name()
4119 *outchp++ = 0; in udf_to_unix_name()
4136 uint16_t *outchp; in unix_to_udf_name() local
4148 outchp = raw_name; in unix_to_udf_name()
4151 *outchp = wget_utf8(&inchp, &cnt); in unix_to_udf_name()
4152 if (*outchp > 0xff) in unix_to_udf_name()
4154 outchp++; in unix_to_udf_name()
[all …]