Lines Matching refs:strcasecmp
116 if ((strcasecmp(key, "PageSize") == 0) || in PPDFileToAttributesList()
117 (strcasecmp(key, "InputSlot") == 0)) in PPDFileToAttributesList()
120 if (strcasecmp(key, "OpenGroup") == 0) { in PPDFileToAttributesList()
124 } else if (strcasecmp(key, "OpenUI") == 0) { in PPDFileToAttributesList()
125 if ((strcasecmp(value, "PageSize") == 0) || in PPDFileToAttributesList()
126 (strcasecmp(value, "InputSlot") == 0)) in PPDFileToAttributesList()
134 } else if (strcasecmp(key, "CloseGroup") == 0) { in PPDFileToAttributesList()
136 } else if (strcasecmp(key, "CloseUI") == 0) { in PPDFileToAttributesList()
139 } else if (strcasecmp(key, "Manufacturer") == 0) { in PPDFileToAttributesList()
143 } else if (strcasecmp(key, "ModelName") == 0) { in PPDFileToAttributesList()
147 } else if (strcasecmp(key, "ShortNickName") == 0) { in PPDFileToAttributesList()
155 } else if ((strcasecmp(key, capability) == 0) && ui) { in PPDFileToAttributesList()