Searched refs:regexec (Results 1 – 8 of 8) sorted by relevance
/picolibc-latest/newlib/libc/stdlib/ |
D | rpmatch.c | 73 if (regexec(&yes, response, 0, NULL, 0) == 0) in rpmatch() 75 else if (regexec(&no, response, 0, NULL, 0) == 0) in rpmatch()
|
/picolibc-latest/newlib/libc/include/ |
D | regex.h | 100 int regexec(const regex_t *__restrict, const char *__restrict,
|
/picolibc-latest/test/ |
D | regex.c | 91 ret = regexec(®ex, tests[t].string, MAX_MATCH, matches, 0); in main()
|
/picolibc-latest/newlib/libc/posix/ |
D | CMakeLists.txt | 41 regexec.c
|
D | meson.build | 41 'regexec.c',
|
D | regexec.c | 156 regexec(const regex_t *__restrict preg, in regexec() function
|
/picolibc-latest/newlib/ |
D | ChangeLog-2015 | 2344 libc/posix/regexec.c: Add restrict keyword. 4012 * libc/posix/regexec.c: Define "nope" only #ifndef NDEBUG. 7758 * libc/posix/regexec.c: Ditto. 7797 * libc/sys/linux/stdlib/regexec.c: Ditto. 9067 * libc/sys/linux/stdlib/regexec.c: Ditto. 15778 * libc/sys/linux/stdlib/regexec.c: Ditto.
|
/picolibc-latest/ |
D | COPYING.picolibc | 1647 newlib/libc/posix/regexec.c
|