Searched refs:negatep (Results 1 – 1 of 1) sorted by relevance
5318 int negatep, result; in matched() local5327 negatep = (**pat_pp == '!'); in matched()5329 result = fnmatch(negatep ? (*pat_pp+1) : *pat_pp, str_p, 0); in matched()5337 if ((result == 0 && ! negatep) || in matched()5338 (result == FNM_NOMATCH && negatep)) { in matched()