Home
last modified time | relevance | path

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

/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/udf/
H A Dunicode.c91 int *str_o_idx, in udf_name_conv_char() argument
103 if (*str_o_idx >= str_o_max_len) { in udf_name_conv_char()
129 len = conv_f(c, &str_o[*str_o_idx], in udf_name_conv_char()
130 str_o_max_len - *str_o_idx); in udf_name_conv_char()
132 len = utf32_to_utf8(c, &str_o[*str_o_idx], in udf_name_conv_char()
133 str_o_max_len - *str_o_idx); in udf_name_conv_char()
139 *str_o_idx += len; in udf_name_conv_char()
144 str_o[(*str_o_idx)++] = ILLEGAL_CHAR_MARK; in udf_name_conv_char()
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/udf/
H A Dunicode.c91 int *str_o_idx, in udf_name_conv_char() argument
103 if (*str_o_idx >= str_o_max_len) { in udf_name_conv_char()
129 len = conv_f(c, &str_o[*str_o_idx], in udf_name_conv_char()
130 str_o_max_len - *str_o_idx); in udf_name_conv_char()
132 len = utf32_to_utf8(c, &str_o[*str_o_idx], in udf_name_conv_char()
133 str_o_max_len - *str_o_idx); in udf_name_conv_char()
139 *str_o_idx += len; in udf_name_conv_char()
144 str_o[(*str_o_idx)++] = ILLEGAL_CHAR_MARK; in udf_name_conv_char()
/dports/multimedia/libv4l/linux-5.13-rc2/fs/udf/
H A Dunicode.c91 int *str_o_idx, in udf_name_conv_char() argument
103 if (*str_o_idx >= str_o_max_len) { in udf_name_conv_char()
129 len = conv_f(c, &str_o[*str_o_idx], in udf_name_conv_char()
130 str_o_max_len - *str_o_idx); in udf_name_conv_char()
132 len = utf32_to_utf8(c, &str_o[*str_o_idx], in udf_name_conv_char()
133 str_o_max_len - *str_o_idx); in udf_name_conv_char()
139 *str_o_idx += len; in udf_name_conv_char()
144 str_o[(*str_o_idx)++] = ILLEGAL_CHAR_MARK; in udf_name_conv_char()