OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ISGRAPH
(Results
1 - 7
of
7
) sorted by null
/ndk/sources/host-tools/make-3.81/glob/
fnmatch.c
72
# ifdef
isgraph
73
# define
ISGRAPH
(c) (ISASCII (c) &&
isgraph
(c))
75
# define
ISGRAPH
(c) (ISASCII (c) && isprint (c) && !isspace (c))
381
|| (STREQ (str, "graph") &&
ISGRAPH
((unsigned char) *n))
/external/valgrind/coregrind/m_demangle/
safe-ctype.h
94
#define
ISGRAPH
(c) _sch_test(c, _sch_isgraph)
134
#undef
isgraph
macro
135
#define
isgraph
(c) do_not_use_isgraph_with_safe_ctype
macro
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
safe-ctype.h
94
#define
ISGRAPH
(c) _sch_test(c, _sch_isgraph)
131
#undef
isgraph
macro
132
#define
isgraph
(c) do_not_use_isgraph_with_safe_ctype
macro
/toolchain/binutils/binutils-2.25/include/
safe-ctype.h
94
#define
ISGRAPH
(c) _sch_test(c, _sch_isgraph)
131
#undef
isgraph
macro
132
#define
isgraph
(c) do_not_use_isgraph_with_safe_ctype
macro
/external/c-ares/
setup_once.h
249
#define
ISGRAPH
(x) (
isgraph
((int) ((unsigned char)x)))
/external/curl/lib/
curl_setup_once.h
286
#define
ISGRAPH
(x) (
isgraph
((int) ((unsigned char)x)))
/toolchain/binutils/binutils-2.25/libiberty/
regex.c
225
# ifdef
isgraph
226
# define
ISGRAPH
(c) (ISASCII (c) &&
isgraph
(c))
228
# define
ISGRAPH
(c) (ISASCII (c) && isprint (c) && !isspace (c))
[
all
...]
Completed in 137 milliseconds