Searched refs:write_xml_string (Results 1 – 1 of 1) sorted by relevance
49 static void write_xml_string(cups_file_t *fp, const char *s);3240 write_xml_string(fp, p->name); in cupsdWritePrintcap()3244 write_xml_string(fp, p->info); in cupsdWritePrintcap()3250 write_xml_string(fp, p->location); in cupsdWritePrintcap()3254 write_xml_string(fp, p->make_model); in cupsdWritePrintcap()3263 write_xml_string(fp, p->reasons[i]); in cupsdWritePrintcap()3271 write_xml_string(fp, p->sanitized_device_uri); in cupsdWritePrintcap()5070 write_xml_string(cups_file_t *fp, /* I - File to write to */ in write_xml_string() function