/titanic_50/usr/src/cmd/lp/lib/lp/ |
H A D | cs_strcmp.c | 49 while(toupper(*s1) == toupper(*s2++)) 52 return(toupper(*s1) - toupper(*--s2));
|
H A D | cs_strncmp.c | 51 while(--n >= 0 && toupper(*s1) == toupper(*s2++)) 54 return((n < 0)? 0: (toupper(*s1) - toupper(*--s2)));
|
/titanic_50/usr/src/lib/libxcurses2/h/ |
H A D | m_ord.h | 64 ((m_ischarset(c) && ('A' <= toupper(c) && toupper(c) <= 'Z')) ? \ 65 (toupper(c) - '@') : -1)
|
/titanic_50/usr/src/lib/libc/port/locale/ |
H A D | tolower.c | 23 #pragma weak _toupper = toupper 44 #undef toupper 46 toupper(int c) in toupper() function
|
/titanic_50/usr/src/lib/libast/common/regex/ |
H A D | regsub.c | 86 c = toupper(c); in subold() 96 c = toupper(c); in subold() 145 c = toupper(c); in subold() 219 c = toupper(c); in subold() 229 c = toupper(c); in subold()
|
/titanic_50/usr/src/cmd/localedef/ |
H A D | ctype.c | 43 int32_t toupper; member 245 ctn->toupper = wc; in add_caseconv() 371 if (ctn->toupper) in dump_ctype() 372 rl.mapupper[wc] = ctn->toupper; in dump_ctype() 404 if (ctn->toupper == 0) { in dump_ctype() 407 (last_up->toupper + 1 == ctn->toupper)) { in dump_ctype() 416 up[rl.mapupper_ext_nranges - 1].map = ctn->toupper; in dump_ctype()
|
/titanic_50/usr/src/uts/common/os/ |
H A D | privs.awk | 106 key = toupper($1) 107 priv = toupper($3) 112 priv = toupper($2); 134 $2 = toupper($2) 135 sets[nset] = toupper(substr($2, 6, 1)) tolower(substr($2, 7));
|
/titanic_50/usr/src/lib/libtecla/common/ |
H A D | getline.h | 58 #define MAKE_CTRL(c) ((c)=='?' ? '\177' : ((unsigned char)toupper(c) & ~0x40)) 70 #define CTRL_TO_CHAR(c) (toupper((unsigned char)(c) | 0x40))
|
/titanic_50/usr/src/cmd/mail/ |
H A D | isit.c | 62 if (toupper(*p) != toupper(*lp)) {
|
/titanic_50/usr/src/uts/common/io/cardbus/ |
H A D | cardbus_parse.h | 79 #undef toupper 87 #define toupper(C) (((C) >= 'a' && (C) <= 'z')? (C) - 'a' + 'A': (C)) macro
|
/titanic_50/usr/src/lib/libast/common/tm/ |
H A D | tmword.c | 56 if (!isalpha(c) || c != *t && (islower(c) ? toupper(c) : tolower(c)) != *t) in tmword() 76 while (isalpha(c = *s++) && (c == *t || (islower(c) ? toupper(c) : tolower(c)) == *t)) t++; in tmword()
|
/titanic_50/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | getvalues.c | 234 (*langp)[i] = toupper( target[ind+i] ); in parse_subtypes() 306 (toupper(targetLang[i]) == toupper(lang[i])) ) in check_lang_match() 323 while( target[i] && attr[i] && (toupper(target[i]) == toupper(attr[i])) ) in check_base_match()
|
/titanic_50/usr/src/stand/lib/sa/ |
H A D | ctype.h | 75 #ifndef toupper 76 extern int toupper(int);
|
/titanic_50/usr/src/lib/libresolv2/common/inet/ |
H A D | nsap_addr.c | 58 c = toupper(c); in inet_nsap_addr() 63 c = toupper(c); in inet_nsap_addr()
|
/titanic_50/usr/src/head/ |
H A D | ctype.h | 55 using std::toupper; 84 #define _toupper(c) (toupper(c))
|
/titanic_50/usr/src/cmd/acpi/common/ |
H A D | utnonansi.c | 124 *String = (char) toupper ((int) *String); in AcpiUtStrupr() 379 ThisDigit = (UINT8) toupper ((int) *String); in AcpiUtStrtoul64() 596 Index = (UINT8) toupper ((int) *String); in strtoul64()
|
/titanic_50/usr/src/uts/intel/io/acpica/utilities/ |
H A D | utnonansi.c | 124 *String = (char) toupper ((int) *String); in AcpiUtStrupr() 379 ThisDigit = (UINT8) toupper ((int) *String); in AcpiUtStrtoul64() 596 Index = (UINT8) toupper ((int) *String); in strtoul64()
|
/titanic_50/usr/src/lib/libeti/menu/common/ |
H A D | pattern.c | 44 if (toupper(*s1++) != toupper(*s2++)) { in substr()
|
/titanic_50/usr/src/lib/libsmbfs/smb/ |
H A D | nls.c | 70 nls_upper[i] = toupper(i); in nls_setlocale() 164 *dst++ = toupper(*src++); in nls_str_upper()
|
/titanic_50/usr/src/cmd/bnu/ |
H A D | stoa.c | 42 #define toupper(c) (islower(c) ? _toupper(c) : (c)) macro 44 #define toxdigit(c) ((isdigit(c))?todigit(c):(toupper(c)-(int)'A'+10))
|
/titanic_50/usr/src/lib/libnsl/dial/ |
H A D | stoa.c | 49 #define toupper(c) (islower(c) ? _toupper(c) : (c)) macro 51 #define toxdigit(c) ((isdigit(c))?todigit(c):(toupper(c)-(int)'A'+10))
|
/titanic_50/usr/src/cmd/dtrace/test/tst/common/funcs/ |
H A D | err.D_PROTO_LEN.toupper.d | 28 trace(toupper());
|
H A D | err.D_PROTO_ARG.toupper.d | 28 trace(toupper(timestamp));
|
/titanic_50/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | mkkey.awk | 73 printf "\t{ %d, %s },\n", strcount, toupper($1);
|
/titanic_50/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | mkkey.awk | 72 printf "\t{ %d, %s },\n", strcount, toupper($1);
|