MCPcopy Create free account
hub / github.com/OpenPrinting/cups / ppdOpenFile

Function ppdOpenFile

cups/ppd.c:2316–2320  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2314 */
2315
2316ppd_file_t * /* O - PPD file record or @code NULL@ if the PPD file could not be opened. */
2317ppdOpenFile(const char *filename) /* I - File to read from */
2318{
2319 return _ppdOpenFile(filename, _PPD_LOCALIZATION_DEFAULT);
2320}
2321
2322
2323/*

Callers 15

get_optionsFunction · 0.85
load_ppd_attributesFunction · 0.85
mainFunction · 0.85
import_ppdMethod · 0.85
backend_init_suppliesFunction · 0.85
mainFunction · 0.85
report_printer_stateFunction · 0.85
mainFunction · 0.85
do_am_printerFunction · 0.85
do_set_optionsFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85

Calls 1

_ppdOpenFileFunction · 0.85

Tested by 9

mainFunction · 0.68
mainFunction · 0.68
mainFunction · 0.68
mainFunction · 0.68
mainFunction · 0.68
mainFunction · 0.68
do_ppd_testsFunction · 0.68
mainFunction · 0.68
show_ppdFunction · 0.68