Searched refs:str_o (Results 1 – 1 of 1) sorted by relevance
| /linux/fs/udf/ ! |
| H A D | unicode.c | 87 static int udf_name_conv_char(uint8_t *str_o, int str_o_max_len, in udf_name_conv_char() argument 126 len = conv_f(c, &str_o[*str_o_idx], in udf_name_conv_char() 129 len = utf32_to_utf8(c, &str_o[*str_o_idx], in udf_name_conv_char() 141 str_o[(*str_o_idx)++] = ILLEGAL_CHAR_MARK; in udf_name_conv_char() 149 uint8_t *str_o, int str_max_len, in udf_name_from_CS0() argument 173 memset(str_o, 0, str_max_len); in udf_name_from_CS0() 184 memset(str_o, 0, str_max_len); in udf_name_from_CS0() 236 if (!udf_name_conv_char(str_o, str_max_len, &str_o_len, in udf_name_from_CS0() 247 if (str_o_len > 0 && str_o_len <= 2 && str_o[0] == '.' && in udf_name_from_CS0() 248 (str_o_len == 1 || str_o[1] == '.')) in udf_name_from_CS0() [all …]
|