Home
last modified time | relevance | path

Searched defs:toupper (Results 1 – 12 of 12) sorted by relevance

/dragonfly/sys/sys/
H A Dctype.h54 #define toupper(c) ((c) - 0x20 * (((c) >= 'a') && ((c) <= 'z'))) macro
/dragonfly/lib/libc/locale/
H A Disctype.c200 toupper(int c) in toupper() function
/dragonfly/usr.bin/localedef/
H A Dctype.c80 int32_t toupper; member
/dragonfly/sys/contrib/dev/acpica/source/components/utilities/
H A Dutclib.c989 toupper ( in toupper() function
/dragonfly/contrib/binutils-2.27/include/
H A Dsafe-ctype.h146 #define toupper(c) do_not_use_toupper_with_safe_ctype macro
/dragonfly/contrib/gcc-4.7/include/
H A Dsafe-ctype.h146 #define toupper(c) do_not_use_toupper_with_safe_ctype macro
/dragonfly/contrib/binutils-2.34/include/
H A Dsafe-ctype.h146 #define toupper(c) do_not_use_toupper_with_safe_ctype macro
/dragonfly/contrib/gdb-7/include/
H A Dsafe-ctype.h146 #define toupper(c) do_not_use_toupper_with_safe_ctype macro
/dragonfly/contrib/gcc-8.0/include/
H A Dsafe-ctype.h146 #define toupper(c) do_not_use_toupper_with_safe_ctype macro
/dragonfly/include/
H A Dctype.h258 #define toupper(c) __sbtoupper(c) macro
/dragonfly/stand/lib/
H A Dstand.h223 toupper(int c) in toupper() function
/dragonfly/games/larn/
H A Dheader.h622 #define toupper(x) (to_upper[x]) macro