Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libldap5/include/ldap/
H A Dportable.h223 #define TOUPPER(c) (isascii(c) && islower(c) ? _toupper(c) : c) macro
226 #define TOUPPER(c) (isascii(c) && islower(c) ? toupper(c) : c) macro
/illumos-gate/usr/src/cmd/ipf/lib/
H A Dipft_hx.c144 c = ISDIGIT(c) ? (c - '0') : (TOUPPER(c) - 55);
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_ftp_pxy.c445 cmd[i] = TOUPPER(c);
881 cmd[0] = TOUPPER(c);
885 cmd[1] = TOUPPER(c);
889 cmd[2] = TOUPPER(c);
893 cmd[3] = TOUPPER(c);
H A Dip_compat.h1700 #define TOUPPER(x) toupper((u_char)(x)) macro
/illumos-gate/usr/src/grub/grub-0.97/
H A Dconfigure5156 || toupper (i) != TOUPPER (i))