Searched defs:towlower (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dwctype.in.h25 * iswctype, towctrans, towlower, towupper, wctrans, wctype,
97 # undef towlower macro
115 # define towlower rpl_towlower macro
261 towlower
304 The functions towlower and towupper are implemented in the MSVCRT library
319 return (wint_t) (wchar_t) towlower (wc);
322 # define towlower rpl_towlower macro
381 _GL_CXXALIAS_RPL (towlower, wint_t, (wint_t wc));
384 _GL_CXXALIAS_SYS (towlower, wint_t, (wint_t wc));
387 _GL_CXXALIASWARN (towlower); variable
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/posix_wrap/
H A Dwctype.h57 towlower (wint_t c) function
/osnet-11/usr/src/lib/libxcurses/h/
H A Dm_wchar.h356 #undef towlower macro
371 #define towlower(c) tolower(c) macro
/osnet-11/usr/src/lib/libast/common/regex/
H A Dreglib.h201 #if !defined(towlower) && !_lib_towlower
202 #define towlower(x) tolower(x) macro
243 #ifndef towlower
244 #define towlower(x) tolower(x) macro

Completed in 28 milliseconds