Searched defs:toupper (Results 1 - 18 of 18) sorted by last modified time

/netbsd-current/sys/dev/iscsi/
H A Discsi_text.c38 #define toupper(x) ((x) & ~0x20) macro
/netbsd-current/sys/lib/libkern/
H A Dlibkern.h223 toupper(int ch) function
/netbsd-current/sys/external/bsd/acpica/dist/utilities/
H A Dutclib.c881 toupper ( function
/netbsd-current/external/gpl3/gdb/dist/include/
H A Dsafe-ctype.h145 #undef toupper macro
146 #define toupper(c) do_not_use_toupper_with_safe_ctype macro
/netbsd-current/sys/kern/
H A Dmakesyscalls.sh142 function toupper(str) { function
[all...]
H A Dvnode_if.sh72 function toupper(str) { function
[all...]
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dlocale_facets.h235 toupper(char_type __c) const function in class:__ctype_abstract_base
250 toupper(char_type *__lo, const char_type* __hi) const function in class:__ctype_abstract_base
810 toupper(char_type __c) const function in class:ctype
827 toupper(char_type *__lo, const char_type* __hi) const function in class:ctype
2675 toupper(_CharT __c, const locale& __loc) function
/netbsd-current/external/gpl3/gcc/dist/include/
H A Dsafe-ctype.h145 #undef toupper macro
146 #define toupper(c) do_not_use_toupper_with_safe_ctype macro
/netbsd-current/sys/arch/hpcmips/stand/libsa/
H A Dwinblk.c61 #define toupper(c) (islower(c) ? ((c) - 'a' + 'A') : (c)) macro
/netbsd-current/external/gpl3/gdb.old/dist/include/
H A Dsafe-ctype.h145 #undef toupper macro
146 #define toupper(c) do_not_use_toupper_with_safe_ctype macro
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dlocale_facets.h232 toupper(char_type __c) const function in class:__ctype_abstract_base
247 toupper(char_type *__lo, const char_type* __hi) const function in class:__ctype_abstract_base
802 toupper(char_type __c) const function in class:ctype
819 toupper(char_type *__lo, const char_type* __hi) const function in class:ctype
2643 toupper(_CharT __c, const locale& __loc) function
/netbsd-current/external/gpl3/gcc.old/dist/include/
H A Dsafe-ctype.h145 #undef toupper macro
146 #define toupper(c) do_not_use_toupper_with_safe_ctype macro
/netbsd-current/external/gpl3/binutils.old/dist/include/
H A Dsafe-ctype.h145 #undef toupper macro
146 #define toupper(c) do_not_use_toupper_with_safe_ctype macro
/netbsd-current/external/gpl3/binutils/dist/include/
H A Dsafe-ctype.h145 #undef toupper macro
146 #define toupper(c) do_not_use_toupper_with_safe_ctype macro
/netbsd-current/tests/lib/libc/locale/
H A Dt_toupper.c90 ATF_TC(toupper); variable
/netbsd-current/external/apache2/llvm/dist/libcxx/include/
H A Dctype.h55 #undef toupper macro
/netbsd-current/sys/sys/
H A Dctype_inline.h60 #define toupper(c) ((int)((_toupper_tab_ + 1)[(c)])) macro
/netbsd-current/sys/external/bsd/ipf/netinet/
H A Dip_proxy.h153 # define toupper(x) (isupper(x) ? (x) : (x) - 'a' + 'A') macro

Completed in 339 milliseconds