Lines Matching defs:FIND
6193 #define FIND strstr
6195 #define FIND strcasestr
6198 if ((FIND(aff_str, "none") == NULL) &&
6199 (FIND(aff_str, "physical") == NULL) &&
6200 (FIND(aff_str, "logical") == NULL) &&
6201 (FIND(aff_str, "compact") == NULL) &&
6202 (FIND(aff_str, "scatter") == NULL) &&
6203 (FIND(aff_str, "explicit") == NULL) &&
6204 (FIND(aff_str, "balanced") == NULL) &&
6205 (FIND(aff_str, "disabled") == NULL)) {
6216 #undef FIND