Searched refs:regex (Results 1 – 9 of 9) sorted by relevance
/picolibc-latest/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 | 36 plain_tests_common = ['regex', 'ungetc', 584 plain_tests = ['rand', 'regex', 'ungetc', 'fenv',
|
/picolibc-latest/ |
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 | 785 test/regex.c 1619 Files: newlib/libc/include/regex.h
|
/picolibc-latest/newlib/libc/include/ |
D | CMakeLists.txt | 78 regex.h
|
D | meson.build | 77 'regex.h',
|
/picolibc-latest/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.
|