Searched refs:outchp (Results 1 – 2 of 2) sorted by relevance
687 char *outchp; in udf_to_unix_name() local696 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() local742 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 …]
4200 uint8_t *outchp; in udf_to_unix_name() local4207 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() local4253 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 …]