Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cpio/
H A Dcpio.c5318 int negatep, result; in matched() local
5327 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()