Home
last modified time | relevance | path

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

/src/sys/cam/
H A Dcam.c226 int negate_range, ok; in cam_strmatch() local
234 if ((negate_range = (*pattern == '^')) != 0) in cam_strmatch()
248 if (ok == negate_range) in cam_strmatch()
/src/crypto/heimdal/lib/roken/
H A Dglob.c698 int ok, negate_range; in match() local
720 if ((negate_range = ((*pat & M_MASK) == M_NOT)) != CHAR_EOS) in match()
729 if (ok == negate_range) in match()
/src/lib/libc/gen/
H A Dglob.c937 int ok, negate_range; in match() local
965 negate_range = ((*pat & M_MASK) == M_NOT); in match()
966 if (negate_range != 0) in match()
981 if (ok == negate_range) in match()
H A Dglob-compat11.c875 int ok, negate_range; in match() local
903 negate_range = ((*pat & M_MASK) == M_NOT); in match()
904 if (negate_range != 0) in match()
919 if (ok == negate_range) in match()
/src/contrib/tcsh/
H A Dglob.c702 int ok, negate_range; in match() local
744 if ((negate_range = ((*pat & M_MASK) == m_not)) != 0) { in match()
766 if (ok == negate_range) in match()
H A Dsh.glob.c944 int match, negate_range; in t_pmatch() local
991 if ((negate_range = (*pattern == '^')) != 0) in t_pmatch()
1012 if (match == negate_range) in t_pmatch()
/src/crypto/openssh/openbsd-compat/
H A Dglob.c908 int ok, negate_range; local
935 if ((negate_range = ((*pat & M_MASK) == M_NOT)) != EOS)
952 if (ok == negate_range)