Home
last modified time | relevance | path

Searched refs:cclass (Results 1 – 9 of 9) sorted by relevance

/freebsd/crypto/openssh/openbsd-compat/
H A Dcharclass.h12 static struct cclass { struct
H A Dfnmatch.c108 struct cclass *cc; in classmatch()
H A Dglob.c446 struct cclass *cc;
/freebsd/usr.bin/tr/
H A Dextern.h43 wctype_t cclass; /* character class from wctype() */ member
H A Dstr.c112 ch = nextwctype(s->lastch, s->cclass); in next()
173 if ((s->cclass = wctype(s->str)) == 0) in genclass()
/freebsd/contrib/nvi/regex/
H A Dcclass.h52 static struct cclass { struct
H A Dregcomp.c830 struct cclass *cp; in p_b_cclass()
/freebsd/bin/sh/
H A Dexpand.c1231 wctype_t cclass; in match_charclass() local
1242 cclass = wctype(name); in match_charclass()
1244 if (cclass == 0) in match_charclass()
1246 return iswctype(chr, cclass); in match_charclass()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A Dregcomp.c54 static struct cclass { struct
944 struct cclass *cp; in p_b_cclass()