Searched refs:xdigit (Results 1 - 25 of 57) sorted by relevance

123

/macosx-10.9.5/Heimdal-323.92.1/cf/
H A Dw32-def-from-dll.pl53 /^ +([[:digit:]]+)\s+[[:xdigit:]]+\s[[:xdigit:]]{8,}\s+(\S+)(?:| = (\S*))$/ && do {
79 /^ +([[:digit:]]+)\s+[[:xdigit:]]+\s[[:xdigit:]]{8,}\s+(\S+)(?:| = (\S*))$/ && do {
130 m/^[[:xdigit:]]{3,}\s[[:xdigit:]]{8,}\s(\w+)\s+\w*\s+(?:\(\)| )\s+(\w+)\s+\|\s+(\S+)$/ && do {
H A Dw32-list-externs-from-objs.pl51 /^[[:xdigit:]]{3,}\s[[:xdigit:]]{8,}\s(\w+)\s+\w*\s+(\(\)| )\s+(\w+)\s+\|\s+([0-9a-zA-Z\@\_]+)$/ && do {
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/bits/
H A Dctype_base.h53 static const mask xdigit = _CTYPE_X; member in struct:ctype_base
66 static const mask xdigit = _X; member in struct:ctype_base
H A Dctype_inline.h68 *__vec = __maskrune (*__low, upper | lower | alpha | digit | xdigit
76 if (this->is(xdigit, *__low)) __m |= xdigit;
137 *__vec = __maskrune (*__lo, upper | lower | alpha | digit | xdigit
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/pt/tests/data/ok/peg_tclparam-tcloo/
H A D3_peg_itself422 # <xdigit>
425 # <xdigit>
428 # <xdigit>
430 # <xdigit>
441 # <xdigit>
444 # <xdigit>
447 # <xdigit>
449 # <xdigit>
464 # <xdigit>
467 # <xdigit>
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tclx/tclx/tests/
H A Dchartype.test45 ctype xdigit 01234567abcdefABCDEF
49 ctype xdigit XMc123cd
53 list [ctype -failindex failIdx xdigit XMc123cd] $failIdx
198 } {1 {unrecognized class specification: "ascbb", expected one of: alnum, alpha, ascii, char, cntrl, digit, graph, lower, ord, print, punct, space, upper or xdigit}}
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/pt/
H A Dpt_pexpression.tcl22 punct space upper wordchar xdigit ddigit \
134 punct - space - upper - wordchar - xdigit - ddigit - dot {
231 proc ::pt::pe::xdigit {} { return xdigit }
280 xdigit {0 0}
H A Dpt_peg_container_peg.tcl88 CharUnicode {x {t \134} {t u} xdigit {? {x xdigit {? {x xdigit {? xdigit}}}}}}
H A Dpt_peg_to_peg.tcl211 punct - space - upper - wordchar - xdigit - ddigit {
401 & 2 .. 4 graph 4 xdigit 4
H A Dpt_peg_interp.tcl121 xdigit
H A Dpt_parse_peg_c.tcl1888 /* 33 = */ "xdigit",
2022 /* 167 = */ "str '<xdigit>'",
2450 * <xdigit>
2453 * <xdigit>
2456 * <xdigit>
2458 * <xdigit>
2471 * <xdigit>
2474 * <xdigit>
2477 * <xdigit>
2479 * <xdigit>
[all...]
H A Dpt_rdengine_tcl.tcl985 #Asm::Ins i_input_next xdigit
992 set myerror [list $myloc [list xdigit]]
998 set myok [string is xdigit -strict $mycurrent]
1000 set myerror [list $myloc [list xdigit]]
1678 set myok [string is xdigit -strict $mycurrent]
1679 OkFail xdigit
1783 set ourmsg(xdigit) [pt::pe xdigit]
H A Dpt_peg_to_cparam.tcl482 punct space upper wordchar xdigit ddigit \
510 punct space upper wordchar xdigit ddigit
H A Dpt_peg_from_peg.tcl381 return [pt::pe xdigit]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/tepam/
H A Dproc_interactive.test65 {-xdigit -type xdigit -default 1234ABCD}
96 append res "xdigit:'$xdigit' "
149 xdigit 1234ABCD
191 {-xdigit -type xdigit -optional}
221 catch {append res " xdigit:'$xdigit'"}
272 xdigit 123
[all...]
H A Dproc_call_arg_type.test75 {-xdigit -type xdigit -optional}
156 -body "AllTypeProcedure -xdigit \"%1\"" \
160 -returnCodes error -body "AllTypeProcedure -xdigit \"%1\"" \
161 -result "*requires type 'xdigit'*" -output "" -match glob
185 {-xdigit -type xdigit -optional -multiple}
266 -body "AllTypeProcedure_Multiple -xdigit \"%1\" -xdigit \"%1\"" \
270 -body "AllTypeProcedure_Multiple -xdigit \"
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dmsidl.vim16 syn match msidlUUID "{\?[[:xdigit:]]\{8}-\([[:xdigit:]]\{4}-\)\{3}[[:xdigit:]]\{12}}\?"
H A Dpdf.vim27 syn match pdfHexError "[^[:space:][:xdigit:]<>]" contained
/macosx-10.9.5/ruby-104/ruby/win32/
H A Dmkexports.rb113 next if /^[[:xdigit:]]+ 0+ UNDEF / =~ l
118 next if /(?!^)@.*@/ =~ l || /@[[:xdigit:]]{8,32}$/ =~ l ||
125 next unless l.sub!(/^\s*\d+\s+[[:xdigit:]]+\s+[[:xdigit:]]+\s+/, '')
/macosx-10.9.5/libstdcxx-60/src/
H A Dctype.cc42 const ctype_base::mask ctype_base::xdigit; member in class:ctype_base
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/pt/tests/data/ok/peg_tclparam-snit/
H A D3_peg_itself436 # <xdigit>
439 # <xdigit>
442 # <xdigit>
444 # <xdigit>
455 # <xdigit>
458 # <xdigit>
461 # <xdigit>
463 # <xdigit>
478 # <xdigit>
481 # <xdigit>
[all...]
/macosx-10.9.5/objc4-551.1/test/
H A Dverify-exports.pl50 (my $type, my $name) = ($line =~ /^[[:xdigit:]]*\s+(.) (.*)$/);
/macosx-10.9.5/adv_cmds-153/localedef/
H A Dlocaledef.pl34 xdigit => {map { ($_, 1); } qw(0 1 2 3 4 5 6 7 8 9 A B C D E F a b c d e f)},
558 foreach my $d (qw(upper lower alpha digit graph xdigit)) {
562 foreach my $d (qw(upper lower alpha digit punct graph print xdigit)) {
566 foreach my $d (qw(upper lower alpha digit cntrl xdigit space)) {
571 foreach my $a (qw(upper lower alpha digit xdigit punct)) {
788 unless ($class =~ m/^(tolower|toupper|alpha|control|digit|grah|lower|space|upper|xdigit|blank|print|ideogram|special|phonogram)$/) {
/macosx-10.9.5/ruby-104/ruby/enc/unicode/
H A Dname2ctype.h.blt26063 char uniname2ctype_pool_str11[sizeof("xdigit")];
26356 char uniname2ctype_pool_str841[sizeof("xdigit")];
26708 "xdigit",
27000 "xdigit",
H A Dname2ctype.h26063 char uniname2ctype_pool_str11[sizeof("xdigit")];
26356 char uniname2ctype_pool_str841[sizeof("xdigit")];
26708 "xdigit",
27000 "xdigit",

Completed in 220 milliseconds

123