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

1 2

  /external/curl/lib/
curl_fnmatch.c 190 if(ISPRINT((c))) {
225 if(ISPRINT(c)) {
241 if(!ISPRINT(c))
249 if(ISPRINT(c)) {
284 else if(ISPRINT(c)) {
336 if(ISPRINT(*s)) {
370 found = ISPRINT(*s);
402 if(ISPRINT(*p)) {
curl_setup_once.h 288 #define ISPRINT(x) (isprint((int) ((unsigned char)x)))
openldap.c 551 if(!ISPRINT(bvals[i].bv_val[j])) {
  /external/curl/src/
tool_convert.c 136 if(ISPRINT(this_char)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/config/i386/
mingw32.h 182 if (ISPRINT (c)) \
  /external/valgrind/coregrind/m_demangle/
safe-ctype.h 78 _sch_isgraph = _sch_isalnum|_sch_ispunct, /* isprint and not space */
96 #define ISPRINT(c) _sch_test(c, _sch_isprint)
138 #undef isprint macro
139 #define isprint(c) do_not_use_isprint_with_safe_ctype macro
d-demangle.c 1135 if (ISPRINT (val))
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
safe-ctype.h 78 _sch_isgraph = _sch_isalnum|_sch_ispunct, /* isprint and not space */
96 #define ISPRINT(c) _sch_test(c, _sch_isprint)
135 #undef isprint macro
136 #define isprint(c) do_not_use_isprint_with_safe_ctype macro
defaults.h 79 if (ISPRINT(c)) \
    [all...]
  /toolchain/binutils/binutils-2.25/include/
safe-ctype.h 78 _sch_isgraph = _sch_isalnum|_sch_ispunct, /* isprint and not space */
96 #define ISPRINT(c) _sch_test(c, _sch_isprint)
135 #undef isprint macro
136 #define isprint(c) do_not_use_isprint_with_safe_ctype macro
  /toolchain/binutils/binutils-2.25/binutils/
windres.c 637 if ((ISPRINT (b1) || ISSPACE (b1))
638 && (ISPRINT (b2) || ISSPACE (b2))
639 && (ISPRINT (b3) || ISSPACE (b3))
640 && (ISPRINT (b4) || ISSPACE (b4))
641 && (ISPRINT (b5) || ISSPACE (b5)))
winduni.c 324 else if (ISPRINT (ch))
398 else if (ISPRINT (ch))
strings.c 79 && ((c) == '\t' || ISPRINT (c) || (encoding == 'S' && (c) > 127) \
sysdump.c 246 ISPRINT (y->data[x]) ? y->data[x] : '.');
od-xcoff.c 501 if (ISPRINT (auxhdr.o_modtype[0]) && ISPRINT (auxhdr.o_modtype[1]))
    [all...]
objdump.c     [all...]
od-macho.c     [all...]
  /external/c-ares/
setup_once.h 251 #define ISPRINT(x) (isprint((int) ((unsigned char)x)))
  /toolchain/binutils/binutils-2.25/bfd/
compress.c 313 && ISPRINT (compressed_buffer[4]))
pef.c 183 if (! ISPRINT (*s))
826 if (! ISPRINT (*s))
ihex.c 221 if (! ISPRINT (c))
srec.c 251 if (! ISPRINT (c))
    [all...]
  /toolchain/binutils/binutils-2.25/ld/
ldlex.l 717 if (! ISPRINT (*what))
  /toolchain/binutils/binutils-2.25/libiberty/
regex.c 206 ctype uses should be through macros like ISPRINT... If
228 # define ISGRAPH(c) (ISASCII (c) && isprint (c) && !isspace (c))
231 # undef ISPRINT
232 # define ISPRINT(c) (ISASCII (c) && isprint (c))
    [all...]
  /external/libevent/
evutil.c     [all...]

Completed in 734 milliseconds

1 2