Searched defs:wctype (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/lib/posix_wrap/
H A Dwctype.h35 wctype (const char *name) function
/osnet-11/usr/src/lib/libxcurses/h/
H A Dm_wchar.h47 #include <wctype.h>
342 * convert definitions from <wctype.h>
376 * of wctype() and iswctype().
378 * In single byte mode, we can't use the names wctype() and iswctype().
379 * These may have been defined in the system's headers (e.g <wctype.h>)
385 #undef wctype macro
387 #define wctype _m_wctype macro
390 extern wctype_t wctype(const char *property);

Completed in 22 milliseconds