OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:regcomp
(Results
1 - 25
of
49
) sorted by null
1
2
/ndk/sources/host-tools/sed-4.2.1/testsuite/
bug-regex21.c
1
/* Test for memory leaks in
regcomp
.
43
if (
regcomp
(&re, "X-.+:.+Y=\".*\\.(A|B|C|D|E|F|G|H|I",
46
puts ("
regcomp
unexpectedly succeeded");
bug-regex12.c
60
n =
regcomp
(&re, tests[i].pattern, tests[i].flags);
65
printf ("
regcomp
%lu failed: %s\n", i, buf);