Searched refs:TOUPPER (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/lib/libldap4/include/
H A Dportable.h192 #define TOUPPER(c) (isascii(c) && islower(c) ? _toupper(c) : c) macro
195 #define TOUPPER(c) (isascii(c) && islower(c) ? toupper(c) : c) macro
/osnet-11/usr/src/lib/libldap5/include/ldap/
H A Dportable.h225 #define TOUPPER(c) (isascii(c) && islower(c) ? _toupper(c) : c) macro
228 #define TOUPPER(c) (isascii(c) && islower(c) ? toupper(c) : c) macro
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/unicode/
H A Ducstr.c109 #define TOUPPER(c) (islower(c) ? toupper(c) : (c)) macro
/osnet-11/usr/src/grub/grub-0.97/
H A Dconfigure5140 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5146 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5156 || toupper (i) != TOUPPER (i))
/osnet-11/usr/src/grub/grub2/
H A Dconfigure6502 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6508 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6518 || toupper (i) != TOUPPER (i))
[all...]

Completed in 96 milliseconds