Home
last modified time | relevance | path

Searched refs:response (Results 1 – 4 of 4) sorted by relevance

/picolibc-3.5.0-3.4.0/newlib/libc/stdlib/
Drpmatch.c62 rpmatch (const char *response) in rpmatch() argument
73 if (regexec(&yes, response, 0, NULL, 0) == 0) in rpmatch()
75 else if (regexec(&no, response, 0, NULL, 0) == 0) in rpmatch()
Dstdlib.tex47 * rpmatch:: Determine whether response is affirmative or negative
/picolibc-3.5.0-3.4.0/
DCODE_OF_CONDUCT.md38 response to any instances of unacceptable behavior.
59 complaints will be reviewed and investigated and will result in a response that
/picolibc-3.5.0-3.4.0/newlib/libc/include/
Dstdlib.h171 int rpmatch (const char *response);