HomeSort by relevance Sort by last modified time
    Searched refs:isprint (Results 126 - 150 of 219) sorted by null

1 2 3 4 56 7 8 9

  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/
locale 67 #undef isprint
87 inline bool isprint (_CharT c, const locale& loc)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
localefwd.h 66 isprint(_CharT, const locale&);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
localefwd.h 74 isprint(_CharT, const locale&);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
localefwd.h 74 isprint(_CharT, const locale&);
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/
locale 67 #undef isprint
87 inline bool isprint (_CharT c, const locale& loc)
  /external/linux-tools-perf/util/
util.h 232 #undef isprint macro
253 #define isprint(x) sane_istest(x,GIT_PRINT) macro
  /external/iproute2/tc/
em_nbyte.c 131 fprintf(fd, "%c", isprint(needle[i]) ? needle[i] : '.');
em_meta.c 420 if (!isprint(str[i]))
433 fprintf(fd, "%c", isprint(str[i]) ? str[i] : '.');
m_ematch.c 536 fprintf(fd, "%c", isprint(s[i]) ? s[i] : '.');
542 fprintf(fd, "%c", isprint(s[i]) ? s[i] : '.');
  /external/tcpdump/
print-krb.c 120 if (!isprint(c)) {
print-rip.c 133 if (!isprint(*p))
  /frameworks/av/media/libstagefright/foundation/
AMessage.cpp 336 return isprint(what & 0xff)
337 && isprint((what >> 8) & 0xff)
338 && isprint((what >> 16) & 0xff)
339 && isprint((what >> 24) & 0xff);
  /ndk/sources/host-tools/sed-4.2.1/
basicdefs.h 132 ctype uses should be through macros like ISPRINT... If
152 #undef ISPRINT
153 #define ISPRINT(c) (ISASCII (c) && isprint (c))
  /bionic/libc/bionic/
wchar.cpp 103 int iswprint(wint_t wc) { return isprint(wc); }
118 case WC_TYPE_PRINT: return isprint(wc);
  /ndk/sources/host-tools/make-3.81/glob/
fnmatch.c 75 # define ISGRAPH(c) (ISASCII (c) && isprint (c) && !isspace (c))
78 # define ISPRINT(c) (ISASCII (c) && isprint (c))
383 || (STREQ (str, "print") && ISPRINT ((unsigned char) *n))
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
ctype.h 108 __exctype (isprint); variable
179 # define isprint(c) __isctype((c), _ISprint) macro
argp.h 588 return __key > 0 && __key <= UCHAR_MAX && isprint (__key);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
ctype.h 108 __exctype (isprint); variable
179 # define isprint(c) __isctype((c), _ISprint) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
ctype.h 108 __exctype (isprint); variable
179 # define isprint(c) __isctype((c), _ISprint) macro
  /external/chromium/third_party/libjingle/source/talk/base/
logging.cc 524 asc_line[i] = isprint(ch) ? ch : '.';
567 if (!isprint(*pos)) {
  /external/libppp/src/
log.c 370 *c++ = isprint(*ptr) ? *ptr : '.';
405 *c++ = isprint(*ptr) ? *ptr : '.';
  /external/wpa_supplicant_8/src/utils/
wpa_debug.c 447 if (isprint(pos[i]))
480 if (isprint(pos[i]))
  /bionic/libc/stdlib/
ctype_.c 111 int isprint(int c) function
  /external/jpeg/
rdjpgcom.c 248 } else if (isprint(ch)) {
  /external/qemu/distrib/jpeg-6b/
rdjpgcom.c 248 } else if (isprint(ch)) {

Completed in 574 milliseconds

1 2 3 4 56 7 8 9