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

/external/libcups/cups/
H A Dfile.h92 extern ssize_t cupsFilePutConf(cups_file_t *fp, const char *directive,
H A Dppd-cache.c2831 cupsFilePutConf(fp, "Product", pc->product);
2836 cupsFilePutConf(fp, "Filter", value);
2841 cupsFilePutConf(fp, "PreFilter", value);
2870 cupsFilePutConf(fp, "ChargeInfoURI", pc->charge_info_uri);
2877 cupsFilePutConf(fp, "Password", pc->password);
2882 cupsFilePutConf(fp, "Mandatory", value);
2891 cupsFilePutConf(fp, "SupportFile", value);
H A Dfile.c1445 * 'cupsFilePutConf()' - Write a configuration line.
1453 cupsFilePutConf(cups_file_t *fp, /* I - CUPS file */ function

Completed in 134 milliseconds