Home
last modified time | relevance | path

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

/third_party/cups-filters/filter/foomatic-rip/
H A Dfoomaticrip.c232 char * extract_next_option(char *str, char **pagerange, char **key, char **value) in extract_next_option() argument
237 *pagerange = NULL; in extract_next_option()
250 /* read the pagerange if we have one */ in extract_next_option()
252 *pagerange = p; in extract_next_option()
309 char *p, *cmdlineopts, *nextopt, *pagerange, *key, *value; in process_cmdline_options() local
316 for (nextopt = extract_next_option(cmdlineopts, &pagerange, &key, &value); in process_cmdline_options()
318 nextopt = extract_next_option(nextopt, &pagerange, &key, &value)) in process_cmdline_options()
341 if (pagerange) { in process_cmdline_options()
342 snprintf(tmp, 256, "pages:%s", pagerange); in process_cmdline_options()
442 for (nextopt = extract_next_option(cmdlineopts, &pagerange, in process_cmdline_options()
[all...]

Completed in 1 milliseconds