OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ISPUNCT
(Results
1 - 8
of
8
) sorted by null
/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
/ndk/sources/host-tools/sed-4.2.1/
basicdefs.h
159
#define
ISPUNCT
(c) (ISASCII (c) &&
ispunct
(c))
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/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
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/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
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/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
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/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
/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/sed/
fmt.c
382
w->punct =
ISPUNCT
(*finish);
Completed in 120 milliseconds