Searched refs:toupper (Results 176 - 200 of 477) sorted by relevance

1234567891011>>

/macosx-10.10/patch_cmds-17/patch/
H A Dutil.c135 *s = toupper(*s);
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/doctools2idx/
H A Dexport_html.tcl263 lappend char([string toupper [string index $keyword 0]]) $keyword
/macosx-10.10/tcl-105/tcl_ext/trf/trf/compat/
H A DtclLoadAout.c603 *r = (char) toupper(UCHAR(*r));
/macosx-10.10/tcl-105/tk/tk/library/
H A Dmsgbox.tcl361 set capName [string toupper $name 0]
394 # bind $w <Alt-[string toupper $key]> [list $w.$name invoke]
/macosx-10.10/tcl-105/tk84/tk/library/
H A Dmsgbox.tcl344 set capName [string toupper $name 0]
376 # bind $w <Alt-[string toupper $key]> [list $w.$name invoke]
/macosx-10.10/libarchive-30/libarchive/libarchive/
H A Darchive_windows.c967 exttype[0] = toupper(*p++);
968 exttype[1] = toupper(*p++);
969 exttype[2] = toupper(*p++);
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/ftpd/
H A Dftpd.tcl553 set cmd [string toupper $cmd]
879 set command [string toupper $command]
1512 set version [string toupper $tcl_platform(os)]
/macosx-10.10/tcl-105/tcl_ext/tktreectrl/tktreectrl/demos/
H A Dexplorer.tcl215 set type [string toupper [file extension $file]]
410 set type [string toupper [file extension $file]]
568 set type [string toupper [file extension $file]]
/macosx-10.10/tcl-105/tcl_ext/snack/snack/unix/
H A Dsnack.tcl169 set data(-format) [string toupper $data(-format)]
291 set data(-format) [string toupper $data(-format)]
471 set char [string toupper $char]
1093 set capName [string toupper \
1112 bind $w <Alt-[string toupper $key]> [list $w.$name invoke]
/macosx-10.10/Chess-310.6/Sources/
H A DMBCBoard.mm1361 return LocalizedStringWithFormat(localization, format, ploc, toupper(col), row);
1402 toupper(fcol), frow, toupper(tcol), trow,
1415 toupper(fcol), frow, toupper(tcol), trow);
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/bits/
H A Dlocale_facets.h230 toupper(char_type __c) const function in class:__ctype_abstract_base
245 toupper(char_type *__lo, const char_type* __hi) const function in class:__ctype_abstract_base
793 * toupper() acts as if it returns ctype<char>::do_toupper(c).
800 toupper(char_type __c) const function in class:ctype
809 * toupper() acts as if it returns ctype<char>:: do_toupper(lo, hi).
817 toupper(char_type *__lo, const char_type* __hi) const function in class:ctype
4683 /// Convenience interface to ctype.toupper(__c).
4686 toupper(_CharT __c, const locale& __loc) function
4687 { return use_facet<ctype<_CharT> >(__loc).toupper(__c); }
/macosx-10.10/Security-57031.1.35/Security/include/security_codesigning/
H A Dreqinterp.cpp394 *it = toupper(*it);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A Dreqinterp.cpp394 *it = toupper(*it);
/macosx-10.10/bash-94.1.2/bash-3.2/lib/sh/
H A Dstrftime.c565 tbuf[i] = toupper(tbuf[i]);
/macosx-10.10/curl-83.1.2/curl/lib/
H A Dcurl_ntlm_core.c392 dest[2 * i] = (unsigned char)(toupper(src[i]));
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/bltins/
H A Dtrap.c259 c = toupper(c);
/macosx-10.10/shell_cmds-179/killall/
H A Dkillall.c83 *s = toupper((unsigned char)*s);
/macosx-10.10/tcl-105/tcl_ext/expect/expect/example/
H A Dtkpasswd354 insert lpass [string toupper [lindex $lkeys [rand $lkeys_length]]]
357 insert rpass [string toupper [lindex $rkeys [rand $rkeys_length]]]
/macosx-10.10/tcl-105/tcl_ext/sdx/sdx/lib/ftpd/
H A Dftpd.tcl205 set op [string toupper [lindex [split $line] 0]]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/sasl/
H A Dsasl.tcl155 set mech [string toupper [Pop args 1]]
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/contrib/iptcutil/
H A Diptcutil.c791 c=toupper(ch);
/macosx-10.10/tcl-105/tcl_ext/trf/trf/generic/
H A Dotpcode.c2671 x = toupper (x);
/macosx-10.10/adv_cmds-158/localedef/
H A Dlocaledef.pl37 toupper => {map { ($_, "\U$_"); } qw(a b c d e f g h i j k l m n o p q r s t u v w x y z)},
789 unless ($class =~ m/^(tolower|toupper|alpha|control|digit|grah|lower|space|upper|xdigit|blank|print|ideogram|special|phonogram)$/) {
/macosx-10.10/bash-94.1.2/bash-3.2/lib/termcap/grot/
H A Dconfigure784 if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
/macosx-10.10/bind9-45.101/bind9/bin/dnssec/
H A Ddnssec-keygen.c314 if (toupper(c) == 'K')
316 else if (toupper(c) == 'R')

Completed in 409 milliseconds

1234567891011>>