Searched refs:get_option_in_str (Results 1 – 2 of 2) sorted by relevance
/third_party/cups-filters/filter/ |
D | sys5ippprinter.c | 68 static char* get_option_in_str(char *buf, const char *option, 380 if (!get_option_in_str(argv_nt[5], "media-left-margin", 0) && in main() 381 !get_option_in_str(argv_nt[5], "media-right-margin", 0) && in main() 382 !get_option_in_str(argv_nt[5], "media-top-margin", 0) && in main() 383 !get_option_in_str(argv_nt[5], "media-bottom-margin", 0)) in main() 399 p = get_option_in_str(argv_nt[5], color_mode_option_names[i], 1); in main() 835 get_option_in_str(char *buf, /* I - Buffer with option list string */ in get_option_in_str() function
|
/third_party/cups-filters/cupsfilters/ |
D | pdftoippprinter.c | 67 static char* get_option_in_str(char *buf, const char *option, 442 if (!get_option_in_str(argv_nt[5], "media-left-margin", 0) && in apply_filters() 443 !get_option_in_str(argv_nt[5], "media-right-margin", 0) && in apply_filters() 444 !get_option_in_str(argv_nt[5], "media-top-margin", 0) && in apply_filters() 445 !get_option_in_str(argv_nt[5], "media-bottom-margin", 0)) { in apply_filters() 459 p = get_option_in_str(argv_nt[5], color_mode_option_names[i], 1); in apply_filters() 867 get_option_in_str(char *buf, /* I - Buffer with option list string */ in get_option_in_str() function
|