Searched refs:toupper (Results 76 - 100 of 477) sorted by relevance

1234567891011>>

/macosx-10.10/tcl-105/tcl_ext/trf/trf/tools/
H A DgenStubs.tcl681 set upName [string toupper $libraryName]
706 set capName [string toupper [string index $name 0]]
714 set capHook [string toupper [string index $hook 0]]
775 set capName [string toupper [string index $name 0]]
H A Dsetversion94 mapdef mDate [string toupper \
/macosx-10.10/BerkeleyDB-21/db/test/
H A Dtest092.tcl137 set ustr [string toupper $str]
247 [string toupper $kvals($key)]
/macosx-10.10/Libc-1044.1.2/include/
H A Dctype.h363 toupper(int _c) function
429 int toupper(int);
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/contrib/ldapc++/src/
H A DLDAPAttributeList.cpp191 return toupper(c1) == toupper(c2);
/macosx-10.10/cxxfilt-11/cxxfilt/binutils/testsuite/lib/
H A Dutils-lib.exp474 eval set progopts \$[string toupper $program]FLAGS
475 eval set binary \$[string toupper $program]
486 eval set progopts \$[string toupper $dumpprogram]FLAGS
487 eval set binary \$[string toupper $dumpprogram]
/macosx-10.10/ksh-23/ksh/src/lib/libast/regex/
H A Dregsubexec.c100 c = toupper(c);
120 c = toupper(c);
/macosx-10.10/tcl-105/tcl_ext/memchan/memchan/tools/
H A Dsetversion89 mapdef mDate [string toupper \
/macosx-10.10/swig-12/Source/Swig/
H A Dmisc.c218 Putc(toupper(c), ns);
257 Putc(first ? toupper(c) : tolower(c), ns);
285 Putc(first ? toupper(c) : c, ns);
319 Putc(after_underscore ? toupper(c) : c, ns);
389 Putc(toupper((int)cs[0]), ns);
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/imap4/
H A Dimap4.tcl316 set info($chan,capability) [split [string toupper $capstring]]
354 set attribname [switch -glob -- [string toupper $name] {
667 switch -glob -- [string toupper $w] {
687 append item [string toupper [string range $field 0 end-1]] { }
873 set capa [string toupper $capa]
1052 switch -glob -- [string toupper [set token [lpop expr]]] {
1062 ALL {multiline_append_command result [string toupper $token]}
/macosx-10.10/tcl-105/tcl_ext/bwidget/bwidget/
H A Dbutton.tcl151 set accel2 [string toupper $accel1]
180 set oldaccel2 [string toupper $oldaccel1]
231 set accel2 [string toupper $accel1]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/sasl/
H A Dntlm.tcl134 set domain [string toupper $domainname]
135 set host [string toupper $hostname]
294 set password [string range [string toupper $password][string repeat \0 14] 0 13]
/macosx-10.10/Heimdal-398.1.2/lib/asn1/
H A Dhash.c185 i += toupper((unsigned char)*s);
/macosx-10.10/Heimdal-398.1.2/lib/krb5/
H A Dmisc.c156 c = toupper((unsigned char)c);
/macosx-10.10/OpenSSH-189/openssh/openbsd-compat/
H A Dreadpassphrase.c138 ch = (char)toupper(ch);
/macosx-10.10/bash-94.1.2/bash-3.2/lib/readline/
H A Dchardefs.h107 # define _rl_to_upper(c) (_rl_lowercase_p(c) ? toupper((unsigned char)c) : (c))
/macosx-10.10/bind9-45.101/bind9/contrib/nslint-2.1a3/lbl/
H A Dos-sunos4.h185 int toupper(int);
/macosx-10.10/bind9-45.101/bind9/lib/dns/
H A Dttl.c125 * toupper() does not need its argument to be masked of cast
130 toupper(region.base[region.length - 1]);
/macosx-10.10/bind9-45.101/bind9/lib/isc/
H A Dhex.c100 if ((s = strchr(hex, toupper(c))) == NULL)
/macosx-10.10/cups-408/cups/cups/
H A Dlanguage.c205 language[3] = (char)toupper(language[3] & 255);
206 language[4] = (char)toupper(language[4] & 255);
600 *ptr++ = (char)toupper(*language & 255);
613 *ptr++ = (char)toupper(*language & 255);
/macosx-10.10/dcerpc-61/dcerpc/ncklib/
H A Dtwr_np.c225 *p = toupper((int)*p);
/macosx-10.10/emacs-93/emacs/msdos/
H A Dis_exec.c209 *tp++ = toupper (*extension++);
/macosx-10.10/libpcap-48/libpcap/lbl/
H A Dos-sunos4.h185 int toupper(int);
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/bits/
H A Dlocalefwd.h102 toupper(_CharT, const locale&);
/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/AsmPrinter/
H A DOcamlGCPrinter.cpp58 SymName[Letter] = toupper(SymName[Letter]);

Completed in 242 milliseconds

1234567891011>>