OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ISPUNCT
(Results
1 - 6
of
6
) sorted by null
/ndk/sources/host-tools/make-3.81/glob/
fnmatch.c
84
# define
ISPUNCT
(c) (ISASCII (c) &&
ispunct
(c))
384
|| (STREQ (str, "punct") &&
ISPUNCT
((unsigned char) *n))
/ndk/sources/host-tools/sed-4.2.1/
basicdefs.h
159
#define
ISPUNCT
(c) (ISASCII (c) &&
ispunct
(c))
/external/valgrind/main/coregrind/m_demangle/
safe-ctype.h
97
#define
ISPUNCT
(c) _sch_test(c, _sch_ispunct)
140
#undef
ispunct
macro
141
#define
ispunct
(c) do_not_use_ispunct_with_safe_ctype
macro
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
safe-ctype.h
97
#define
ISPUNCT
(c) _sch_test(c, _sch_ispunct)
137
#undef
ispunct
macro
138
#define
ispunct
(c) do_not_use_ispunct_with_safe_ctype
macro
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
safe-ctype.h
97
#define
ISPUNCT
(c) _sch_test(c, _sch_ispunct)
137
#undef
ispunct
macro
138
#define
ispunct
(c) do_not_use_ispunct_with_safe_ctype
macro
/prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
safe-ctype.h
97
#define
ISPUNCT
(c) _sch_test(c, _sch_ispunct)
137
#undef
ispunct
macro
138
#define
ispunct
(c) do_not_use_ispunct_with_safe_ctype
macro
Completed in 559 milliseconds