/illumos-gate/usr/src/stand/lib/sa/ |
H A D | ctype.c | 41 toupper(int c) in toupper() function
|
/illumos-gate/usr/src/lib/libc/port/locale/ |
H A D | tolower.c | 46 toupper(int c) in toupper() function
|
/illumos-gate/usr/src/uts/intel/sys/acpi/platform/ |
H A D | acsolaris.h | 103 #define toupper(x) (islower(x) ? (x) - 'a' + 'A' : (x)) macro
|
/illumos-gate/usr/src/cmd/bnu/ |
H A D | stoa.c | 42 #define toupper(c) (islower(c) ? _toupper(c) : (c)) macro
|
/illumos-gate/usr/src/lib/libnsl/dial/ |
H A D | stoa.c | 47 #define toupper(c) (islower(c) ? _toupper(c) : (c)) macro
|
/illumos-gate/usr/src/uts/common/io/cardbus/ |
H A D | cardbus_parse.h | 85 #define toupper(C) (((C) >= 'a' && (C) <= 'z')? (C) - 'a' + 'A': (C)) macro
|
/illumos-gate/usr/src/boot/include/ |
H A D | ctype.h | 100 #define toupper(c) __sbtoupper(c) macro
|
/illumos-gate/usr/src/uts/common/fs/zfs/lua/ |
H A D | lbaselib.c | 20 #define toupper(C) (((C) >= 'a' && (C) <= 'z')? (C) - 'a' + 'A': (C)) macro
|
H A D | lstrlib.c | 36 #define toupper(C) (((C) >= 'a' && (C) <= 'z') ? (C) - 'a' + 'A': (C)) macro
|
/illumos-gate/usr/src/cmd/localedef/ |
H A D | ctype.c | 43 int32_t toupper; member
|
/illumos-gate/usr/src/cmd/listen/ |
H A D | nstoa.c | 61 #define toupper(c) (islower(c) ? _toupper(c) : (c)) macro
|
/illumos-gate/usr/src/common/acpica/utilities/ |
H A D | utclib.c | 989 toupper ( in toupper() function
|
/illumos-gate/usr/src/uts/common/sys/fs/ |
H A D | pc_dir.h | 286 #define toupper(C) (((C) >= 'a' && (C) <= 'z') ? (C) - 'a' + 'A' : (C)) macro
|
/illumos-gate/usr/src/common/mpi/ |
H A D | mpi.h | 80 #define toupper(x) (islower(x) ? (x) - 'a' + 'A' : (x)) macro
|
/illumos-gate/usr/src/uts/common/sys/usb/clients/usbecm/ |
H A D | usbecm.h | 268 #define toupper(C) (((C) >= 'a' && (C) <= 'z')? ((C) - 'a' + 'A'): (C)) macro
|
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/ |
H A D | osdep.h | 39 #define toupper(x) (((x) >= 'a' && (x) <= 'z') ? (x) - 'a' + 'A' : (x)) macro
|
/illumos-gate/usr/src/boot/libsa/ |
H A D | stand.h | 260 static __inline int toupper(int c) in toupper() function
|
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/ |
H A D | ip_proxy.h | 141 #define toupper(x) (isupper(x) ? (x) : (x) - 'a' + 'A') macro
|