Home
last modified time | relevance | path

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

/external/libcups/scheduler/
Dcolorman.c336 *profileid_attr,/* cupsProfileID attribute */ in apple_register_profiles() local
497 if ((profileid_attr = ppdFindAttr(ppd, "cupsProfileID", in apple_register_profiles()
499 profileid_attr->value && isdigit(profileid_attr->value[0] & 255)) in apple_register_profiles()
500 profile_id = (unsigned)strtoul(profileid_attr->value, NULL, 10); in apple_register_profiles()