Searched refs:toupper (Results 201 - 225 of 477) sorted by relevance

1234567891011>>

/macosx-10.10/emacs-93/emacs/src/
H A Dstrftime.c360 # define TOUPPER(Ch, L) toupper (Ch)
364 # define TOUPPER(Ch, L) (islower (Ch) ? toupper (Ch) : (Ch))
/macosx-10.10/gnudiff-19/diffutils/lib/
H A Dstrftime.c312 # define TOUPPER(Ch) toupper (Ch)
315 # define TOUPPER(Ch) (islower (Ch) ? toupper (Ch) : (Ch))
/macosx-10.10/iodbc-42.5/iodbc/iodbc/
H A Dinfo.c118 if ((cmp = toupper (*s1) - toupper (*s2)) != 0)
/macosx-10.10/ncurses-44/ncurses/Ada95/gen/
H A Dgen.c444 while (*s && *t && (toupper(*s++) == toupper(*t++)));
/macosx-10.10/ncurses-44/ncurses/test/
H A Dbs.c225 name[0] = toupper(UChar(name[0]));
882 ch = toupper(ch);
/macosx-10.10/ntp-92/ntpd/
H A Drefclock_neoclock4x.c797 hexdigit = isdigit((int)str[i]) ? toupper(str[i]) - '0' : toupper(str[i]) - 'A' + 10;
/macosx-10.10/ruby-106/ruby/
H A Daddr2line.c688 #define toupper(c) rb_toupper(c) macro
731 *++p = upper ? toupper(c) : c;
/macosx-10.10/tcl-105/tcl_ext/incrtcl/iwidgets/demos/
H A Dcatalog203 set class [string toupper [string index $name 0]][string tolower [string range $name 1 end]]
/macosx-10.10/tcl-105/tcl_ext/tclx/tclx/tests/
H A Dfilescan.test150 {0} {scanmatch -nocase $testCH [string toupper $key] $cmd}
/macosx-10.10/vim-55/runtime/ftplugin/
H A Dchangelog.vim115 return toupper(a:word[0]) . strpart(a:word, 1)
/macosx-10.10/vim-55/runtime/syntax/
H A Dawk.vim41 syn keyword awkFunction tolower toupper
H A Dcterm.vim54 syn keyword ctermStrFunction toupper uniq comst exists feof hascolor
H A Dtf.vim84 syn keyword tfFunctions systype time tolower toupper
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOHibernateRestoreKernel.c757 #define toupper(c) ((c) - 0x20 * (((c) >= 'a') && ((c) <= 'z'))) macro
792 *++p = upper ? toupper(c) : c;
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dencoding.c969 upper[i] = toupper(alias[i]);
1004 upper[i] = toupper(alias[i]);
1106 upper[i] = toupper(name[i]);
1282 upper[i] = toupper(name[i]);
1600 upper[i] = toupper(name[i]);
/macosx-10.10/ksh-23/ksh/src/lib/libast/regex/
H A Dregcomp.c1059 c = toupper(c);
1115 c = toupper(c);
1727 c = toupper(i);
2610 *s++ = (env->flags & REG_ICASE) ? toupper(c) : c;
2663 f->re.onechar = (env->flags & REG_ICASE) ? toupper(x) : x;
2965 c = toupper(c);
3265 fold[i] = toupper(i);
/macosx-10.10/OpenSSL098-52/src/ssl/
H A Dssltest.c1763 c = toupper(c);
1872 c = toupper(c);
2068 c = toupper(c);
/macosx-10.10/OpenSSL098-52/src/test/
H A Dssltest.c1763 c = toupper(c);
1872 c = toupper(c);
2068 c = toupper(c);
/macosx-10.10/tcl-105/tcl_ext/tclxml/tclxml/library/
H A Dsgmlparser.tcl662 switch [string toupper $id] {
889 set tag [string toupper $tag]
1117 return [string toupper $name]
/macosx-10.10/zsh-61/zsh/Src/Modules/
H A Dzftp.c2448 nt = toupper(STOUC(*str));
2482 nt = str[0] = toupper(STOUC(*str));
3084 switch (toupper(STOUC(*ptr))) {
/macosx-10.10/Security-57031.1.35/Security/include/security_smime/
H A Dcert.c94 *pD++ = toupper(ch);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_x509_cl/lib/
H A DclNameUtils.cpp187 *pCh = toupper(*pCh);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_smime/lib/
H A Dcert.c94 *pD++ = toupper(ch);
/macosx-10.10/Security-57031.1.35/libsecurity_smime/Security/
H A Dcert.c69 *pD++ = toupper(ch);
/macosx-10.10/Security-57031.1.35/libsecurity_smime/lib/
H A Dcert.c69 *pD++ = toupper(ch);

Completed in 895 milliseconds

1234567891011>>