Searched refs:isgraph (Results 1 - 14 of 14) sorted by relevance

/haiku/src/system/libroot/posix/locale/
H A Dctype.cpp18 #undef isgraph macro
102 isgraph(int c) function
/haiku/src/libs/bsd/
H A Dvis.c105 #define iscgraph(c) isgraph(c)
114 rv = isgraph(c);
H A Dunvis.c325 if (isgraph(c)) {
/haiku/headers/posix/
H A Dctype.h22 int isgraph(int);
92 #define isgraph(c) __isctype((c), _ISgraph) macro
/haiku/src/system/libroot/posix/glibc/ctype/
H A Dctype.h101 __exctype (isgraph); variable
160 # define isgraph(c) __isctype((c), _ISgraph) macro
/haiku/src/bin/
H A Dhd.c188 *p++ = (isgraph(c) ? c : '.');
H A Dcatattr.cpp29 putchar(isgraph(c) ? c : '.');
H A Dlistattr.cpp48 putchar(isgraph(c) ? c : '.');
/haiku/src/add-ons/accelerants/common/
H A Ddecode_edid.c175 if (!isgraph(*src) && *src != 0x20)
/haiku/src/build/libgnuregex/
H A Dregex.c134 #ifdef isgraph
135 #define ISGRAPH(c) (isascii (c) && isgraph (c))
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c1939 void isgraph() {} function
H A Dlibroot_stubs_legacy.c1906 void isgraph() {} function
/haiku/src/tests/system/libroot/posix/
H A Dlocale_test.cpp806 if (isgraph(i))
/haiku/src/system/libroot/posix/glibc/regex/
H A Dregcomp.c3539 BUILD_CHARCLASS_LOOP (isgraph);

Completed in 193 milliseconds