Home
last modified time | relevance | path

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

/dports/print/cups-filters/cups-filters-1.28.10/utils/
H A Dcups-browsed.c2606 unsigned long int max_length = 0, option1_len = 0, option2_len = 0, t_len = 0; in check_printer_with_options() local
2613 option2_len = strlen(option2); in check_printer_with_options()
2616 max_length = option1_len + option2_len + (2 * t_len) + 1; in check_printer_with_options()
2642 if(option2_len >=11 && in check_printer_with_options()
2643 !strcmp(&option2[option2_len - t_len], t)) in check_printer_with_options()