Home
last modified time | relevance | path

Searched defs:cclass (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/openssh/openbsd-compat/
H A Dcharclass.h12 static struct cclass { struct
15 } cclasses[] = { argument
/freebsd/contrib/nvi/regex/
H A Dcclass.h52 static struct cclass { struct
56 } cclasses[] = { argument
/freebsd/usr.bin/tr/
H A Dextern.h43 wctype_t cclass; /* character class from wctype() */ member
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A Dregcomp.c54 static struct cclass { struct
58 } cclasses[] = { argument
/freebsd/bin/sh/
H A Dexpand.c1231 wctype_t cclass; in match_charclass() local