Searched refs:towupper (Results 1 - 10 of 10) sorted by relevance

/osnet-11/usr/src/lib/libxcurses/h/
H A Dm_ord.h67 (m_ischarset(c)&&('A'<=towupper(c)&&towupper(c)<='Z')?towupper(c)-'@':-1)
H A Dm_wchar.h357 #undef towupper macro
372 #define towupper(c) toupper(c) macro
/osnet-11/usr/src/lib/libxcurses/src/libc/mks/
H A Dm_ord.c75 switch (towupper(c)) {
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dwctype.in.h25 * iswctype, towctrans, towlower, towupper, wctrans, wctype,
98 # undef towupper macro
116 # define towupper rpl_towupper macro
272 towupper
304 The functions towlower and towupper are implemented in the MSVCRT library
328 return (wint_t) (wchar_t) towupper (wc);
331 # define towupper rpl_towupper macro
382 _GL_CXXALIAS_RPL (towupper, wint_t, (wint_t wc));
385 _GL_CXXALIAS_SYS (towupper, wint_t, (wint_t wc));
388 _GL_CXXALIASWARN (towupper); variable
[all...]
H A Dregex_internal.c320 wcu = towupper (wc);
388 wcu = towupper (wc);
/osnet-11/usr/src/grub/grub2/grub-core/lib/posix_wrap/
H A Dwctype.h63 towupper (wint_t c) function
/osnet-11/usr/src/lib/libast/common/regex/
H A Dreglib.h197 #if !defined(towupper) && !_lib_towupper
198 #define towupper(x) toupper(x) macro
246 #ifndef towupper
247 #define towupper(x) toupper(x) macro
H A Dregnexec.c625 c = towupper(c);
886 if (towupper(c) != towupper(d))
1542 if (towupper(mbchar(t)) != c)
1647 if (towupper(mbchar(t)) != c)
1662 if (s >= e || towupper(mbchar(s)) != c)
1726 if (towupper(c) != d)
H A Dregcomp.c1079 c = towupper(c);
1135 c = towupper(c);
1668 wc = towupper(wc);
2595 c = towupper(c);
/osnet-11/usr/src/lib/libc/port/
H A Dllib-lc1478 wint_t towupper(wint_t c);

Completed in 36 milliseconds