Home
last modified time | relevance | path

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

/third_party/cups-filters/filter/foomatic-rip/
H A Drenderer.c344 if (jclprepend) in log_jcl()
345 for (opt = jclprepend; *opt; opt++) in log_jcl()
362 if (argv_count(jclprepend) > 0) in exec_kid4()
364 if (!isspace(jclprepend[0][0])) in exec_kid4()
369 pos = strcspn(jclprepend[0], " \t\n\r"); in exec_kid4()
371 strncpy(jclstr, jclprepend[0], pos); in exec_kid4()
378 jclprepend, in exec_kid4()
387 argv_write(fileh, jclprepend, "\n"); in exec_kid4()
394 if (argv_count(jclprepend) > 0 && !driverjcl) in exec_kid4()
H A Dfoomaticrip.h108 extern char **jclprepend;
H A Dfoomaticrip.c152 char **jclprepend = NULL; variable
807 jclprepend = NULL; in main()
1205 argv_free(jclprepend); in main()
H A Doptions.c2058 argv_free(jclprepend); in build_commandline()
2059 jclprepend = argv_split(local_jclprepend->data, "\r\n", NULL); in build_commandline()

Completed in 6 milliseconds