HomeSort by relevance Sort by last modified time
    Searched refs:isgraph (Results 1 - 25 of 125) sorted by null

1 2 3 4 5

  /external/webkit/Tools/android/flex-2.5.4a/MISC/fastwc/
mywc.c 13 if (isgraph(c)) {
20 } while (isgraph(c));
  /bionic/libc/unistd/
charclass.h 19 { "graph", isgraph },
  /external/openssh/openbsd-compat/
charclass.h 21 { "graph", isgraph },
  /bionic/libstdc++/include/
cctype 47 using ::isgraph;
  /external/webkit/Source/JavaScriptCore/wtf/
DisallowCType.h 46 #undef isgraph macro
63 #define isgraph isgraph_WTF_Please_use_ASCIICType_instead_of_ctype_see_comment_in_ASCIICType_h macro
  /ndk/sources/cxx-stl/gabi++/include/
cctype 47 using ::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/system/include/
cctype 47 using ::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/system/include/
cctype 47 using ::isgraph;
  /system/extras/tests/bionic/libstdc++/
test_cctype.cpp 53 #ifdef isgraph
87 using std::isgraph;
  /external/stlport/stlport/stl/
_cctype.h 36 using _STLP_VENDOR_CSTD::isgraph;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cctype.h 36 using _STLP_VENDOR_CSTD::isgraph;
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_cctype.h 36 using _STLP_VENDOR_CSTD::isgraph;
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_cctype.h 36 using _STLP_VENDOR_CSTD::isgraph;
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
_cctype.h 36 using _STLP_VENDOR_CSTD::isgraph;
  /external/tcpdump/
print-ascii.c 68 if (!isgraph(s) &&
95 *(asp++) = (isgraph(s1) ? s1 : '.');
96 *(asp++) = (isgraph(s2) ? s2 : '.');
112 *(asp++) = (isgraph(s1) ? s1 : '.');
  /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/include/
ctype.h 76 int isgraph(int);
122 __CTYPE_INLINE int isgraph(int c) function
  /development/ndk/platforms/android-3/include/
ctype.h 76 int isgraph(int);
122 __CTYPE_INLINE int isgraph(int c) function
  /external/stlport/stlport/
ctype.h 61 # undef isgraph macro
80 __inline int (isgraph)(int c) { return _isctype(c, _PUNCT|_ALPHA|_DIGIT); } function

Completed in 2137 milliseconds

1 2 3 4 5