Searched refs:toupper (Results 276 - 300 of 477) sorted by relevance

<<11121314151617181920

/macosx-10.10/vim-55/runtime/syntax/
H A Dvera.vim97 syn keyword veraMethods size sort substr sum thismatch tolower toupper unique_index
/macosx-10.10/zsh-61/zsh/Src/
H A Dhist.c1966 c = toupper(c);
1975 c = toupper(c);
/macosx-10.10/Heimdal-398.1.2/appl/telnet/telnet/
H A Dtelnet.c584 *cp = toupper((unsigned char)c);
/macosx-10.10/OpenSSH-189/openssh/
H A Dreadconf.c608 switch (toupper(*endofnumber)) {
/macosx-10.10/cups-408/cups/vcnet/regex/
H A Dregcomp.c827 return(toupper(ch));
/macosx-10.10/gnutar-453/gnutar/lib/
H A Dgetdate.y890 *p = toupper (ch);
/macosx-10.10/ksh-23/ksh/src/lib/libast/comp/
H A Diconv.c516 c = toupper(c);
/macosx-10.10/llvmCore-3425.0.34/lib/Object/
H A DMachOObjectFile.cpp277 Char = toupper(Char);
/macosx-10.10/llvmCore-3425.0.34/lib/Support/
H A Dregcomp.c872 return ((uch)toupper(ch));
/macosx-10.10/msdosfs-209.1.1/newfs_msdos.tproj/
H A Dnewfs_msdos.c1320 c = *src ? toupper(*src++) : ' ';
/macosx-10.10/network_cmds-457/ip6fw.tproj/
H A Dip6fw.c1260 c = toupper(getc(stdin));
/macosx-10.10/remote_cmds-47/telnet.tproj/
H A Dtelnet.c621 *cp = toupper(c);
/macosx-10.10/tcl-105/tcl/tcl/tools/
H A DmakeTestCases.tcl1126 set AMPMind [string toupper $ampmind]
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/ico/
H A Dico0.tcl326 return [string trimleft [string toupper [file extension $file]] .]
H A Dico.tcl483 set type [string trimleft [string toupper [file extension $file]] .]
/macosx-10.10/BerkeleyDB-21/db/test/
H A Dtestutils.tcl541 set repl [ replicate [string toupper $s] $n_add ]
572 set repl [ replicate [string toupper $s] $n_add ]
589 set repl [ replicate [string toupper $s] $n_add ]
/macosx-10.10/gnudiff-19/diffutils/
H A Dconfigure3961 || toupper (i) != TOUPPER (i))
10303 || toupper (i) != TOUPPER (i))
10908 || toupper (i) != TOUPPER (i))
11299 || toupper (i) != TOUPPER (i))
11751 || toupper (i) != TOUPPER (i))
12205 || toupper (i) != TOUPPER (i))
/macosx-10.10/emacs-93/emacs/src/
H A Dfileio.c475 if (getdefdir (toupper (*beg) - 'A' + 1, r))
1426 if (!getdefdir (toupper (drive) - 'A' + 1, newdir))
1504 if (!getdefdir (toupper (drive) - 'A' + 1, newdir))
/macosx-10.10/gpatch-3/patch/
H A Dconfigure2488 || toupper (i) != TOUPPER (i))
3737 || toupper (i) != TOUPPER (i))
4776 || toupper (i) != TOUPPER (i))
5424 || toupper (i) != TOUPPER (i))
5933 || toupper (i) != TOUPPER (i))
/macosx-10.10/Heimdal-398.1.2/lib/ntlm/
H A Dntlm.c243 data[n] = toupper((int)data[n]);
/macosx-10.10/file-46/file/src/
H A Dsoftmagic.c1636 if ((v = toupper(*b++) - *a++) != '\0')
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/edit/
H A Dvi.c2705 c = toupper(c);
/macosx-10.10/nano-12/src/
H A Dwinio.c2360 sprintf(foo, "M-%c", toupper(s->metaval));
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/amazon-s3/
H A DS3.tcl232 set verb [string toupper $verb]
1459 set what [string toupper $what]
/macosx-10.10/text_cmds-88/sort/
H A Dsort.c572 fold_toupper[i] = (ISLOWER (i) ? toupper (i) : i);

Completed in 409 milliseconds

<<11121314151617181920