Searched refs:cstr_buf (Results 1 – 1 of 1) sorted by relevance
7287 static CString cstr_buf; in get_tok_str() local7294 cstr_reset(&cstr_buf); in get_tok_str()7295 cstr_buf.data = buf; in get_tok_str()7296 cstr_buf.size_allocated = sizeof(buf); in get_tok_str()7312 cstr_ccat(&cstr_buf, '\''); in get_tok_str()7313 add_char(&cstr_buf, cv->i); in get_tok_str()7314 cstr_ccat(&cstr_buf, '\''); in get_tok_str()7315 cstr_ccat(&cstr_buf, '\0'); in get_tok_str()7321 add_char(&cstr_buf, ((unsigned char *)cstr->data)[i]); in get_tok_str()7322 cstr_ccat(&cstr_buf, '\0'); in get_tok_str()[all …]