Searched refs:tolower (Results 76 - 100 of 490) sorted by relevance

1234567891011>>

/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/diagrams/
H A Ddirection.tcl43 set thename [string tolower $name]
66 set thename [string tolower $name]
67 set theprimary [string tolower $primary]
/macosx-10.10/tcl-105/tcl_ext/tclvfs/tclvfs/library/
H A Dzipvfs.tcl485 set name [string tolower $sb(name)]
519 info exists toc([string tolower $path])
528 set name [string tolower $path]
554 set path [set tmp [string tolower $pat]]
557 set tmp [string tolower $path]
560 append tmp /[string tolower $pat]
561 append path /[string tolower $pat]
/macosx-10.10/ksh-23/ksh/src/lib/libast/regex/
H A Dregsubcomp.c242 c = tolower(c);
246 c = tolower(c);
273 c = tolower(c);
/macosx-10.10/tcl-105/tcl_ext/bwidget/bwidget/
H A Dlabel.tcl93 set accel [string tolower [string index $text $under]]
117 set oldaccel [string tolower [string index [$path.l cget -text] $oldunder]]
157 set accel [string tolower [string index $text $under]]
H A Dxpm2image.tcl62 set color [string tolower [join [lrange $record 1 end] { }]]
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/tablelist/scripts/
H A Dmwutil.tcl409 set classNs [string tolower [winfo class $win]]
455 set classNs [string tolower [winfo class $win]]
467 set classNs [string tolower [winfo class $win]]
/macosx-10.10/uucp-11/uucp/uuconf/
H A Dtime.c101 bfirst = tolower (BUCHAR (bfirst));
112 && (int) bfirst == (int) tolower (BUCHAR ((*pz)[0]))))
143 bfirst = tolower (BUCHAR (bfirst));
/macosx-10.10/vim-55/src/
H A Dmacros.h56 * toupper() and tolower() that use the current locale.
57 * On some systems toupper()/tolower() only work on lower/uppercase
60 * range 0 - 255. toupper()/tolower() on some systems can't handle others.
62 * toupper() and tolower() implementations only work for ASCII.
70 # define TOLOWER_LOC(c) (isupper(c) ? tolower(c) : (c))
73 # define TOLOWER_LOC tolower
77 /* toupper() and tolower() for ASCII only and ignore the current locale. */
80 # define TOLOWER_ASC(c) (isupper(c) ? tolower(c) : (c))
/macosx-10.10/Security-57031.1.35/Security/include/security_utilities/
H A Dheadermap.cpp50 mValue[n] = tolower(key[n]);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dheadermap.cpp50 mValue[n] = tolower(key[n]);
/macosx-10.10/bash-94.1.2/bash-3.2/include/
H A Dchartypes.h100 #define TOLOWER(c) (ISUPPER(c) ? tolower(c) : (c))
/macosx-10.10/bind9-45.101/bind9/unit/atf-src/atf-c++/detail/
H A Dtext.cpp89 lc += std::tolower(*iter);
/macosx-10.10/ksh-23/ksh/src/lib/libast/misc/
H A Dconformance.c59 c = tolower(c);
/macosx-10.10/libresolv-57/
H A Dns_ttl.c96 *p = tolower(ch);
/macosx-10.10/lukemftp-14/tnftp/libnetbsd/
H A Dstrunvis.c49 #define xtod(c) (isdigit(c) ? (c - '0') : ((tolower(c) - 'a') + 10))
/macosx-10.10/ncurses-44/ncurses/ncurses/tinfo/
H A Daccess.c43 #define LOWERCASE(c) ((isalpha(UChar(c)) && isupper(UChar(c))) ? tolower(UChar(c)) : (c))
/macosx-10.10/ntp-92/include/
H A Dl_stdlib.h220 extern int tolower (int);
/macosx-10.10/ntp-92/libntp/
H A Dauthreadkeys.c187 ptr = strchr(hex, tolower(token[j]));
/macosx-10.10/passwordserver_sasl-193/cyrus_sasl/lib/
H A Dconfig.c89 if (isupper((int) *p)) *p = (char) tolower(*p);
/macosx-10.10/system_cmds-643.1.1/getty.tproj/
H A Dchat.c118 const char * s = strchr(xdigits, tolower(*q));
/macosx-10.10/tcl-105/tcl84/tcl/library/msgcat/
H A Dmsgcat.tcl237 set Locale [string tolower $newLocale]
311 set Msgs([string tolower $locale],$ns,$src) $dest
334 set locale [string tolower $locale]
473 set locale [string tolower $locale]
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libjpeg/
H A Dcdjpeg.c13 #include <ctype.h> /* to declare isupper(), tolower() */
131 ca = tolower(ca);
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/examples/widget/
H A Dscreenruler.tcl93 -format [string tolower $ext]} err]} {
/macosx-10.10/Heimdal-398.1.2/lib/krb5/
H A Dsalt-des.c65 tolower(((unsigned char*)cell.data)[i]) : 0);
101 password[i] = tolower((unsigned char)password[i]);
/macosx-10.10/Libc-1044.1.2/include/
H A Dctype.h357 tolower(int _c) function
428 int tolower(int);

Completed in 339 milliseconds

1234567891011>>