Searched refs:toupper (Results 251 - 275 of 477) sorted by relevance

<<11121314151617181920

/macosx-10.10/tcl-105/tcl/tcl/tools/
H A Dtcltk-man2html.tcl140 return [string toupper $string 0]
1242 set initial [string toupper [string index $key 0]]
/macosx-10.10/tcl-105/tcl84/tcl/tools/
H A Dtcltk-man2html.tcl177 return [string toupper $string 0]
1086 set initial [string toupper [string index $key 0]]
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/
H A Ddemo.tcl196 label .img.l_$format -text "[string toupper ${format}]: "
216 toolhelpAddBinding $w "[string toupper $format] : $type ($width x $height pixels)"
/macosx-10.10/Heimdal-398.1.2/lib/asn1/
H A Dgen.c483 gen_upper[i] = toupper((int)s->gen_name[i]);
/macosx-10.10/OpenAL-54/Source/OpenAL/
H A DoalImp.cpp1320 extbaseUpper[i] = toupper(extbase[i]);
1328 extnameUpper[i] = toupper(extname[i]);
4562 extbaseUpper[i] = toupper(extbase[i]);
4570 extnameUpper[i] = toupper(extname[i]);
/macosx-10.10/cups-408/cups/backend/
H A Ddnssd.c1249 *valptr++ = (char)toupper(*ptr++ & 255);
/macosx-10.10/ksh-23/ksh/src/lib/libast/port/
H A Dlcgen.c240 c = toupper(c);
/macosx-10.10/libxml2-26/libxml2/
H A Dtriostr.c1217 return toupper(source);
/macosx-10.10/llvmCore-3425.0.34/lib/Object/
H A DCOFFObjectFile.cpp237 return object_error::success; // Don't do ::toupper.
270 ret = ::toupper(ret);
/macosx-10.10/llvmCore-3425.0.34/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h1542 return static_cast<char>(toupper(static_cast<unsigned char>(ch)));
/macosx-10.10/lukemftp-14/tnftp/libedit/
H A Dvi.c249 *el->el_line.cursor = toupper(c);
/macosx-10.10/msdosfs-209.1.1/msdos_util.tproj/
H A Ddosutil.c1008 c = *src ? toupper(*src++) : ' ';
/macosx-10.10/network_cmds-457/dnctl/
H A Ddnctl.c954 c = toupper(getc(stdin));
/macosx-10.10/postfix-255/postfix/src/util/
H A Dsys_defs.h1711 #define TOUPPER(c) (ISLOWER(c) ? toupper((unsigned char)(c)) : (c))
/macosx-10.10/ppp-786.1.1/Helpers/pppd/
H A Dchap_ms.c952 UcasePassword[i] = (u_char)toupper(secret[i]);
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dtriostr.c1217 return toupper(source);
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/html/
H A Dhtml.tcl1422 set code [string toupper $arg]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/md5/
H A Dmd5x.tcl507 return [string toupper $result]
/macosx-10.10/tcsh-65/tcsh/win32/
H A Dntfunc.c1189 uptmp[icount] = (char)toupper(tmp[icount]);
/macosx-10.10/cups-408/cups/cups/
H A Dppd-cache.c2663 *name = (char)toupper(*ipp++);
2670 *ptr++ = (char)toupper(*ipp++ & 255);
/macosx-10.10/cups-408/cups/scheduler/
H A Dclient.c3635 toupper(attr->values[0].string.text[3] & 255),
3636 toupper(attr->values[0].string.text[4] & 255));
/macosx-10.10/modemccl-25.1/CCLEngine/
H A DCCLEngine.c1409 while (l1 && l2 && (toupper(*s1) == toupper(*s2))) {
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/mime/
H A Dmime.tcl3329 if {[set x [string first "/$key=" [string toupper $mbox]]] < 0} {
3523 set value [string toupper $value]
/macosx-10.10/vim-55/runtime/autoload/
H A Dhtmlcomplete.vim653 let item = toupper(item)
/macosx-10.10/vim-55/runtime/syntax/
H A Dtcl.vim179 syn keyword tcltkStringSwitch contained compare first index last length match range tolower toupper trim trimleft trimright wordstart wordend

Completed in 416 milliseconds

<<11121314151617181920