Home
last modified time | relevance | path

Searched refs:depcmd (Results 1 – 1 of 1) sorted by relevance

/third_party/cups-filters/filter/foomatic-rip/
Doptions.c880 dstr_t *depcmd; in composite_get_command() local
889 depcmd = create_dstr(); in composite_get_command()
895 dstrclear(depcmd); in composite_get_command()
899 option_get_command(depcmd, dep, optionset, section); in composite_get_command()
903 option_get_command(depcmd, dep, optionset, section); in composite_get_command()
907 option_get_command(depcmd, dep, optionset, section); in composite_get_command()
909 if (depcmd->len) in composite_get_command()
910 dstrcatf(cmd, "%s\n", depcmd->data); in composite_get_command()
913 free_dstr(depcmd); in composite_get_command()