Home
last modified time | relevance | path

Searched refs:xdigit (Results 1 – 25 of 32) sorted by relevance

12

/freebsd/lib/libpmc/pmu-events/arch/powerpc/
H A Dmapfile.csv16 004[bcd][[:xdigit:]]{4},1,power8,core
17 004e[[:xdigit:]]{4},1,power9,core
/freebsd/contrib/openpam/t/
H A Dt_openpam_ctype.c86 T_OC(xdigit) in T_OC() argument
107 T_OC_ADD(xdigit); in T_OC()
/freebsd/lib/libpmc/pmu-events/arch/x86/
H A Dmapfile.csv50 AuthenticAMD-23-[[:xdigit:]]+,v1,amdzen2,core
51 AuthenticAMD-25-[0245][[:xdigit:]],v1,amdzen3,core
52 AuthenticAMD-25-[[:xdigit:]]+,v1,amdzen4,core
/freebsd/lib/libc/iconv/
H A Dcitrus_prop.c75 static const char *xdigit = "0123456789ABCDEF"; variable
91 p = strchr(xdigit, _bcs_toupper(ch)); \
92 if (p == NULL || (n = (p - xdigit)) >= base) \
/freebsd/contrib/flex/src/
H A Dscan.l148 ESCSEQ (\\([^\n]|[0-7]{1,3}|x[[:xdigit:]]{1,2}))
851 "[:xdigit:]" BEGIN(CCL); return CCE_XDIGIT;
864 "[:^xdigit:]" BEGIN(CCL); return CCE_NEG_XDIGIT;
/freebsd/contrib/llvm-project/libcxx/src/
H A Dlocale.cpp697 const ctype_base::mask ctype_base::xdigit; member in ctype_base
926 digit | print | xdigit, digit | print | xdigit, in classic_table()
927 digit | print | xdigit, digit | print | xdigit, in classic_table()
928 digit | print | xdigit, digit | print | xdigit, in classic_table()
929 digit | print | xdigit, digit | print | xdigit, in classic_table()
930 digit | print | xdigit, digit | print | xdigit, in classic_table()
934 punct | print, upper | xdigit | print | alpha, in classic_table()
935 upper | xdigit | print | alpha, upper | xdigit | print | alpha, in classic_table()
936 upper | xdigit | print | alpha, upper | xdigit | print | alpha, in classic_table()
937 upper | xdigit | print | alpha, upper | print | alpha, in classic_table()
[all …]
H A Dregex.cpp323 {"xdigit", ctype_base::xdigit}};
/freebsd/contrib/tcsh/
H A Ddot.tcshrc68 -e '/^[.:[:xdigit:][:space:]]*$/d' \
/freebsd/contrib/netbsd-tests/lib/libc/regex/data/
H A Dbracket.in48 [[:xdigit:]]+ - p0f3Cq 0f3C
/freebsd/contrib/llvm-project/libcxx/include/
H A D__locale308 static const mask xdigit = 1 << 8;
327 static const mask xdigit = _ISxdigit;
344 static const mask xdigit = _HEX;
365 static const mask xdigit = _CTYPE_X;
386 static const mask xdigit = _ISXDIGIT;
402 static const mask xdigit = static_cast<mask>(_X | _N);
420 static const mask xdigit = _ISXDIGIT_A;
432 static const mask xdigit = __ISXDIGIT;
445 … digit | punct | xdigit | blank)) == __regex_word,
702 return std::use_facet<ctype<_CharT> >(__loc).is(ctype_base::xdigit, __c);
/freebsd/contrib/file/magic/Magdir/
H A Dterminfo54 >>>>>5 regex \^FLAGS=0x[[:xdigit:]]+$
H A Dgentoo38 …:print:]]+[[:space:]]+[[:digit:]]+[[:space:]]+[[:alnum:]]+[[:space:]]+[[:xdigit:]]{32} Gentoo Mani…
/freebsd/include/xlocale/
H A D_ctype.h138 XLOCALE_ISCTYPE(xdigit, _CTYPE_X)
/freebsd/contrib/ncurses/misc/
H A Dmagic82 >5 regex \^FLAGS=0x[[:xdigit:]]+$
/freebsd/usr.sbin/bsdconfig/share/
H A Dstrings.subr553 if ( seq ~ /^%[[:xdigit:]][[:xdigit:]]$/ ) {
H A Dgeom.subr149 if (match(field, attr "=\"0x[[:xdigit:]]+\"")) {
/freebsd/share/ctypedef/
H A Dhi_IN.ISCII-DEV.src767 xdigit <zero>;/
H A Dhy_AM.ARMSCII-8.src614 xdigit <zero>;/
H A Del_GR.ISO8859-7.src1424 xdigit <zero>;/
H A Dbe_BY.CP1131.src1647 xdigit <zero>;/
H A Duk_UA.CP1251.src1650 xdigit <zero>;/
H A Dca_IT.ISO8859-1.src4238 xdigit <zero>;/
H A Den_US.ISO8859-1.src4235 xdigit <zero>;/
/freebsd/usr.sbin/bsdconfig/share/media/
H A Dwlan.subr314 seg = "[[:xdigit:]][[:xdigit:]]"
/freebsd/lib/libc/regex/grot/
H A Dtests319 [[:xdigit:]]+ - p0f3Cq 0f3C

12