Searched refs:unhtmlify (Results 1 – 1 of 1) sorted by relevance
/third_party/cups-filters/filter/foomatic-rip/ |
D | options.c | 1149 static void unhtmlify(char *dest, size_t size, const char *src) in unhtmlify() function 1329 unhtmlify(choice->command, 65536, code); in option_set_choice() 1341 unhtmlify(tmp, 128, value); in param_set_allowed_chars() 1356 unhtmlify(tmp, 128, value); in param_set_allowed_regexp() 1370 unhtmlify(opt->custom_command, len, cmd); in option_set_custom_command() 1635 unhtmlify(printer_model, 256, value->data); in read_ppd_file() 1646 unhtmlify(postpipe->data, postpipe->alloc, value->data); in read_ppd_file() 1649 unhtmlify(cmd, 4096, value->data); in read_ppd_file() 1652 unhtmlify(cmd_pdf, 4096, value->data); in read_ppd_file() 1660 unhtmlify(cupsfilter, 256, p +1); in read_ppd_file() [all …]
|