Searched refs:dstrreplace (Results 1 – 4 of 4) sorted by relevance
/third_party/cups-filters/filter/foomatic-rip/ |
D | renderer.c | 87 dstrreplace(gscmd, "-sOutputFile=- ", "-sOutputFile=%stdout ", 0); in massage_gs_commandline() 89 dstrreplace(gscmd, "-sOutputFile=- ", "-sOutputFile=/dev/fd/3 ", 0); in massage_gs_commandline() 98 dstrreplace(gscmd, " - ", " -_ ", 0); in massage_gs_commandline() 99 dstrreplace(gscmd, " /dev/fd/0", " -_ ", 0); in massage_gs_commandline() 102 dstrreplace(gscmd, " -q ", " ", 0); in massage_gs_commandline() 137 dstrreplace(cmd, "echo", echopath, 0); /* TODO search for \wecho\w */ in massage_gs_commandline()
|
D | options.c | 830 if ((pos = dstrreplace(cmd, "%0", width, 0)) < 0) in build_foomatic_custom_command() 831 pos = dstrreplace(cmd, "0", width, 0); in build_foomatic_custom_command() 833 if (dstrreplace(cmd, "%1", height, pos) < 0) in build_foomatic_custom_command() 834 dstrreplace(cmd, "0", height, pos); in build_foomatic_custom_command() 843 dstrreplace(cmd, "%s", values, 0); in build_foomatic_custom_command() 870 dstrreplace(cmd, orderstr, paramvalues[i], 0); in build_cups_custom_jcl_command() 2022 dstrreplace(cmdline, p, s, 0); in build_commandline() 2033 dstrreplace(cmdline, "%Y", s, 0); in build_commandline() 2045 dstrreplace(cmdline, s, "", 0); in build_commandline()
|
D | util.h | 162 int dstrreplace(dstr_t *ds, const char *find, const char *repl, int start);
|
D | util.c | 754 int dstrreplace(dstr_t *ds, const char *find, const char *repl, int start) in dstrreplace() function
|