Searched refs:tolower (Results 101 - 125 of 490) sorted by relevance

1234567891011>>

/macosx-10.10/OpenPAM-20/openpam/lib/
H A Dopenpam_configure.c73 while (*str && tolower(*str) == tolower(*word))
/macosx-10.10/bash-94.1.2/bash-3.2/lib/intl/
H A Dlocalealias.c406 /* I know this seems to be odd but the tolower() function in
408 c1 = isupper (*p1) ? tolower (*p1) : *p1;
409 c2 = isupper (*p2) ? tolower (*p2) : *p2;
/macosx-10.10/cxxfilt-11/cxxfilt/intl/
H A Dlocalealias.c406 /* I know this seems to be odd but the tolower() function in
408 c1 = isupper (*p1) ? tolower (*p1) : *p1;
409 c2 = isupper (*p2) ? tolower (*p2) : *p2;
/macosx-10.10/gnudiff-19/diffutils/src/
H A Dsystem.h265 # define TOLOWER(c) tolower (c)
268 # define _tolower(c) tolower (c)
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/edit/
H A Dcompletion.c70 a = tolower(a);
72 b = tolower(b);
/macosx-10.10/ksh-23/ksh/src/lib/libast/regex/
H A Dregsubexec.c109 c = tolower(c);
118 c = tolower(c);
/macosx-10.10/man-16/man/man2html/scripts/cgi-bin/man/
H A Dmansec122 letter = tolower(substr(manpage,1,1));
H A Dmanwhatis145 letter = tolower(substr($1,1,1));
/macosx-10.10/tcl-105/tcl_ext/tktable/tktable/generic/
H A DtkTableCellSort.c206 diff = UCHAR(tolower(*left)) - UCHAR(*right);
213 diff = UCHAR(*left) - UCHAR(tolower(UCHAR(*right)));
/macosx-10.10/swig-12/Source/Swig/
H A Dmisc.c236 Putc(tolower(c), ns);
257 Putc(first ? toupper(c) : tolower(c), ns);
316 Putc(tolower(c), ns);
369 Putc(tolower(c), ns);
410 Putc(tolower((int)cs[0]), ns);
/macosx-10.10/bind9-45.101/bind9/contrib/nslint-2.1a3/
H A Dnslint.c192 *cp = tolower(*cp);
481 *cp2++ = tolower(*cp);
849 *cp2 = tolower(*cp2);
962 ch = tolower(ch);
1124 *cp2++ = tolower(*cp);
1156 *cp = tolower(*cp);
1168 *cp2++ = tolower(*cp);
1197 ch = tolower(ch);
1221 ch = tolower(ch);
1282 *cp = tolower(*c
[all...]
/macosx-10.10/ksh-23/ksh/src/lib/libast/uwin/
H A Drcmd.c338 *p++ = isupper(*sp) ? tolower(*sp++) : *sp++;
395 *p = isupper(*p) ? tolower(*p) : *p;
500 *cp = tolower(*cp);
/macosx-10.10/tcl-105/tcl_ext/bwidget/bwidget/
H A Dbutton.tcl150 set accel1 [string tolower [string index $text $under]]
179 set oldaccel1 [string tolower [string index [$path:cmd cget -text] $oldunder]]
230 set accel1 [string tolower [string index $text $under]]
/macosx-10.10/tcl-105/tcl_ext/memchan/memchan/tools/
H A DgenStubs.tcl411 set lfname [string tolower [string index $fname 0]]
452 set lfname [string tolower [string index $fname 0]]
517 set lfname [string tolower [string index $fname 0]]
/macosx-10.10/tcl-105/tcl_ext/tbcload/tbcload/tools/
H A DgenStubs.tcl411 set lfname [string tolower [string index $fname 0]]
452 set lfname [string tolower [string index $fname 0]]
517 set lfname [string tolower [string index $fname 0]]
/macosx-10.10/tcl-105/tcl_ext/tclxml/tcldom/tools/
H A DgenStubs.tcl411 set lfname [string tolower [string index $fname 0]]
452 set lfname [string tolower [string index $fname 0]]
517 set lfname [string tolower [string index $fname 0]]
/macosx-10.10/tcl-105/tcl_ext/tclxml/tclxml/tools/
H A DgenStubs.tcl411 set lfname [string tolower [string index $fname 0]]
452 set lfname [string tolower [string index $fname 0]]
517 set lfname [string tolower [string index $fname 0]]
/macosx-10.10/tcl-105/tcl_ext/trf/trf/tools/
H A DgenStubs.tcl411 set lfname [string tolower [string index $fname 0]]
452 set lfname [string tolower [string index $fname 0]]
517 set lfname [string tolower [string index $fname 0]]
/macosx-10.10/zsh-61/zsh/Src/Modules/
H A Dmathfunc.c514 else if (tolower(*seedstr) >= 'a' &&
515 tolower(*seedstr) <= 'f')
516 *seedptr += tolower(*seedstr) - 'a' + 10;
/macosx-10.10/Heimdal-398.1.2/lib/otp/
H A Dotp_parse.c179 *b++ = tolower((unsigned char)*s);
/macosx-10.10/Heimdal-398.1.2/lib/roken/
H A Diruserok.c127 *p = tolower((unsigned char)*p);
/macosx-10.10/OpenSSH-189/openssh/
H A Dmatch.c144 (char)tolower(pattern[i]) : pattern[i];
/macosx-10.10/OpenSSH-189/openssh/openbsd-compat/
H A Dfmt_scaled.c155 *p == tolower(scale_chars[i])) {
H A Dreadpassphrase.c136 ch = (char)tolower(ch);
/macosx-10.10/Security-57031.1.35/Security/include/security_cdsa_utilities/
H A Dcssmdata.cpp84 if (const char *p = strchr(digits, tolower(c)))

Completed in 400 milliseconds

1234567891011>>