Searched refs:toupper (Results 151 - 175 of 477) sorted by relevance

1234567891011>>

/macosx-10.10/shell_cmds-179/seq/
H A Dseq.c341 c |= ((toupper((unsigned char)*cp) -
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/nmea/
H A Dnmea.tcl184 set sentence [string toupper $sentence]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/pluginmgr/
H A Dpluginmgr.tcl351 set ev [string toupper [join $prefix _]]_PLUGINS
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/
H A DtclLoadAout.c239 *p = (char) toupper(UCHAR(*p));
/macosx-10.10/tcl-105/tk/tk/library/demos/
H A Dentry3.tcl90 lappend phoneNumberMap $char $digit [string toupper $char] $digit
/macosx-10.10/tcl-105/tk84/tk/library/demos/
H A Dentry3.tcl89 lappend phoneNumberMap $char $digit [string toupper $char] $digit
/macosx-10.10/vim-55/src/
H A Duninstal.c32 return (scanf(" %c", answer) == 1 && toupper(answer[0]) == 'Y');
/macosx-10.10/iodbc-42.5/iodbc/iodbcinst/
H A Dinifile.c114 if ((cmp = toupper (*s1) - toupper (*s2)) != 0)
/macosx-10.10/rsync-45/rsync/
H A Dloadparm.c535 if (toupper(* (unsigned char *) psz1) != toupper(* (unsigned char *) psz2)
/macosx-10.10/tcl-105/tcl_ext/bwidget/bwidget/
H A Dmainframe.tcl672 set key [string toupper $key]
679 set key [string toupper $key]
686 set accel "[string toupper $key]"
690 set accel "Ctrl+[string toupper $key]"
694 set accel "Alt+[string toupper $key]"
698 set accel "Ctrl+Alt+[string toupper $key]"
/macosx-10.10/tcl-105/tcl_ext/tdom/tdom/encodings/
H A DGenCompactCodings328 set encVar [string toupper $encoding]
/macosx-10.10/tcl-105/tcl_ext/xotcl/xotcl/library/lib/
H A Dhtmllib.xotcl138 set arg2 [string toupper [string trimleft $arg "-"]]
/macosx-10.10/xnu-2782.1.97/tools/tests/xnu_quick_test/
H A Dpipes_tests.c435 char first_letter = toupper(string[0]);
445 (toupper(string[1])
/macosx-10.10/BerkeleyDB-21/db/dist/
H A Dapi_flags.c365 *p = toupper(*p);
/macosx-10.10/Heimdal-398.1.2/lib/krb5/
H A Dkeytab_keyfile.c114 *cp = toupper((unsigned char)*cp);
/macosx-10.10/JavaScriptCore-7600.1.17/API/
H A DJSWrapperMap.mm83 if (!(*(output++) = toupper(c)))
287 setterName[3] = toupper(*name);
/macosx-10.10/Security-57031.1.35/ntlm/
H A DntlmBlobPriv.c437 pwdFix[dex] = toupper(pwdFix[dex]);
/macosx-10.10/adv_cmds-158/finger/
H A Dutil.c369 *t = toupper(*t);
/macosx-10.10/apr-32/apr/apr/test/
H A Dtestnames.c285 ABTS_INT_EQUAL(tc, toupper(origpath[0]), root[0]);
/macosx-10.10/emacs-93/emacs/src/
H A Dw32proc.c696 if (toupper (*str1) > toupper (*str2))
698 else if (toupper (*str1) < toupper (*str2))
/macosx-10.10/gnudiff-19/diffutils/lib/
H A Dstrtol.c229 # define TOUPPER(Ch) (IN_CTYPE_DOMAIN (Ch) ? toupper (Ch) : (Ch))
/macosx-10.10/ksh-23/ksh/src/lib/libcmd/
H A Duname.c370 *t++ = islower(n) ? toupper(n) : n;
/macosx-10.10/less-25/less/
H A Dless.h140 #define TO_UPPER(c) toupper((unsigned char) (c))
/macosx-10.10/mail_cmds-30/mail/
H A Dfio.c156 if (*cp != c && *cp != toupper((unsigned char)c))
/macosx-10.10/ntp-92/libntp/
H A Daudio.c164 *ca = toupper(*ca);

Completed in 304 milliseconds

1234567891011>>