Searched refs:re (Results 1 - 25 of 133) sorted by relevance

123456

/barrelfish-2018-10-04/usr/eclipseclp/icparc_solvers/rxspencer/
H A Dtest1.sh2 ./re < $srcdir/tests
H A Dtest2.sh2 ./re -el < $srcdir/tests
H A Dtest3.sh2 ./re -er < $srcdir/tests
H A DMakefile26 # Stuff that matters only if you're trying to lint the package.
62 re: $(OBJS)
66 r: re tests
67 ./re <tests
68 ./re -el <tests
69 ./re -er <tests
72 ra: ./re tests
73 -./re <tests
74 -./re -el <tests
75 -./re
[all...]
H A Dmain.c30 regex_t re; local
68 fprintf(stderr, "[-c copt][-C][-d] [re]\n");
77 err = regcomp(&re, argv[optind++], copts);
79 len = regerror(err, &re, erbuf, sizeof(erbuf));
84 regprint(&re, stdout);
87 regfree(&re);
95 err = regexec(&re, argv[optind], (size_t)NS, subs, eopts);
97 len = regerror(err, &re, erbuf, sizeof(erbuf));
139 regex_t re; local
185 re
211 regex_t re; local
503 regex_t re; local
[all...]
/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_refcount.c82 REAL_PCRE *re = (REAL_PCRE *)argument_re; local
83 if (re == NULL) return PCRE_ERROR_NULL;
84 if (re->magic_number != MAGIC_NUMBER) return PCRE_ERROR_BADMAGIC;
85 if ((re->flags & PCRE_MODE) == 0) return PCRE_ERROR_BADMODE;
86 re->ref_count = (-adjust > re->ref_count)? 0 :
87 (adjust + re->ref_count > 65535)? 65535 :
88 re->ref_count + adjust;
89 return re->ref_count;
H A Dpcre_try_flipped.c92 re points to the regex
102 _pcre_try_flipped(const real_pcre *re, real_pcre *internal_re, argument
105 if (byteflip(re->magic_number, sizeof(re->magic_number)) != MAGIC_NUMBER)
108 *internal_re = *re; /* To copy other fields */
109 internal_re->size = byteflip(re->size, sizeof(re->size));
110 internal_re->options = byteflip(re->options, sizeof(re->options));
111 internal_re->flags = (pcre_uint16)byteflip(re
[all...]
H A Dpcre_fullinfo.c82 const REAL_PCRE *re = (const REAL_PCRE *)argument_re; local
85 if (re == NULL || where == NULL) return PCRE_ERROR_NULL;
95 if (re->magic_number != MAGIC_NUMBER)
96 return re->magic_number == REVERSED_MAGIC_NUMBER?
101 if ((re->flags & PCRE_MODE) == 0) return PCRE_ERROR_BADMODE;
106 *((unsigned long int *)where) = re->options & PUBLIC_COMPILE_OPTIONS;
110 *((size_t *)where) = re->size;
130 *((int *)where) = re->top_bracket;
134 *((int *)where) = re->top_backref;
139 ((re
[all...]
/barrelfish-2018-10-04/lib/libc/locale/
H A Dnextwctype.c47 _RuneEntry *base, *re; local
68 re = base + (lim >> 1);
69 if (re->__min <= wc && wc <= re->__max)
71 else if (wc > re->__max) {
72 base = re + 1;
80 if (re->__min <= wc && wc <= re->__max) {
81 if (re->__types != NULL) {
82 for (; wc <= re
[all...]
H A Dtolower.c53 _RuneEntry *base, *re; local
61 re = base + (lim >> 1);
62 if (re->__min <= c && c <= re->__max)
63 return (re->__map + c - re->__min);
64 else if (c > re->__max) {
65 base = re + 1;
H A Dtoupper.c53 _RuneEntry *base, *re; local
61 re = base + (lim >> 1);
62 if (re->__min <= c && c <= re->__max)
64 return (re->__map + c - re->__min);
66 else if (c > re->__max) {
67 base = re + 1;
H A Drunetype.c53 _RuneEntry *base, *re; local
61 re = base + (lim >> 1);
62 if (re->__min <= c && c <= re->__max) {
63 if (re->__types)
64 return(re->__types[c - re->__min]);
66 return(re->__map);
67 } else if (c > re->__max) {
68 base = re
[all...]
/barrelfish-2018-10-04/lib/libc/regex/grot/
H A DMakefile35 # Stuff that matters only if you're trying to lint the package.
46 re: $(OBJS)
68 r: re tests
69 ./re <tests
70 ./re -el <tests
71 ./re -er <tests
73 ra: ./re tests
74 -./re <tests
75 -./re -el <tests
76 -./re
[all...]
H A Dmain.c33 regex_t re; local
71 fprintf(stderr, "[-c copt][-C][-d] [re]\n");
80 err = regcomp(&re, argv[optind++], copts);
82 len = regerror(err, &re, erbuf, sizeof(erbuf));
87 regprint(&re, stdout);
90 regfree(&re);
98 err = regexec(&re, argv[optind], (size_t)NS, subs, eopts);
100 len = regerror(err, &re, erbuf, sizeof(erbuf));
141 regex_t re; local
187 re
208 regex_t re; local
487 regex_t re; local
[all...]
/barrelfish-2018-10-04/tools/harness/tests/
H A Dspawntest.py10 import re namespace
37 if re.match(MATCH, line):
44 if re.match(MATCH, line):
H A Dtracing.py10 import re namespace
32 m = re.match("trace: (\w+.*)", line)
H A Ddistops.py11 import re namespace
46 error_re = re.compile(error_regex)
H A Didctest.py10 import re namespace
26 if re.search(MATCH_RE, line):
H A Dtsctests.py10 import re namespace
36 m = re.match("Iteration\s+(\d+): time0 (\d+) time1 (\d+) difference (\d+)",
65 m = re.match("Running on (\d+) cores", line)
73 m = re.match("page \d+ took (\d+)", line)
H A Dchannel_cost.py10 import re namespace
38 m = re.match("running with (\d+) connections", line)
46 m = re.match("\d+ (\d+)", line)
H A Dclockdrift.py10 import re namespace
40 m = re.match("Running on (\d+) cores.", line)
50 m = re.match(corestr, line)
H A Dmultihoptests.py10 import re namespace
64 m = re.match("Running latency test for message (.*)....", line)
72 m = re.match("page \d+ took (\d+)", line)
H A Dspantest.py10 import re namespace
34 return re.match(MATCH, line) or super(SpanTest, self).is_finished(line)
39 if re.match(MATCH, line):
63 if re.search('SPAN_TEST_SUCCESS.', line) :
84 if re.search('SPAN_TEST_DONE.', line) :
86 return re.match('kernel [0-9]*: user page fault WHILE DISABLED', line) or \
92 if re.match('kernel [0-9]*: user page fault WHILE DISABLED', line):
H A Drcce.py10 import re namespace
54 m = re.match(r" Time in seconds =\s+(\d+.\d+)", line)
58 m = re.match(r" Total processes =\s+(\d+)", line)
H A Dfputest.py10 import re namespace

Completed in 202 milliseconds

123456