Searched refs:toupper (Results 26 - 50 of 477) sorted by relevance

1234567891011>>

/macosx-10.10/ncurses-44/ncurses/form/
H A Dfrm_req_name.c157 buf[i] = toupper(UChar(buf[i]));
H A Dfty_enum.c167 while (toupper(*s++) == toupper(*buf))
/macosx-10.10/ncurses-44/ncurses/menu/
H A Dm_req_name.c112 buf[i] = toupper(UChar(buf[i]));
/macosx-10.10/tcl-105/tcl/tcl/libtommath/
H A Dbn_mp_read_radix.c51 ch = (char) ((radix < 36) ? toupper ((unsigned char) *str) : *str);
/macosx-10.10/Libc-1044.1.2/net/FreeBSD/
H A Dnsap_addr.c66 c = toupper(c);
71 c = toupper(c);
/macosx-10.10/man-16/man/man2html/scripts/cgi-bin/man/
H A Dmansec127 print "<h2> <a name=\"", letter, "\">", toupper(letter), "</a></h2>" > buffer_tmp;
149 print "<a href=\"#" letter_index[i] "\">" toupper(letter_index[i]) "</a>" > cache_tmp;
167 print "<a href=\"#" letter_index[i] "\">" toupper(letter_index[i]) "</a>" > cache_tmp;
H A Dmanwhatis154 print "<h2> <a name=\"", letter, "\">", toupper(letter), "</a></h2>\n<dl>" > buffer_tmp ;
173 print "<a href=\"#" letter_index[i] "\">" toupper(letter_index[i]) "</a>" > cache_tmp;
190 print "<a href=\"#" letter_index[i] "\">" toupper(letter_index[i]) "</a>" > cache_tmp;
/macosx-10.10/tcl-105/tcl_ext/sdx/sdx/lib/app-sdx/
H A Dupdate.tcl33 set name [string toupper [file root [file tail $path]]]
/macosx-10.10/CrackLib-37765/cracklib27/cracklib/
H A Dpacker.h60 #define CRACK_TOUPPER(a) (islower(a)?toupper(a):(a))
/macosx-10.10/Heimdal-398.1.2/lib/gssapi/netlogon/
H A Dimport_name.c75 toupper(((char *)name->NetbiosName.value)[i]);
/macosx-10.10/Heimdal-398.1.2/lib/roken/
H A Dhex.c46 c = toupper((unsigned char)c);
/macosx-10.10/OpenSSH-189/osslshim/heimdal-asn1/
H A Dhex.c73 c = toupper((unsigned char)c);
/macosx-10.10/OpenSSL098-52/src/test/
H A Ddummytest.c38 *p = toupper((unsigned char)(*p));
H A Dideatest.c38 *p = toupper((unsigned char)(*p));
H A Djpaketest.c38 *p = toupper((unsigned char)(*p));
/macosx-10.10/apr-32/apr/apr/include/
H A Dapr_lib.h232 /** @see toupper */
233 #define apr_toupper(c) (toupper(((unsigned char)(c))))
/macosx-10.10/bootstrap_cmds-91/migcom.tproj/
H A Dstring.c128 *s = toupper(c);
/macosx-10.10/lukemftp-14/tnftp/libedit/
H A Dsys.h127 extern int toupper(int);
/macosx-10.10/ntp-92/libntp/
H A Dssl_init.c82 *pch = (char)toupper(*pch);
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/base32/
H A Dbase32_tcl.tcl45 return [binary format B* [string map $backward [string toupper $estring]]]
H A Dbase32hex_tcl.tcl45 return [binary format B* [string map $backward [string toupper $estring]]]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/soundex/
H A Dsoundex.tcl72 set key [string toupper $last]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/textutil/
H A Dstring.tcl61 return [string toupper [string index $string 0]][string range $string 1 end]
/macosx-10.10/tcl-105/tcl_ext/xotcl/xotcl/library/lib/
H A Dwafecompat.tcl16 set name [string toupper $n]
/macosx-10.10/tcl-105/tk/tk/generic/ttk/
H A DttkGenStubs.tcl624 set upName [string toupper $libraryName]
681 set upName [string toupper $libraryName]
708 set capName [string toupper [string index $name 0]]
711 set CAPName [string toupper $name]
721 set capHook [string toupper [string index $hook 0]]
767 set capName [string toupper [string index $name 0]]
769 set CAPName [string toupper $name]

Completed in 356 milliseconds

1234567891011>>