Home
last modified time | relevance | path

Searched refs:regexec (Results 1 – 8 of 8) sorted by relevance

/picolibc-latest/newlib/libc/stdlib/
Drpmatch.c73 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/
Dregex.h100 int regexec(const regex_t *__restrict, const char *__restrict,
/picolibc-latest/test/
Dregex.c91 ret = regexec(&regex, tests[t].string, MAX_MATCH, matches, 0); in main()
/picolibc-latest/newlib/libc/posix/
DCMakeLists.txt41 regexec.c
Dmeson.build41 'regexec.c',
Dregexec.c156 regexec(const regex_t *__restrict preg, in regexec() function
/picolibc-latest/newlib/
DChangeLog-20152344 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/
DCOPYING.picolibc1647 newlib/libc/posix/regexec.c