Searched refs:ISPRINT (Results 1 - 25 of 58) sorted by relevance

123

/haiku-buildtools/legacy/binutils/binutils/
H A Dwinduni.c102 else if (ISPRINT (ch))
H A Dwindres.c624 if ((ISPRINT (b1) || ISSPACE (b1))
625 && (ISPRINT (b2) || ISSPACE (b2))
626 && (ISPRINT (b3) || ISSPACE (b3))
627 && (ISPRINT (b4) || ISSPACE (b4))
628 && (ISPRINT (b5) || ISSPACE (b5)))
H A Dresrc.c1929 && ISPRINT (acc->key)
2322 if (ISPRINT (*s))
2360 if (! ISPRINT (ri->u.buffer.data[i + j])
2368 if (! ISPRINT (ri->u.buffer.data[i + j]))
2394 if (! ISPRINT (ri->u.buffer.data[i + j])
2402 if (! ISPRINT (ri->u.buffer.data[i + j]))
2422 && ISPRINT (ri->u.buffer.data[i]))
H A Dstrings.c93 && ((c) == '\t' || ISPRINT (c) || (encoding == 'S' && (c) > 127)))
H A Dsysdump.c241 ISPRINT (y->data[x]) ? y->data[x] : '.');
/haiku-buildtools/gcc/gcc/config/i386/
H A Dmingw32.h191 if (ISPRINT (c)) \
/haiku-buildtools/legacy/binutils/include/
H A Dsafe-ctype.h100 #define ISPRINT(c) _sch_test(c, _sch_isprint) macro
/haiku-buildtools/gcc/gcc/java/
H A Djvgenmain.c155 if (! ISPRINT (*p))
/haiku-buildtools/gcc/include/
H A Dsafe-ctype.h96 #define ISPRINT(c) _sch_test(c, _sch_isprint) macro
/haiku-buildtools/binutils/include/
H A Dsafe-ctype.h96 #define ISPRINT(c) _sch_test(c, _sch_isprint) macro
/haiku-buildtools/binutils/binutils/
H A Dwindres.c638 if ((ISPRINT (b1) || ISSPACE (b1))
639 && (ISPRINT (b2) || ISSPACE (b2))
640 && (ISPRINT (b3) || ISSPACE (b3))
641 && (ISPRINT (b4) || ISSPACE (b4))
642 && (ISPRINT (b5) || ISSPACE (b5)))
H A Dwinduni.c326 else if (ISPRINT (ch))
400 else if (ISPRINT (ch))
H A Dstrings.c83 && ((c) == '\t' || ISPRINT (c) || (encoding == 'S' && (c) > 127) \
H A Dsysdump.c240 ISPRINT (y->data[x]) ? y->data[x] : '.');
H A Dod-xcoff.c501 if (ISPRINT (auxhdr.o_modtype[0]) && ISPRINT (auxhdr.o_modtype[1]))
1409 if (ISPRINT (text[off + j]))
/haiku-buildtools/legacy/gcc/gcc/
H A Dsystem.h76 ctype uses should be through macros like ISPRINT... If
107 #define ISPRINT(c) (IN_CTYPE_DOMAIN (c) && isprint (c)) macro
/haiku-buildtools/binutils/bfd/
H A Dcompress.c423 && ISPRINT (header[4]))
H A Dpef.c185 if (! ISPRINT (*s))
829 if (! ISPRINT (*s))
H A Dihex.c221 if (! ISPRINT (c))
/haiku-buildtools/legacy/binutils/bfd/
H A Dpef.c178 if (! ISPRINT (*s))
832 if (! ISPRINT (*s))
H A Dihex.c220 if (! ISPRINT (c))
/haiku-buildtools/gcc/gcc/
H A Ddwarf2asm.c327 if (ISPRINT (c))
H A Ddefaults.h79 if (ISPRINT (c)) \
H A Dgengtype-state.c464 if (ISPRINT (c) && c != '\\')
752 if (ISPRINT (c))
/haiku-buildtools/legacy/binutils/ld/
H A Dldlex.l678 if (! ISPRINT (*what))

Completed in 498 milliseconds

123