Searched refs:regex (Results 1 – 9 of 9) sorted by relevance
/picolibc-3.7.0-3.6.0/test/ |
D | regex.c | 80 regex_t regex; in main() local 85 ret = regcomp(®ex, tests[t].pattern, REG_EXTENDED); in main() 91 ret = regexec(®ex, tests[t].string, MAX_MATCH, matches, 0); in main() 92 regfree(®ex); in main()
|
D | CMakeLists.txt | 40 regex
|
D | meson.build | 504 plain_tests = ['rand', 'regex', 'ungetc', 'fenv',
|
/picolibc-3.7.0-3.6.0/ |
D | find-copyright | 50 regex = re.compile(pat, re.I) variable 51 end_res += [regex] 54 regex = re.compile(pat) variable 55 end_res += [regex] 83 for regex in end_res: 84 if regex.search(line):
|
D | COPYING.picolibc | 804 test/regex.c 1567 Files: newlib/libc/include/regex.h
|
/picolibc-3.7.0-3.6.0/newlib/libc/include/ |
D | CMakeLists.txt | 79 regex.h
|
D | meson.build | 78 'regex.h',
|
/picolibc-3.7.0-3.6.0/newlib/ |
D | NEWS | 226 * movement of regex functions from sys/linux directory into
|
D | ChangeLog-2015 | 2342 * libc/include/regex.h, libc/posix/regcomp.c, 2343 libc/posix/regerror.c, libc/posix/regex.3 7736 * libc/include/regex.h: Ditto. 7756 * libc/posix/regex.3: Ditto. 7795 * libc/sys/linux/stdlib/regex.3: Ditto. 15340 * libc/sys/linux/include/regex.h: Ditto. 15776 * libc/sys/linux/stdlib/regex.3: Ditto.
|