Home
last modified time | relevance | path

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

/third_party/cups-filters/filter/foomatic-rip/
Dpostscript.c676 dstrcpy(tmp, line->data); in _print_ps()
686 dstrcpy(tmp, line->data); in _print_ps()
1040 dstrcpy(tmp, psheader->data); in _print_ps()
1100 dstrcpy(twolinesbefore, onelinebefore->data); in _print_ps()
1101 dstrcpy(onelinebefore, line->data); in _print_ps()
1149 dstrcpy(tmp, psheader->data); in _print_ps()
Drenderer.c125 dstrcpy(cmdcopy, cmd->data); in massage_gs_commandline()
415 dstrcpy(commandline, (const char *)user_arg); in exec_kid3()
Dutil.c598 void dstrcpy(dstr_t *ds, const char *src) in dstrcpy() function
760 dstrcpy(copy, ds->data); in dstrreplace()
777 dstrcpy(copy, ds->data); in dstrprepend()
778 dstrcpy(ds, str); in dstrprepend()
Doptions.c828 dstrcpy(cmd, choice->command); in build_foomatic_custom_command()
840 dstrcpy(cmd, opt->proto); in build_foomatic_custom_command()
867 dstrcpy(cmd, opt->custom_command); in build_cups_custom_jcl_command()
955 dstrcpy(cmd, choice->command); in option_get_command()
972 dstrcpy(cmd, opt->custom_command); in option_get_command()
1947 dstrcpy(cmdline, pdfcmdline ? cmd_pdf : cmd); in build_commandline()
2056 dstrcpy(jclappend, jclend); in build_commandline()
Dutil.h154 void dstrcpy(dstr_t *ds, const char *src);