Searched refs:quote_str (Results 1 – 3 of 3) sorted by relevance
222 char const * quote_str = xml_quote(str, quote_buf); in init_xml_str_attr() local223 const unsigned int max_len = strlen(attr_name) + strlen(quote_str) + 10; in init_xml_str_attr()228 if (snprintf(tmp_buf, sizeof(tmp_buf), " %s=""%s""", attr_name, quote_str) < 0) { in init_xml_str_attr()
54 extern const char* quote_str( const char* str );
146 quote_str( const char* str ) in quote_str() function