Searched refs:jclstr (Results 1 - 1 of 1) sorted by relevance
/third_party/cups-filters/filter/foomatic-rip/ |
H A D | renderer.c | 174 * Read all lines containing 'jclstr' from 'stream' (actually, one more) and 177 static char ** read_jcl_lines(FILE *stream, const char *jclstr, in read_jcl_lines() argument 195 if (!strstr(line, jclstr)) in read_jcl_lines() 208 const char *jclstr) in jcl_keywords_equal() 212 j1 = strstr(jclline1, jclstr); in jcl_keywords_equal() 220 j2 = strstr(jclline2, jclstr); in jcl_keywords_equal() 236 const char *jclstr) in jcl_options_find_keyword() 243 if (jcl_keywords_equal(*opts, line, jclstr)) in jcl_options_find_keyword() 269 const char *jclstr) in write_merged_jcl_options() 271 char *p = strstr(original_opts[0], jclstr); in write_merged_jcl_options() 207 jcl_keywords_equal(const char *jclline1, const char *jclline2, const char *jclstr) jcl_keywords_equal() argument 235 jcl_options_find_keyword(char **opts, const char *line, const char *jclstr) jcl_options_find_keyword() argument 265 write_merged_jcl_options(FILE *stream, char **original_opts, char **opts, size_t readbinarybytes, const char *jclstr) write_merged_jcl_options() argument 366 char *jclstr, **jclheader; exec_kid4() local [all...] |
Completed in 1 milliseconds