Home
last modified time | relevance | path

Searched refs:isgraph (Results 1 – 25 of 76) sorted by relevance

1234

/openbsd/gnu/llvm/libcxx/include/
H A Dcctype24 int isgraph(int c);
75 #ifdef isgraph
76 #undef isgraph
117 using ::isgraph _LIBCPP_USING_IF_EXISTS;
H A Dctype.h49 #undef isgraph
/openbsd/lib/libc/gen/
H A Disctype.c82 #undef isgraph
84 isgraph(int c) in isgraph() function
89 DEF_STRONG(isgraph);
H A Dcharclass.h19 { "graph", isgraph },
H A Dvis.c61 isgraph(uc)) in isvisible()
69 if (vis_safe && (c == '\b' || c == '\007' || c == '\r' || isgraph(uc))) in isvisible()
H A DMakefile.inc46 isascii.3 isblank.3 iscntrl.3 isdigit.3 isfdtype.3 isgraph.3 \
/openbsd/gnu/lib/libstdc++/libstdc++/include/c_std/
H A Dstd_cctype.h56 #undef isgraph
72 using ::isgraph;
/openbsd/gnu/gcc/libstdc++-v3/include/c_std/
H A Dstd_cctype.h58 #undef isgraph
74 using ::isgraph;
/openbsd/include/
H A Dctype.h72 int isgraph(int);
137 __only_inline int isgraph(int _c) in isgraph() function
253 return isgraph(_c); in isgraph_l()
/openbsd/lib/libc/hidden/
H A Dctype.h26 __only_inline int isgraph(int _c);
72 PROTO_NORMAL(isgraph);
/openbsd/regress/lib/libc/locale/check_isw/
H A Dcheck_isw.c60 check_bool(isgraph(i), iswgraph(i), '6'); in test1()
110 check_bool(isgraph(s[j]), iswgraph(c), '6'); in test2()
/openbsd/usr.bin/rsync/
H A Dcharclass.h19 { "graph", isgraph },
/openbsd/gnu/lib/libstdc++/libstdc++/include/c_compatibility/
H A Dctype.h39 using std::isgraph;
/openbsd/gnu/gcc/libstdc++-v3/include/c_compatibility/
H A Dctype.h39 using std::isgraph;
/openbsd/gnu/lib/libstdc++/libstdc++/config/os/windiss/
H A Dctype_inline.h80 __ret = isgraph(__c); in is()
/openbsd/gnu/gcc/libstdc++-v3/config/os/windiss/
H A Dctype_inline.h87 __ret = isgraph(__c); in _GLIBCXX_BEGIN_NAMESPACE()
/openbsd/lib/libc/locale/
H A Disctype_l.c65 return isgraph(c); in isgraph_l()
/openbsd/gnu/lib/libstdc++/libstdc++/config/os/generic/
H A Dctype_inline.h96 __testis = isgraph(__c); in is()
/openbsd/gnu/gcc/libstdc++-v3/config/os/generic/
H A Dctype_inline.h101 __testis = isgraph(__c); in _GLIBCXX_BEGIN_NAMESPACE()
/openbsd/libexec/login_radius/
H A Dlogin_radius.c221 while (isgraph((unsigned char)*s) && *s != '\\') in cleanstring()
/openbsd/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); } in isgraph_l()
/openbsd/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dlocalefwd.h98 isgraph(_CharT, const locale&);
/openbsd/gnu/gcc/libstdc++-v3/include/bits/
H A Dlocalefwd.h98 isgraph(_CharT, const locale&);
/openbsd/usr.bin/lex/
H A Dparse.y887 | CCE_GRAPH { CCL_EXPR(isgraph); }
908 | CCE_NEG_GRAPH { CCL_NEG_EXPR(isgraph); }
/openbsd/usr.bin/tr/
H A Dstr.c155 { "graph", isgraph, },

1234