Home
last modified time | relevance | path

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

/external/libcups/scheduler/
Dcolorman.c344 *q3_choice; /* Resolution (or other) choice */ in apple_register_profiles() local
466 q3_choice = q3_attr->value; in apple_register_profiles()
468 q3_choice = NULL; in apple_register_profiles()
535 if (!default_profile_id && q1_choice && q2_choice && q3_choice) in apple_register_profiles()
538 q3_choice); in apple_register_profiles()
550 if (!default_profile_id && q1_choice && q3_choice) in apple_register_profiles()
552 snprintf(selector, sizeof(selector), "%s..%s", q1_choice, q3_choice); in apple_register_profiles()
564 if (!default_profile_id && q2_choice && q3_choice) in apple_register_profiles()
566 snprintf(selector, sizeof(selector), ".%s.%s", q2_choice, q3_choice); in apple_register_profiles()
578 if (!default_profile_id && q3_choice) in apple_register_profiles()
[all …]