Home
last modified time | relevance | path

Searched refs:quotef (Results 1 – 2 of 2) sorted by relevance

/external/libcups/ppdc/
Dppdc-source.cxx2163 ppdcSource::quotef(cups_file_t *fp, // I - File to write to in quotef() function in ppdcSource
3487 quotef(fp, " Copyright \"%s\"\n", st->value); in write_file()
3491 quotef(fp, " Manufacturer \"%s\"\n", d->manufacturer->value); in write_file()
3493 quotef(fp, " ModelName \"%s\"\n", d->model_name->value); in write_file()
3495 quotef(fp, " FileName \"%s\"\n", d->file_name->value); in write_file()
3497 quotef(fp, " PCFileName \"%s\"\n", d->pc_file_name->value); in write_file()
3499 quotef(fp, " Version \"%s\"\n", d->version->value); in write_file()
3621 quotef(fp, " Attribute \"%s\" \"%s/%s\" \"%s\"\n", in write_file()
3625 quotef(fp, " Attribute \"%s\" \"%s\" \"%s\"\n", in write_file()
3677 quotef(fp, " Group \"%s/%s\"\n", g->name->value, g->text->value); in write_file()
[all …]
Dppdc.h515 int quotef(cups_file_t *fp, const char *format, ...);