Home | History | Annotate | Download | only in libkern

Lines Matching defs:match

43  *	Return 2 on exact match.
44 * Return 1 on substring match.
45 * Return 0 on no match.
47 * *estr will point to the end of the longest exact or substring match.
53 int match, negate_range;
107 match = 0;
113 if (match)
117 match =
122 match = (stringc == rangec);
126 if (match == negate_range)