Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/libkern/
HDfnmatch.c47 #define RANGE_MATCH 1 macro
124 case RANGE_MATCH: in fnmatch()
212 return (ok == negate ? RANGE_NOMATCH : RANGE_MATCH); in rangematch()
/freebsd-14-stable/crypto/openssh/openbsd-compat/
HDfnmatch.c99 #define RANGE_MATCH 1 macro
130 rval = RANGE_MATCH; in classmatch()
193 case RANGE_MATCH: in fnmatch_ch()
/freebsd-14-stable/lib/libc/gen/
HDfnmatch.c68 #define RANGE_MATCH 1 macro
173 case RANGE_MATCH: in fnmatch1()
307 return (ok == negate ? RANGE_NOMATCH : RANGE_MATCH); in rangematch()