Searched refs:write_xml_string (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/cups-372.4/cups/scheduler/
H A Dprinters.c55 static void write_xml_string(cups_file_t *fp, const char *s);
3020 write_xml_string(fp, p->name);
3024 write_xml_string(fp, p->info);
3030 write_xml_string(fp, p->location);
3034 write_xml_string(fp, p->make_model);
3043 write_xml_string(fp, p->reasons[i]);
3051 write_xml_string(fp, p->sanitized_device_uri);
4895 * 'write_xml_string()' - Write a string with XML escaping.
4899 write_xml_string(cups_file_t *fp, /* I - File to write to */ function

Completed in 152 milliseconds