Searched refs:toupper (Results 1 - 25 of 45) sorted by relevance

12

/barrelfish-master/lib/openssl-1.0.0d/crypto/
H A Do_str.c77 int res = toupper(*str1) - toupper(*str2);
/barrelfish-master/include/cxx/
H A Dctype.h29 int toupper(int c);
55 #undef toupper macro
/barrelfish-master/include/sys/
H A Dctype.h53 #define toupper(c) ((c) - 0x20 * (((c) >= 'a') && ((c) <= 'z'))) macro
/barrelfish-master/lib/tommath/
H A Dbn_mp_read_radix.c51 ch = (char) ((radix < 36) ? toupper ((int)*str) : *str);
/barrelfish-master/lib/libc/inet/
H A Dnsap_addr.c59 c = toupper(c);
64 c = toupper(c);
/barrelfish-master/lib/libc/locale/
H A Disctype.c200 #undef toupper macro
202 toupper(int c) function
H A DMakefile.inc17 tolower.c toupper.c utf8.c wcrtomb.c wcsnrtombs.c \
45 setlocale.3 toascii.3 tolower.3 toupper.3 towlower.3 towupper.3 \
/barrelfish-master/lib/acpica/source/components/utilities/
H A Dutnonansi.c196 *String = (char) toupper ((int) *String);
451 ThisDigit = (UINT8) toupper ((int) *String);
668 Index = (UINT8) toupper ((int) *String);
H A Dutclib.c156 * FUNCTION: toupper
728 index = (UINT32) toupper (*String);
800 * FUNCTION: toupper
811 toupper ( function
/barrelfish-master/include/
H A Dctype.h61 int toupper(int);
100 #define toupper(c) __sbtoupper(c) macro
106 * tolower() and toupper() respectively, minus extra checking to ensure that
109 * toupper() since this doesn't violate the specification itself, only its
/barrelfish-master/lib/acpica/source/include/
H A Dacclib.h236 toupper (
/barrelfish-master/lib/openssl-1.0.0d/test/
H A Ddummytest.c38 *p = toupper((unsigned char)(*p));
H A Djpaketest.c38 *p = toupper((unsigned char)(*p));
H A Dmd2test.c38 *p = toupper((unsigned char)(*p));
H A Drc5test.c38 *p = toupper((unsigned char)(*p));
/barrelfish-master/lib/openssl-1.0.0d/engines/ccgost/
H A Dgost_pmeth.c126 switch(toupper(value[0]))
145 else if ((strlen(value) == 2) && (toupper(value[0]) == 'X'))
147 switch (toupper(value[1]))
201 switch(toupper(value[0]))
220 else if ((strlen(value) == 2) && (toupper(value[0]) == 'X'))
222 switch (toupper(value[1]))
/barrelfish-master/lib/octopus/parser/
H A Dstrnatcmp.c60 return toupper((unsigned char) a);
/barrelfish-master/lib/pcre/
H A Dpcre_maketables.c98 for (i = 0; i < 256; i++) *p++ = islower(i)? toupper(i) : tolower(i);
/barrelfish-master/lib/libc/nameser/
H A Dns_ttl.c119 ch = toupper(ch);
/barrelfish-master/usr/eclipseclp/lib_tcl/widget/
H A Dutil-string.tcl36 return [string toupper [string index $str 0]][string tolower \
H A Dcalculator.tcl137 set val [string toupper $val]
144 set val [string toupper $val]
158 set val [string toupper $val]
172 set val [string toupper $val]
/barrelfish-master/lib/libc/gen/
H A Dreadpassphrase.c138 ch = (char)toupper((unsigned char)ch);
/barrelfish-master/lib/acpica/source/compiler/
H A Daslstartup.c239 *FileChar = (char) toupper ((int) *FileChar);
/barrelfish-master/include/cxx/support/xlocale/
H A D__posix_l_fallback.h119 return ::toupper(c);
/barrelfish-master/lib/cpio/
H A Dcpiobin.c106 int toupper(int c) function
157 c = toupper(c);

Completed in 215 milliseconds

12