OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:isgraph
(Results
51 - 75
of
216
) sorted by null
1
2
3
4
5
6
7
8
9
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/
locale
76
#undef
isgraph
123
inline bool
isgraph
(_CharT c, const locale& loc)
/bionic/libstdc++/include/
cctype
47
using ::
isgraph
;
/external/kernel-headers/original/linux/
ctype.h
26
#define
isgraph
(c) ((__ismask(c)&(_P|_U|_L|_D)) != 0)
macro
/external/stlport/stlport/using/
locale
24
using _STLP_NEW_IO_NAMESPACE::
isgraph
;
/ndk/sources/cxx-stl/gabi++/include/
cctype
47
using ::
isgraph
;
/ndk/sources/cxx-stl/stlport/stlport/using/
locale
24
using _STLP_NEW_IO_NAMESPACE::
isgraph
;
/ndk/sources/cxx-stl/system/include/
cctype
47
using ::
isgraph
;
/prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
cctype
45
using ::
isgraph
;
/prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
cctype
45
using ::
isgraph
;
/prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/using/
locale
24
using _STLP_NEW_IO_NAMESPACE::
isgraph
;
/prebuilts/ndk/android-ndk-r5/sources/cxx-stl/system/include/
cctype
47
using ::
isgraph
;
/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/using/
locale
24
using _STLP_NEW_IO_NAMESPACE::
isgraph
;
/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/system/include/
cctype
47
using ::
isgraph
;
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gabi++/include/
cctype
47
using ::
isgraph
;
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/using/
locale
24
using _STLP_NEW_IO_NAMESPACE::
isgraph
;
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/system/include/
cctype
47
using ::
isgraph
;
/external/valgrind/main/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
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.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
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/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
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/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
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/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
/external/wpa_supplicant_6/wpa_supplicant/src/wps/
httpread.c
129
end1 = !
isgraph
(c1);
130
end2 = !
isgraph
(c2);
199
while (
isgraph
(*hbp))
211
while (
isgraph
(*hbp))
237
if (!
isgraph
(*hbp))
246
while (
isgraph
(*hbp))
284
while (
isgraph
(*hbp))
294
while (
isgraph
(*hbp))
313
while (
isgraph
(*hbp))
338
if (!
isgraph
(*hbp)
[
all
...]
/external/wpa_supplicant_8/src/wps/
httpread.c
123
end1 = !
isgraph
(c1);
124
end2 = !
isgraph
(c2);
193
while (
isgraph
(*hbp))
205
while (
isgraph
(*hbp))
231
if (!
isgraph
(*hbp))
240
while (
isgraph
(*hbp))
278
while (
isgraph
(*hbp))
288
while (
isgraph
(*hbp))
307
while (
isgraph
(*hbp))
332
if (!
isgraph
(*hbp)
[
all
...]
/bionic/libc/kernel/common/linux/
ctype.h
37
#define
isgraph
(c) ((__ismask(c)&(_P|_U|_L|_D)) != 0)
macro
/bionic/libc/include/
ctype.h
76
int
isgraph
(int);
122
__CTYPE_INLINE int
isgraph
(int c)
function
Completed in 370 milliseconds
1
2
3
4
5
6
7
8
9