Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/cam/
Dcam.c220 int negate_range, ok; in cam_strmatch() local
228 if ((negate_range = (*pattern == '^')) != 0) in cam_strmatch()
242 if (ok == negate_range) in cam_strmatch()
/freebsd-12-stable/crypto/heimdal/lib/roken/
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()
/freebsd-12-stable/lib/libc/gen/
Dglob-compat11.c881 int ok, negate_range; in match() local
909 negate_range = ((*pat & M_MASK) == M_NOT); in match()
910 if (negate_range != 0) in match()
925 if (ok == negate_range) in match()
Dglob.c912 int ok, negate_range; in match() local
940 negate_range = ((*pat & M_MASK) == M_NOT); in match()
941 if (negate_range != 0) in match()
956 if (ok == negate_range) in match()
/freebsd-12-stable/contrib/tcsh/
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()
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()
/freebsd-12-stable/crypto/openssh/openbsd-compat/
Dglob.c908 int ok, negate_range; local
935 if ((negate_range = ((*pat & M_MASK) == M_NOT)) != EOS)
952 if (ok == negate_range)