Searched refs:toupper (Results 101 - 125 of 477) sorted by relevance

1234567891011>>

/macosx-10.10/llvmCore-3425.0.34/lib/Target/X86/InstPrinter/
H A DX86IntelInstPrinter.cpp118 O << (char)toupper(RegName[i]);
/macosx-10.10/ntp-92/lib/isc/
H A Dhex.c100 if ((s = strchr(hex, toupper(c))) == NULL)
/macosx-10.10/tcl-105/tcl/tcl/tools/
H A DgenStubs.tcl964 set upName [string toupper $libraryName]
991 set capName [string toupper [string index $name 0]]
999 set capHook [string toupper [string index $hook 0]]
1060 set capName [string toupper [string index $name 0]]
/macosx-10.10/tcl-105/tcl84/tcl/tools/
H A DgenStubs.tcl754 set upName [string toupper $libraryName]
779 set capName [string toupper [string index $name 0]]
787 set capHook [string toupper [string index $hook 0]]
848 set capName [string toupper [string index $name 0]]
/macosx-10.10/tcl-105/tcl_ext/incrtcl/incrTcl/tools/
H A DgenStubs.tcl760 set upName [string toupper $libraryName]
785 set capName [string toupper [string index $name 0]]
793 set capHook [string toupper [string index $hook 0]]
851 set capName [string toupper [string index $name 0]]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/base32/
H A Dbase32core.tcl37 append invalid [string tolower $char][string toupper $char]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/stringprep/tools/
H A Dgen_unicode_data.tcl60 if {[scan [lindex $items 12] %4x toupper] == 1} {
61 set toupper [expr {$index - $toupper}]
63 set toupper {}
84 return "$categoryIndex,$toupper,$tolower,$totitle"
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/
H A DtclLoadMac.c127 packageName[0] = (char) toupper(UCHAR(packageName[0]));
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/
H A Dtkv.tcl62 set accelerator [string toupper [string index $name 0]]
/macosx-10.10/tcl-105/tcl_ext/trf/trf/compat/
H A DtclLoadMac.c116 packageName[0] = (char) toupper(UCHAR(packageName[0]));
/macosx-10.10/tcl-105/tcl_ext/xotcl/xotcl/library/xml/
H A Dsgml.tcl438 switch [string toupper $id] {
597 set tag [string toupper $tag]
677 return [string toupper $name]
816 catch {DTD:[string toupper $decl] $id $value} err
/macosx-10.10/tcl-105/tk/tk/library/
H A Dpalette.tcl169 set class [string replace $dbOption 0 0 [string toupper \
/macosx-10.10/tcl-105/tk84/tk/library/
H A Dpalette.tcl174 set class [string replace $dbOption 0 0 [string toupper \
/macosx-10.10/tcpdump-61/tcpdump/lbl/
H A Dos-sunos4.h185 int toupper(int);
/macosx-10.10/uucp-11/uucp/uuconf/
H A Dcmdarg.c68 bfirstu = toupper (bfirstu);
/macosx-10.10/xnu-2782.1.97/SETUP/config/
H A Dmkheaders.c219 *cp++ = toupper(*dev++);
/macosx-10.10/BerkeleyDB-21/db/dist/
H A Dgen_msg.awk66 msg_size_name = toupper(sprintf("%s_SIZE", base_name));
67 max_name = toupper(sprintf("%s_MAXMSG_SIZE", prefix));
/macosx-10.10/BerkeleyDB-21/db/test/
H A Drecd006.tcl161 set func toupper
176 [string compare $Dret [string toupper $kvals($p10)]] == 0 } {
/macosx-10.10/gnutar-453/gnutar/src/
H A Dtransform.c353 case_ctl_buffer[0] = toupper (case_ctl_buffer[0]);
362 *p = toupper (*p);
/macosx-10.10/ksh-23/ksh/src/lib/libast/misc/
H A Dmagic.c587 ep->type = toupper(ep->type);
593 ep->type = toupper(ep->type);
605 ep->type = toupper(ep->type);
626 ep->type = toupper(ep->type);
640 ep->type = toupper(ep->type);
1025 vowl += mp->count[toupper(*s)] + mp->count[*s];
1027 freq += mp->count[toupper(*s)] + mp->count[*s];
1029 rare += mp->count[toupper(*s)] + mp->count[*s];
/macosx-10.10/ksh-23/ksh/src/lib/libast/regex/
H A Dreglib.h198 #define towupper(x) toupper(x)
247 #define towupper(x) toupper(x)
/macosx-10.10/ncurses-44/ncurses/menu/
H A Dm_driver.c77 if (toupper(UChar(*string++)) != toupper(UChar(*part)))
/macosx-10.10/tcsh-65/tcsh/
H A Dtc.os.h467 # ifndef toupper
468 extern int toupper (int);
469 # endif /* toupper */
/macosx-10.10/vim-55/runtime/syntax/
H A Dhostconf.vim64 let trailing_context = a:trailing_context . toupper(order[0]) . order[1:]
/macosx-10.10/vim-55/src/
H A Dosdef1.h.in108 extern int toupper __ARGS((int));

Completed in 131 milliseconds

1234567891011>>