HomeSort by relevance Sort by last modified time
    Searched full:isgraph (Results 101 - 125 of 216) sorted by null

1 2 3 45 6 7 8 9

  /development/tools/yuv420sp2rgb/
cmdline.c 86 if (isgraph(c)) {
  /bionic/libc/stdlib/
wchar.c 117 int iswgraph(wint_t wc) { return isgraph(wc); }
133 case WC_TYPE_GRAPH: return isgraph(wc);
ctype_.c 101 int isgraph(int c) function
  /external/openssh/openbsd-compat/
vis.c 45 (flag & VIS_GLOB) == 0) && isgraph((u_char)(c))) || \
51 isgraph((u_char)(c)))))
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
ctype.h 107 __exctype (isgraph); variable
178 # define isgraph(c) __isctype((c), _ISgraph) macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
ctype.h 107 __exctype (isgraph); variable
178 # define isgraph(c) __isctype((c), _ISgraph) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
ctype.h 107 __exctype (isgraph); variable
178 # define isgraph(c) __isctype((c), _ISgraph) macro
  /prebuilts/ndk/android-ndk-r7/platforms/android-3/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/android-ndk-r7/platforms/android-4/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/android-ndk-r7/platforms/android-5/arch-arm/usr/lib/
libc.so 
  /development/ndk/platforms/android-3/arch-arm/symbols/
libc.so.functions.txt 548 isgraph
  /development/ndk/platforms/android-5/arch-arm/symbols/
libc.so.functions.txt 583 isgraph
  /development/ndk/platforms/android-9/arch-mips/symbols/
libc.so.functions.txt 494 isgraph
  /development/ndk/platforms/android-9/arch-x86/symbols/
libc.so.functions.txt 487 isgraph
  /external/ipsec-tools/src/racoon/
plog.c 257 if (isgraph((int)binstr[p])) {
  /external/libvpx/examples/includes/geshi/geshi/
c_mac.php 94 'isalnum', 'isalpha', 'isdigit', 'iscntrl', 'isgraph', 'islower', 'isprint',
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
localefwd.h 102 isgraph(_CharT, const locale&);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
localefwd.h 110 isgraph(_CharT, const locale&);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
localefwd.h 110 isgraph(_CharT, const locale&);
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
localefwd.h 102 isgraph(_CharT, const locale&);
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
localefwd.h 102 isgraph(_CharT, const locale&);
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/bits/
localefwd.h 102 isgraph(_CharT, const locale&);
  /packages/experimental/procstatlog/
procstatlog.c 66 *dest++ = isgraph(ch) ? ch : '_';
135 while (isgraph(*line)) ++line;
  /prebuilts/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/lib/
libc.so 
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/lib/
libc.so 

Completed in 1292 milliseconds

1 2 3 45 6 7 8 9