/openbsd/gnu/llvm/libcxx/include/ |
H A D | cctype | 24 int isgraph(int c); 75 #ifdef isgraph 76 #undef isgraph 117 using ::isgraph _LIBCPP_USING_IF_EXISTS;
|
H A D | ctype.h | 49 #undef isgraph
|
/openbsd/lib/libc/gen/ |
H A D | isctype.c | 82 #undef isgraph 84 isgraph(int c) in isgraph() function 89 DEF_STRONG(isgraph);
|
H A D | charclass.h | 19 { "graph", isgraph },
|
H A D | vis.c | 61 isgraph(uc)) in isvisible() 69 if (vis_safe && (c == '\b' || c == '\007' || c == '\r' || isgraph(uc))) in isvisible()
|
H A D | Makefile.inc | 46 isascii.3 isblank.3 iscntrl.3 isdigit.3 isfdtype.3 isgraph.3 \
|
/openbsd/gnu/lib/libstdc++/libstdc++/include/c_std/ |
H A D | std_cctype.h | 56 #undef isgraph 72 using ::isgraph;
|
/openbsd/gnu/gcc/libstdc++-v3/include/c_std/ |
H A D | std_cctype.h | 58 #undef isgraph 74 using ::isgraph;
|
/openbsd/include/ |
H A D | ctype.h | 72 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 D | ctype.h | 26 __only_inline int isgraph(int _c); 72 PROTO_NORMAL(isgraph);
|
/openbsd/regress/lib/libc/locale/check_isw/ |
H A D | check_isw.c | 60 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 D | charclass.h | 19 { "graph", isgraph },
|
/openbsd/gnu/lib/libstdc++/libstdc++/include/c_compatibility/ |
H A D | ctype.h | 39 using std::isgraph;
|
/openbsd/gnu/gcc/libstdc++-v3/include/c_compatibility/ |
H A D | ctype.h | 39 using std::isgraph;
|
/openbsd/gnu/lib/libstdc++/libstdc++/config/os/windiss/ |
H A D | ctype_inline.h | 80 __ret = isgraph(__c); in is()
|
/openbsd/gnu/gcc/libstdc++-v3/config/os/windiss/ |
H A D | ctype_inline.h | 87 __ret = isgraph(__c); in _GLIBCXX_BEGIN_NAMESPACE()
|
/openbsd/lib/libc/locale/ |
H A D | isctype_l.c | 65 return isgraph(c); in isgraph_l()
|
/openbsd/gnu/lib/libstdc++/libstdc++/config/os/generic/ |
H A D | ctype_inline.h | 96 __testis = isgraph(__c); in is()
|
/openbsd/gnu/gcc/libstdc++-v3/config/os/generic/ |
H A D | ctype_inline.h | 101 __testis = isgraph(__c); in _GLIBCXX_BEGIN_NAMESPACE()
|
/openbsd/libexec/login_radius/ |
H A D | login_radius.c | 221 while (isgraph((unsigned char)*s) && *s != '\\') in cleanstring()
|
/openbsd/gnu/llvm/libcxx/include/__support/xlocale/ |
H A D | __posix_l_fallback.h | 40 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 D | localefwd.h | 98 isgraph(_CharT, const locale&);
|
/openbsd/gnu/gcc/libstdc++-v3/include/bits/ |
H A D | localefwd.h | 98 isgraph(_CharT, const locale&);
|
/openbsd/usr.bin/lex/ |
H A D | parse.y | 887 | CCE_GRAPH { CCL_EXPR(isgraph); } 908 | CCE_NEG_GRAPH { CCL_NEG_EXPR(isgraph); }
|
/openbsd/usr.bin/tr/ |
H A D | str.c | 155 { "graph", isgraph, },
|