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

123

/openbsd-current/lib/libc/gen/
H A Dcharclass.h19 { "graph", isgraph },
H A Disctype.c82 #undef isgraph macro
84 isgraph(int c) function
89 DEF_STRONG(isgraph); variable
H A Dvis.c61 isgraph(uc))
69 if (vis_safe && (c == '\b' || c == '\007' || c == '\r' || isgraph(uc)))
H A DMakefile.inc46 isascii.3 isblank.3 iscntrl.3 isdigit.3 isfdtype.3 isgraph.3 \
/openbsd-current/usr.bin/rsync/
H A Dcharclass.h19 { "graph", isgraph },
/openbsd-current/gnu/gcc/libstdc++-v3/include/c_std/
H A Dstd_cctype.h58 #undef isgraph macro
74 using ::isgraph;
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/c_std/
H A Dstd_cctype.h56 #undef isgraph macro
72 using ::isgraph;
/openbsd-current/gnu/llvm/libcxx/include/
H A Dctype.h21 int isgraph(int c);
49 #undef isgraph macro
/openbsd-current/gnu/gcc/libstdc++-v3/include/c_compatibility/
H A Dctype.h39 using std::isgraph;
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/c_compatibility/
H A Dctype.h39 using std::isgraph;
/openbsd-current/lib/libc/hidden/
H A Dctype.h26 __only_inline int isgraph(int _c);
72 PROTO_NORMAL(isgraph); variable
/openbsd-current/gnu/gcc/libstdc++-v3/config/os/windiss/
H A Dctype_inline.h87 __ret = isgraph(__c);
/openbsd-current/gnu/lib/libstdc++/libstdc++/config/os/windiss/
H A Dctype_inline.h80 __ret = isgraph(__c);
/openbsd-current/regress/lib/libc/locale/check_isw/
H A Dcheck_isw.c60 check_bool(isgraph(i), iswgraph(i), '6');
110 check_bool(isgraph(s[j]), iswgraph(c), '6');
/openbsd-current/gnu/gcc/libstdc++-v3/config/os/generic/
H A Dctype_inline.h101 __testis = isgraph(__c);
/openbsd-current/gnu/lib/libstdc++/libstdc++/config/os/generic/
H A Dctype_inline.h96 __testis = isgraph(__c);
/openbsd-current/lib/libc/locale/
H A Disctype_l.c65 return isgraph(c);
/openbsd-current/include/
H A Dctype.h72 int isgraph(int);
137 __only_inline int isgraph(int _c) function
253 return isgraph(_c);
/openbsd-current/libexec/login_radius/
H A Dlogin_radius.c221 while (isgraph((unsigned char)*s) && *s != '\\')
/openbsd-current/gnu/gcc/libstdc++-v3/include/bits/
H A Dlocalefwd.h98 isgraph(_CharT, const locale&);
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dlocalefwd.h98 isgraph(_CharT, const locale&);
/openbsd-current/gnu/gcc/gcc/cp/
H A Dcfns.h280 "isgraph"
/openbsd-current/gnu/llvm/libcxx/include/__support/xlocale/
H A D__posix_l_fallback.h40 inline _LIBCPP_HIDE_FROM_ABI_C int isgraph_l(int __c, locale_t) { return ::isgraph(__c); }
/openbsd-current/usr.bin/tr/
H A Dstr.c155 { "graph", isgraph, },
/openbsd-current/usr.bin/lex/
H A Dparse.y887 | CCE_GRAPH { CCL_EXPR(isgraph); }
908 | CCE_NEG_GRAPH { CCL_NEG_EXPR(isgraph); }

Completed in 237 milliseconds

123