Home
last modified time | relevance | path

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

/third_party/cups-filters/filter/
H A Dpdftops.c336 *pstops_options, /* Options for pstops filter */ local
545 pstops_options = strdup(argv[5]);
550 remove_options(pstops_options, pstops_exclude_general);
552 remove_options(pstops_options, pstops_exclude_page_management);
561 pstops_options = realloc(pstops_options, strlen(pstops_options) + 9);
562 if (!pstops_options) {
563 fprintf(stderr, "ERROR: Can't allocate pstops_options\n");
566 pstops_end = pstops_options
[all...]

Completed in 1 milliseconds