Home
last modified time | relevance | path

Searched refs:rpmatch (Results 1 – 10 of 10) sorted by relevance

/dragonfly/contrib/cvs-1.12/lib/
H A Dyesno.c33 extern int rpmatch (char const *response);
48 yes = (0 < rpmatch (response)); in yesno()
H A Drpmatch.c59 rpmatch (const char *response) in rpmatch() function
/dragonfly/lib/libc/locale/
H A Drpmatch.c35 rpmatch(const char *response) in rpmatch() function
H A DMakefile.inc15 mskanji.c nextwctype.c nl_langinfo.c nomacros.c none.c rpmatch.c \
42 nextwctype.3 nl_langinfo.3 rpmatch.3 \
H A DSymbol.map148 rpmatch;
/dragonfly/gnu/usr.bin/grep/libgreputils/
H A Dstdlib.h1399 _GL_FUNCDECL_SYS (rpmatch, int, (const char *response) _GL_ARG_NONNULL ((1)));
1401 _GL_CXXALIAS_SYS (rpmatch, int, (const char *response));
1402 _GL_CXXALIASWARN (rpmatch);
1404 # undef rpmatch
1406 _GL_WARN_ON_USE (rpmatch, "rpmatch is unportable - "
/dragonfly/usr.bin/find/
H A Dmisc.c97 return (rpmatch(resp) == 1); in queryuser()
/dragonfly/gnu/usr.bin/cvs/lib/
H A DMakefile55 rpmatch.c \
H A Dconfig.h.proto558 /* Define to 1 if you have the `rpmatch' function. */
/dragonfly/include/
H A Dstdlib.h310 int rpmatch(const char *);