Home
last modified time | relevance | path

Searched refs:__response (Results 1 – 2 of 2) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdlib/
A Dstdlib.c254 int rpmatch (const char *__response) in rpmatch() argument
256 return (__response[0] == 'y' || __response[0] == 'Y') ? 1 : in rpmatch()
257 (__response[0] == 'n' || __response[0] == 'N') ? 0 : -1; in rpmatch()
/l4re-core-master/uclibc/lib/contrib/uclibc/include/
A Dstdlib.h858 extern int rpmatch (const char *__response) __THROW __nonnull ((1)) __wur;

Completed in 5 milliseconds