OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rpmatch
(Results
1 - 8
of
8
) sorted by null
/ndk/sources/host-tools/sed-4.2.1/lib/
stdlib.in.h
284
extern int
rpmatch
(const char *response);
287
# undef
rpmatch
288
# define
rpmatch
(r) \
289
(GL_LINK_WARNING ("
rpmatch
is unportable - " \
290
"use gnulib module
rpmatch
for portability"), \
291
rpmatch
(r))
/external/bison/darwin-lib/
stdlib.h
1084
# undef
rpmatch
macro
[
all
...]
/external/bison/linux-lib/
stdlib.h
1084
# undef
rpmatch
macro
[
all
...]
/external/bison/lib/
stdlib.in.h
757
_GL_FUNCDECL_SYS (
rpmatch
, int, (const char *response) _GL_ARG_NONNULL ((1)));
759
_GL_CXXALIAS_SYS (
rpmatch
, int, (const char *response));
760
_GL_CXXALIASWARN (
rpmatch
);
762
# undef
rpmatch
764
_GL_WARN_ON_USE (
rpmatch
, "
rpmatch
is unportable - "
765
"use gnulib module
rpmatch
for portability");
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
stdlib.h
804
extern int
rpmatch
(__const char *__response) __THROW __nonnull ((1)) __wur;
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
stdlib.h
804
extern int
rpmatch
(__const char *__response) __THROW __nonnull ((1)) __wur;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
stdlib.h
804
extern int
rpmatch
(__const char *__response) __THROW __nonnull ((1)) __wur;
/external/valgrind/main/perf/
test_input_for_tinycc.c
909
extern int
rpmatch
(__const char *__response) __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1)));
[
all
...]
Completed in 656 milliseconds