Home
last modified time | relevance | path

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

/titanic_41/usr/src/stand/lib/sa/
H A Dctype.c41 toupper(int c) in toupper() function
/titanic_41/usr/src/lib/libc/port/locale/
H A Dtolower.c46 toupper(int c) in toupper() function
/titanic_41/usr/src/lib/libnsl/dial/
H A Dstoa.c49 #define toupper(c) (islower(c) ? _toupper(c) : (c)) macro
/titanic_41/usr/src/cmd/bnu/
H A Dstoa.c42 #define toupper(c) (islower(c) ? _toupper(c) : (c)) macro
/titanic_41/usr/src/uts/intel/sys/acpi/platform/
H A Dacsolaris.h91 #define toupper(x) (islower(x) ? (x) - 'a' + 'A' : (x)) macro
/titanic_41/usr/src/uts/common/io/cardbus/
H A Dcardbus_parse.h87 #define toupper(C) (((C) >= 'a' && (C) <= 'z')? (C) - 'a' + 'A': (C)) macro
/titanic_41/usr/src/uts/intel/io/acpica/utilities/
H A Dutclib.c739 toupper ( in toupper() function
/titanic_41/usr/src/cmd/localedef/
H A Dctype.c43 int32_t toupper; member
/titanic_41/usr/src/cmd/listen/
H A Dnstoa.c64 #define toupper(c) (islower(c) ? _toupper(c) : (c)) macro
/titanic_41/usr/src/uts/common/sys/fs/
H A Dpc_dir.h288 #define toupper(C) (((C) >= 'a' && (C) <= 'z') ? (C) - 'a' + 'A' : (C)) macro
/titanic_41/usr/src/common/mpi/
H A Dmpi.h80 #define toupper(x) (islower(x) ? (x) - 'a' + 'A' : (x)) macro
/titanic_41/usr/src/uts/common/io/cxgbe/t4nex/
H A Dosdep.h39 #define toupper(x) (((x) >= 'a' && (x) <= 'z') ? (x) - 'a' + 'A' : (x)) macro
/titanic_41/usr/src/uts/common/sys/usb/clients/usbecm/
H A Dusbecm.h268 #define toupper(C) (((C) >= 'a' && (C) <= 'z')? ((C) - 'a' + 'A'): (C)) macro
/titanic_41/usr/src/uts/common/inet/ipf/netinet/
H A Dip_proxy.h138 #define toupper(x) (isupper(x) ? (x) : (x) - 'a' + 'A') macro