Searched refs:toupper (Results 51 - 75 of 477) sorted by relevance

1234567891011>>

/macosx-10.10/tcl-105/tk/tk/library/ttk/
H A Dnotebook.tcl80 set key [string toupper $key]
84 set mnemonic [string toupper [string index $label $underline]]
/macosx-10.10/vim-55/src/
H A Dascii.h102 #define EBCDIC_CHAR_ADD(c,s) (isupper(c) ? toupper(EBCDIC_CHAR_ADD_(CharOrdUp(c)+(s))) : EBCDIC_CHAR_ADD_(CharOrdLow(c)+(s)))
105 #define ROT13(c, a) (isupper(c) ? toupper(R13_(CharOrdUp(c))) : R13_(CharOrdLow(c)))
H A Dmacros.h56 * toupper() and tolower() that use the current locale.
57 * On some systems toupper()/tolower() only work on lower/uppercase
60 * range 0 - 255. toupper()/tolower() on some systems can't handle others.
62 * toupper() and tolower() implementations only work for ASCII.
69 # define TOUPPER_LOC(c) (islower(c) ? toupper(c) : (c))
72 # define TOUPPER_LOC toupper
77 /* toupper() and tolower() for ASCII only and ignore the current locale. */
79 # define TOUPPER_ASC(c) (islower(c) ? toupper(c) : (c))
/macosx-10.10/CrackLib-37765/cracklib27/
H A Dlibcrack.h69 #define CRACK_TOUPPER(a) (islower(a) ? toupper(a) : (a))
/macosx-10.10/Heimdal-398.1.2/lib/libedit/src/
H A Dsys.h147 extern int toupper(int);
/macosx-10.10/bind9-45.101/bind9/unit/atf-src/atf-c/
H A Dconfig.c83 *ucptr = toupper((int)*str);
/macosx-10.10/passwordserver_sasl-193/cyrus_sasl/include/
H A Dmakemd5.c98 *p = toupper((int) *p);
/macosx-10.10/pcre-7/pcre/
H A Dpcre_maketables.c90 for (i = 0; i < 256; i++) *p++ = islower(i)? toupper(i) : tolower(i);
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/doctools2idx/
H A Dexport_nroff.tcl187 set name [string toupper $name]
200 set name [string toupper $name]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/doctools2toc/
H A Dexport_nroff.tcl192 set name [string toupper $name]
205 set name [string toupper $name]
/macosx-10.10/BerkeleyDB-21/db/test/
H A Dtest013.tcl148 set rstr [string toupper $str]
229 "key/data mismatch for $key" $data [string toupper $key]
238 "data mismatch for $key" $data [string toupper $kvals($key)]
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/tools/
H A DgenStubs.tcl984 set upName [string toupper $libraryName]
1012 set capName [string toupper [string index $name 0]]
1016 set CAPName [string toupper $name]
1027 set capHook [string toupper [string index $hook 0]]
1073 set capName [string toupper [string index $name 0]]
1100 set CAPName [string toupper $name]
/macosx-10.10/ksh-23/ksh/src/lib/libast/regex/
H A Dregsubcomp.c238 c = toupper(c);
248 c = toupper(c);
282 c = toupper(c);
/macosx-10.10/nano-12/src/
H A Dhelp.c512 toupper(s->metaval));
524 ptr += sprintf(ptr, "(M-%c)", toupper(s->miscval));
551 toupper(t->val), t->desc, _("enable/disable"));
/macosx-10.10/Security-57031.1.35/Security/include/security_utilities/
H A Dheadermap.cpp44 mValue[0] = toupper(key[0]);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dheadermap.cpp44 mValue[0] = toupper(key[0]);
/macosx-10.10/bash-94.1.2/bash-3.2/include/
H A Dchartypes.h101 #define TOUPPER(c) (ISLOWER(c) ? toupper(c) : (c))
/macosx-10.10/ksh-23/ksh/src/lib/libast/string/
H A Dchresc.c105 c = toupper(c);
/macosx-10.10/libresolv-57/
H A Dns_ttl.c123 ch = toupper(ch);
/macosx-10.10/ntp-92/include/
H A Dl_stdlib.h224 extern int toupper (int);
/macosx-10.10/tcl-105/tcl_ext/memchan/memchan/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]]
/macosx-10.10/tcl-105/tcl_ext/tbcload/tbcload/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]]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/math/
H A Dromannumerals.tcl93 foreach i [split [string toupper $s] ""] {
/macosx-10.10/tcl-105/tcl_ext/tclxml/tcldom/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]]
/macosx-10.10/tcl-105/tcl_ext/tclxml/tclxml/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]]

Completed in 316 milliseconds

1234567891011>>