Home
last modified time | relevance | path

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

/third_party/cups-filters/filter/foomatic-rip/
Dutil.h132 char ** argv_split(const char *string, const char *separators, int *cntp);
Doptions.c1293 if (!(lines = argv_split(code, "\n", NULL))) in contains_active_postscript()
2059 jclprepend = argv_split(local_jclprepend->data, "\r\n", NULL); in build_commandline()
Dutil.c427 char ** argv_split(const char *string, const char *separators, int *cntp) in argv_split() function