Searched refs:tolower (Results 126 - 150 of 278) sorted by relevance

1234567891011>>

/freebsd-10.3-release/contrib/tcsh/
H A Dglob.c166 c1 = islower(c1) ? c1 : tolower(c1);
167 c2 = islower(c2) ? c2 : tolower(c2);
H A Dtc.str.c406 else if ((l1 = tolower((unsigned char)*str1)) !=
407 (l2 = tolower((unsigned char)*str2)))
H A Dtc.who.c584 tolower((unsigned char)*pb) : *pb;
599 tolower((unsigned char)*pb) : *pb;
/freebsd-10.3-release/sys/dev/iicbus/
H A Dadt746x.c508 sysctl_name[j] = tolower(sc->sc_fans[i].fan.name[j]);
626 sysctl_name[j] = tolower(sc->sc_sensors[i].therm.name[j]);
H A Dds1631.c337 sysctl_name[i] = tolower(sc->sc_sensor.name[i]);
H A Dmax6690.c290 tolower(sc->sc_sensors[i].therm.name[j]);
/freebsd-10.3-release/contrib/flex/
H A Dscanopt.c50 while (tolower (*a++) == tolower (*b++)) ;
/freebsd-10.3-release/usr.sbin/config/
H A Dmkmakefile.c546 c = isupper(*cp) ? tolower(*cp) : *cp;
547 d = isupper(*dp) ? tolower(*dp) : *dp;
H A Dmkoptions.c431 *str = tolower(*str);
/freebsd-10.3-release/contrib/ntp/lib/isc/
H A Dsymtab.c143 c = tolower((unsigned char)c);
/freebsd-10.3-release/contrib/ntp/sntp/libopts/
H A Dmakeshell.c36 #define LOWER(_c) (tolower(to_uchar(_c)))
404 if ((*pzPN++ = (char)tolower((unsigned char)*pz++)) == NUL)
/freebsd-10.3-release/contrib/unbound/validator/
H A Dval_nsec3.c680 if(tolower((unsigned char)*lab1) != tolower((unsigned char)*lab2)) {
681 if(tolower((unsigned char)*lab1) < tolower((unsigned char)*lab2))
H A Dval_sigcrypt.c673 if( ((dname_i && lablen_i)?(uint8_t)tolower((int)*di):*di)
674 != ((dname_j && lablen_j)?(uint8_t)tolower((int)*dj):*dj)
676 if(((dname_i && lablen_i)?(uint8_t)tolower((int)*di):*di)
677 < ((dname_j && lablen_j)?(uint8_t)tolower((int)*dj):*dj))
/freebsd-10.3-release/contrib/pam_modules/pam_passwdqc/
H A Dpasswdqc_check.c157 *dptr++ = tolower(c);
/freebsd-10.3-release/contrib/sendmail/editmap/
H A Deditmap.c202 *p = tolower(*p);
/freebsd-10.3-release/contrib/sendmail/makemap/
H A Dmakemap.c436 *p = tolower(*p);
/freebsd-10.3-release/contrib/sendmail/src/
H A Dstab.c37 #define SM_LOWER(c) ((isascii(c) && isupper(c)) ? tolower(c) : (c))
/freebsd-10.3-release/sys/cddl/contrib/opensolaris/common/zfs/
H A Dzprop_common.c227 if (p[c] != tolower(colname[c]))
/freebsd-10.3-release/sbin/dhclient/
H A Dconflex.c322 switch (tolower(atom[0])) {
/freebsd-10.3-release/contrib/libc-vis/
H A Dunvis.c86 #define xtod(c) (isdigit(c) ? (c - '0') : ((tolower(c) - 'a') + 10))
/freebsd-10.3-release/contrib/less/
H A Dless.h140 #define TO_LOWER(c) tolower((unsigned char) (c))
/freebsd-10.3-release/usr.bin/mail/
H A Dutil.c240 *dest = tolower((unsigned char)*dest);
/freebsd-10.3-release/usr.bin/vgrind/
H A Dregexp.c58 #define makelower(c) (isupper((c)) ? tolower((c)) : (c))
/freebsd-10.3-release/usr.bin/whois/
H A Dwhois.c462 buf[c] = tolower((unsigned char)buf[c]);
/freebsd-10.3-release/usr.sbin/bluetooth/rfcomm_pppd/
H A Drfcomm_pppd.c101 switch (tolower(optarg[0])) {

Completed in 357 milliseconds

1234567891011>>