Searched defs:toupper (Results 1 - 7 of 7) sorted by path

/freebsd-10-stable/contrib/libstdc++/include/bits/
H A Dlocale_facets.h227 toupper(char_type __c) const function in class:__ctype_abstract_base
242 toupper(char_type *__lo, const char_type* __hi) const function in class:__ctype_abstract_base
797 toupper(char_type __c) const function in class:ctype
814 toupper(char_type *__lo, const char_type* __hi) const function in class:ctype
4678 toupper(_CharT __c, const locale& __loc) function
/freebsd-10-stable/contrib/libstdc++/include/c_std/
H A Dstd_cctype.h66 #undef toupper macro
/freebsd-10-stable/include/
H A Dctype.h100 #define toupper(c) __sbtoupper(c) macro
/freebsd-10-stable/lib/libc/locale/
H A Disctype.c222 #undef toupper macro
224 toupper(c) function
/freebsd-10-stable/lib/libstand/
H A Dstand.h215 static __inline int toupper(int c) function
/freebsd-10-stable/sys/contrib/ipfilter/netinet/
H A Dip_proxy.h154 # define toupper(x) (isupper(x) ? (x) : (x) - 'a' + 'A') macro
/freebsd-10-stable/sys/sys/
H A Dctype.h91 toupper(int c) function

Completed in 147 milliseconds