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

/macosx-10.10/Heimdal-398.1.2/lib/roken/
H A Dglob.c698 int ok, negate_range; local
720 if ((negate_range = ((*pat & M_MASK) == M_NOT)) != CHAR_EOS)
729 if (ok == negate_range)
/macosx-10.10/lukemftp-14/tnftp/libnetbsd/
H A Dglob.c739 int ok, negate_range; local
761 if ((negate_range = ((*pat & M_MASK) == M_NOT)) != EOS)
770 if (ok == negate_range)
/macosx-10.10/sudo-73/src/
H A Dglob.c796 int ok, negate_range; local
818 if ((negate_range = ((*pat & M_MASK) == M_NOT)) != EOS)
835 if (ok == negate_range)
/macosx-10.10/tcsh-65/tcsh/
H A Dglob.c641 int ok, negate_range; local
674 if ((negate_range = ((*pat & M_MASK) == m_not)) != 0)
690 if (ok == negate_range)
H A Dsh.glob.c947 int match, negate_range; local
994 if ((negate_range = (*pattern == '^')) != 0)
1015 if (match == negate_range)
/macosx-10.10/Libc-1044.1.2/gen/FreeBSD/
H A Dglob.c836 int ok, negate_range; local
858 if ((negate_range = ((*pat & M_MASK) == M_NOT)) != EOS)
871 if (ok == negate_range)
/macosx-10.10/OpenSSH-189/openssh/openbsd-compat/
H A Dglob.c901 int ok, negate_range; local
928 if ((negate_range = ((*pat & M_MASK) == M_NOT)) != EOS)
945 if (ok == negate_range)

Completed in 158 milliseconds