Home
last modified time | relevance | path

Searched defs:tolower (Results 1 – 13 of 13) sorted by relevance

/titanic_41/usr/src/stand/lib/sa/
H A Dctype.c32 tolower(int c) in tolower() function
/titanic_41/usr/src/lib/libc/port/locale/
H A Dtolower.c39 tolower(int c) in tolower() function
/titanic_41/usr/src/uts/intel/sys/acpi/platform/
H A Dacsolaris.h92 #define tolower(x) (isupper(x) ? (x) - 'A' + 'a' : (x)) macro
/titanic_41/usr/src/uts/intel/io/acpica/utilities/
H A Dutclib.c760 tolower ( in tolower() function
/titanic_41/usr/src/cmd/localedef/
H A Dctype.c44 int32_t tolower; member
/titanic_41/usr/src/lib/nsswitch/dns/common/
H A Ddns_common.c54 #define tolower(c) ((c) >= 'A' && (c) <= 'Z' ? (c) | 0x20 : (c)) macro
/titanic_41/usr/src/uts/common/fs/sockfs/
H A Dnl7curi.h48 #define tolower(c) ((c) >= 'A' && (c) <= 'Z' ? (c) | 0x20 : (c)) macro
/titanic_41/usr/src/uts/common/sys/fs/
H A Dpc_dir.h289 #define tolower(C) (((C) >= 'A' && (C) <= 'Z') ? (C) - 'A' + 'a' : (C)) macro
/titanic_41/usr/src/common/mpi/
H A Dmpi.h83 #define tolower(x) (isupper(x) ? (x) + 'a' - 'A' : (x)) macro
/titanic_41/usr/src/uts/common/io/vscan/
H A Dvscan_svc.c59 #define tolower(C) (((C) >= 'A' && (C) <= 'Z') ? (C) - 'A' + 'a' : (C)) macro
/titanic_41/usr/src/uts/common/inet/
H A Dmi.c53 #define tolower(ch) ('a' + ((ch) - 'A')) macro
/titanic_41/usr/src/grub/grub-0.97/stage2/
H A Dshared.h396 #define tolower grub_tolower macro
/titanic_41/usr/src/uts/common/inet/nca/
H A Dnca.h1662 #define tolower(c) ((c) >= 'A' && (c) <= 'Z' ? (c) | 0x20 : (c)) macro