Searched refs:str_o (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/fs/udf/ |
H A D | unicode.c | 125 len = conv_f(c, &str_o[*str_o_idx], in udf_name_conv_char() 128 len = utf32_to_utf8(c, &str_o[*str_o_idx], in udf_name_conv_char() 140 str_o[(*str_o_idx)++] = ILLEGAL_CHAR_MARK; in udf_name_conv_char() 148 uint8_t *str_o, int str_max_len, in udf_name_from_CS0() argument 172 memset(str_o, 0, str_max_len); in udf_name_from_CS0() 183 memset(str_o, 0, str_max_len); in udf_name_from_CS0() 235 if (!udf_name_conv_char(str_o, str_max_len, &str_o_len, in udf_name_from_CS0() 246 if (str_o_len > 0 && str_o_len <= 2 && str_o[0] == '.' && in udf_name_from_CS0() 247 (str_o_len == 1 || str_o[1] == '.')) in udf_name_from_CS0() 258 memcpy(&str_o[str_o_len], crc, len); in udf_name_from_CS0() [all …]
|