Searched refs:response (Results 1 – 1 of 1) sorted by relevance
/stdlib/ |
A D | rpmatch.c | 28 try (const char *response, in try() argument 49 return __regexec (re, response, 0, NULL, 0) == 0 ? match : nomatch; in try() 53 rpmatch (const char *response) in rpmatch() argument 59 return (try (response, YESEXPR, 1, 0, &yesexpr, &yesre) ?: in rpmatch() 60 try (response, NOEXPR, 0, -1, &noexpr, &nore)); in rpmatch()
|
Completed in 3 milliseconds