Home
last modified time | relevance | path

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

/openbmc/linux/fs/udf/
H A Dunicode.c87 int *str_o_idx, in udf_name_conv_char() argument
99 if (*str_o_idx >= str_o_max_len) { in udf_name_conv_char()
125 len = conv_f(c, &str_o[*str_o_idx], in udf_name_conv_char()
126 str_o_max_len - *str_o_idx); in udf_name_conv_char()
128 len = utf32_to_utf8(c, &str_o[*str_o_idx], in udf_name_conv_char()
129 str_o_max_len - *str_o_idx); in udf_name_conv_char()
135 *str_o_idx += len; in udf_name_conv_char()
140 str_o[(*str_o_idx)++] = ILLEGAL_CHAR_MARK; in udf_name_conv_char()