Searched refs:isgraph_l (Results 1 - 4 of 4) sorted by last modified time

/openbsd-current/include/
H A Dctype.h100 int isgraph_l(int, locale_t);
251 isgraph_l(int _c, locale_t _l __attribute__((__unused__))) function
/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); } function
/openbsd-current/lib/libc/hidden/
H A Dctype.h50 __only_inline int isgraph_l(int _c, locale_t _l);
73 PROTO_DEPRECATED(isgraph_l); variable
/openbsd-current/lib/libc/locale/
H A Disctype_l.c61 #undef isgraph_l macro
63 isgraph_l(int c, locale_t locale __attribute__((__unused__))) function

Completed in 284 milliseconds