Searched refs:local_jclprepend (Results 1 – 1 of 1) sorted by relevance
/third_party/cups-filters/filter/foomatic-rip/ |
D | options.c | 1940 dstr_t *local_jclprepend = create_dstr(); in build_commandline() local 1993 dstrcatf(local_jclprepend, "%s", s); in build_commandline() 2009 dstrcatf(local_jclprepend, "%s%s\n", jclprefix, s); in build_commandline() 2011 dstrcat(local_jclprepend, s); in build_commandline() 2053 dstrcatf(local_jclprepend, "%s", jcltointerpreter); in build_commandline() 2059 jclprepend = argv_split(local_jclprepend->data, "\r\n", NULL); in build_commandline() 2065 free_dstr(local_jclprepend); in build_commandline()
|