Searched refs:re (Results 151 - 175 of 823) sorted by relevance

1234567891011>>

/macosx-10.10.1/Heimdal-398.1.2/lib/wind/
H A Dgen-map.py37 import re
93 m = re.search('^ *([0-9A-F]+)-([0-9A-F]+); *([^;]+); *(.*) *$', l)
102 m = re.search('^ *([^;]+); *([^;]+); *(.*) *$', l)
H A Dgen-combining.py37 import re
/macosx-10.10.1/bind9-45.101/bind9/contrib/queryperf/utils/
H A Dgen-data-queryperf.py16 import re
36 domain_ns_re = re.compile(domain_ns, re.IGNORECASE)
/macosx-10.10.1/llvmCore-3425.0.34/utils/release/
H A DfindRegressions-nightly.py2 import re, string, sys, os, time
17 d = re.sub(r',\d+:\d','', d)
19 r = re.findall(r'TEST-(PASS|FAIL|RESULT.*?):\s+(.*?)\s+(.*?)\r*\n', d)
/macosx-10.10.1/llvmCore-3425.0.34/utils/unittest/googletest/
H A Dgtest-port.cc127 // Returns true iff regular expression re matches the entire str.
128 bool RE::FullMatch(const char* str, const RE& re) { argument
129 if (!re.is_valid_) return false;
132 return regexec(&re.full_regex_, str, 1, &match, 0) == 0;
135 // Returns true iff regular expression re matches a substring of str
137 bool RE::PartialMatch(const char* str, const RE& re) { argument
138 if (!re.is_valid_) return false;
141 return regexec(&re.partial_regex_, str, 1, &match, 0) == 0;
380 // Returns true iff regular expression re matches the entire str.
381 bool RE::FullMatch(const char* str, const RE& re) { argument
387 PartialMatch(const char* str, const RE& re) argument
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/examples/widget/
H A Dscreenruler.tcl73 set re {\.(gif|ppm)$}
79 set re {\.(gif|ppm|png)$}
87 if {![regexp -nocase $re $file -> ext]} {
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/
H A Dresrc.c130 /* The temporary file used if we're not using popen, so we can delete it
1516 const struct res_entry *re;
1527 for (re = rd->entries; re != NULL; re = re->next)
1532 /* If we're at level 1, the key of this resource is the
1536 type = &re->id;
1540 /* If we're at level 2, the key of this resource is the name
1542 name = &re
1513 const struct res_entry *re; local
1589 write_rc_subdir(FILE *e, const struct res_entry *re, const struct res_id *type, const struct res_id *name, int *language, int level) argument
[all...]
/macosx-10.10.1/CPANInternal-159.1/HTTP-Proxy-0.25/eg/
H A Dbork.pl30 my $re = join '|', sort keys %noaccent;
45 sub { ${ $_[ 1 ] } =~ s/&($re);/$noaccent{$1}/go; }
/macosx-10.10.1/CPANInternal-159.1/HTTP-Proxy-0.300/eg/
H A Dbork.pl30 my $re = join '|', sort keys %noaccent;
45 sub { ${ $_[ 1 ] } =~ s/&($re);/$noaccent{$1}/go; }
/macosx-10.10.1/JavaScriptCore-7600.1.17/yarr/
H A DRegularExpression.cpp79 RegularExpression::RegularExpression(const RegularExpression& re) argument
80 : d(re.d)
88 RegularExpression& RegularExpression::operator=(const RegularExpression& re) argument
90 d = re.d;
/macosx-10.10.1/bash-94.1.2/bash-3.2/examples/functions/
H A Dcoproc.bash79 r|re|rea|read)
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/malloc/
H A Dx386-alloca.s8 ;;They're different because Xenix/386 has a different assembler. SCO
/macosx-10.10.1/libffi-18.1/tests/
H A Ddejagnu.py7 import re
14 gDgCommands=re.compile(r'''
19 re.VERBOSE|re.MULTILINE)
103 # NOTE: We're ignoring the xfail data for now, none of the
/macosx-10.10.1/ntp-92/libopts/
H A Dstack.c71 regex_t re; local
74 if (regcomp( &re, pOptDesc->optArg.argString, REG_NOSUB ) != 0)
90 res = regexec( &re, pzSrc, (size_t)0, NULL, 0 );
117 regfree( &re );
/macosx-10.10.1/ntp-92/sntp/libopts/
H A Dstack.c71 regex_t re; local
74 if (regcomp( &re, pOptDesc->optArg.argString, REG_NOSUB ) != 0)
90 res = regexec( &re, pzSrc, (size_t)0, NULL, 0 );
117 regfree( &re );
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-core/PyObjCTest/
H A Ddejagnu.py6 import re
14 gDgCommands=re.compile(r'''
19 re.VERBOSE|re.MULTILINE)
89 # NOTE: We're ignoring the xfail data for now, none of the
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/PyObjCTest/
H A Ddejagnu.py6 import re
15 gDgCommands=re.compile(r'''
20 re.VERBOSE|re.MULTILINE)
95 # NOTE: We're ignoring the xfail data for now, none of the
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/libffi-src/tests/
H A Ddejagnu.py7 import re
14 gDgCommands=re.compile(r'''
19 re.VERBOSE|re.MULTILINE)
103 # NOTE: We're ignoring the xfail data for now, none of the
/macosx-10.10.1/ruby-106/ruby/include/ruby/
H A Dre.h3 re.h -
62 regex_t *rb_reg_prepare_re(VALUE re, VALUE str);
/macosx-10.10.1/ruby-106/ruby/test/
H A Dtest_syslog.rb152 re = syslog_line_regex("syslog_test", "test1 - hello, world!")
154 m = re.match(line)
163 re = syslog_line_regex("syslog_test", "test2 - pid")
165 m = re.match(line)
/macosx-10.10.1/tcl-105/tcl_ext/expect/expect/example/
H A Dxpstat26 expect -re "Server on (.*). Enter command> " {
35 expect -re "WORLD\[^:]*: (\[^\r]*)\r" {
38 expect -re "AUTHOR\[^:]*: (\[^\r]*)\r" {
45 -re -+ {}
46 -re "Enter command> " {
54 -re "\\.\\.\\. . (................) (...) *(\[^ ]*) *(\[^\r]*)\r" {
69 -re "Enter command>"
267 expect -i $cat_spawn_id -re "...." ;# two crlfs
/macosx-10.10.1/xnu-2782.1.97/tools/lldbmacros/core/
H A Dstandard.py4 import re
112 self.reg = re.compile(a.strip(),re.MULTILINE|re.DOTALL)
/macosx-10.10.1/JavaScriptCore-7600.1.17/tests/mozilla/ecma_3/Function/
H A Dregress-58274.js161 var re = /\s*function\s+(\S+)\s*\(/;
162 var arr = s.match(re);
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dregex.c34 # define re_set_registers(bu, re, nu, st, en) \
35 __re_set_registers (bu, re, nu, st, en)
/macosx-10.10.1/tcl-105/tcl_ext/sdx/sdx/lib/app-sdx/
H A Dfetch.tcl24 set re {^ftp://(([^:/@]+):?([^/@]*)?@)?([^/]+)/(.*)}
25 if {![regexp $re $url - x user pw site src]} {

Completed in 316 milliseconds

1234567891011>>