Lines Matching refs:str_o
90 static int udf_name_conv_char(uint8_t *str_o, int str_o_max_len,
129 len = conv_f(c, &str_o[*str_o_idx],
132 len = utf32_to_utf8(c, &str_o[*str_o_idx],
144 str_o[(*str_o_idx)++] = ILLEGAL_CHAR_MARK;
152 uint8_t *str_o, int str_max_len,
176 memset(str_o, 0, str_max_len);
187 memset(str_o, 0, str_max_len);
239 if (!udf_name_conv_char(str_o, str_max_len, &str_o_len,
250 if (str_o_len > 0 && str_o_len <= 2 && str_o[0] == '.' &&
251 (str_o_len == 1 || str_o[1] == '.'))
262 memcpy(&str_o[str_o_len], crc, len);
267 memcpy(&str_o[str_o_len], ext, ext_o_len);