Home
last modified time | relevance | path

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

/freebsd/sys/libkern/
H A Dfnmatch.c47 #define RANGE_MATCH 1 macro
124 case RANGE_MATCH: in fnmatch()
212 return (ok == negate ? RANGE_NOMATCH : RANGE_MATCH); in rangematch()
/freebsd/crypto/openssh/openbsd-compat/
H A Dfnmatch.c99 #define RANGE_MATCH 1 macro
130 rval = RANGE_MATCH; in classmatch()
193 case RANGE_MATCH: in fnmatch_ch()
/freebsd/lib/libc/gen/
H A Dfnmatch.c66 #define RANGE_MATCH 1 macro
171 case RANGE_MATCH: in fnmatch1()
305 return (ok == negate ? RANGE_NOMATCH : RANGE_MATCH); in rangematch()