Searched refs:cclass (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dcharclass.h12 static struct cclass { struct
H A Dglob.c443 struct cclass *cc;
/freebsd-11-stable/usr.bin/tr/
H A Dextern.h44 wctype_t cclass; /* character class from wctype() */ member in struct:__anon13836
H A Dstr.c116 ch = nextwctype(s->lastch, s->cclass);
177 if ((s->cclass = wctype(s->str)) == 0)
/freebsd-11-stable/contrib/nvi/regex/
H A Dcclass.h1 /* $NetBSD: cclass.h,v 1.2 2008/12/05 22:51:42 christos Exp $ */
35 * @(#)cclass.h 8.2 (Berkeley) 3/16/94
52 static struct cclass { struct
H A Dregcomp.c53 #include "cclass.h"
830 struct cclass *cp;
/freebsd-11-stable/contrib/bmake/unit-tests/
H A Dmodmatch.mk18 all: show-libs check-cclass
31 check-cclass:
/freebsd-11-stable/release/picobsd/tinyware/msh/
H A Dsh1.c38 _PROTOTYPE(static char *cclass, (char *p, int sub ));
739 if ((p = cclass(p, sc)) == NULL)
765 cclass(p, sub) function
/freebsd-11-stable/bin/sh/
H A Dexpand.c1238 wctype_t cclass; local
1249 cclass = wctype(name);
1251 if (cclass == 0)
1253 return iswctype(chr, cclass);
/freebsd-11-stable/contrib/gcc/
H A Dgenmodes.c413 enum mode_class cclass = complex_class (cl); local
415 if (cclass == MODE_RANDOM)
456 c = new_mode (cclass, xstrdup (buf), file, line);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A Dregcomp.c54 static struct cclass { struct
942 struct cclass *cp;

Completed in 203 milliseconds