tolower            40 Zend/zend_operators.c #define zend_tolower(c) tolower(c)
tolower           749 ext/ereg/ereg.c 			tmp[j++] = tolower(c);
tolower           835 ext/ereg/regex/regcomp.c 		return(tolower(ch));
tolower            69 ext/fileinfo/libmagic/apprentice.c 			tolower((unsigned char) (l)) : (l))
tolower          1839 ext/fileinfo/libmagic/softmagic.c 				if ((v = tolower(*b++) - *a++) != '\0')
tolower            54 ext/fileinfo/libmagic/strcasestr.c 			if (tolower(*us1) != tolower(*us2++))
tolower            55 ext/fileinfo/libmagic/strcasestr.c 				return tolower(*us1) - tolower(*--us2);
tolower            73 ext/fileinfo/libmagic/strcasestr.c 		c = tolower((unsigned char)c);
tolower            79 ext/fileinfo/libmagic/strcasestr.c 			} while ((char)tolower((unsigned char)sc) != c);
tolower          1207 ext/intl/locale/locale_methods.c 			*retstr = tolower(*str);
tolower            94 ext/pcre/pcrelib/pcre_maketables.c for (i = 0; i < 256; i++) *p++ = tolower(i);
tolower            98 ext/pcre/pcrelib/pcre_maketables.c for (i = 0; i < 256; i++) *p++ = islower(i)? toupper(i) : tolower(i);
tolower           229 ext/pdo/pdo_stmt.c 						*s = tolower(*s);
tolower          12972 ext/sqlite3/libsqlite/sqlite3.c # define sqlite3Tolower(x)   tolower((unsigned char)(x))
tolower            90 ext/standard/mail.c 		h = (h + (h << 5)) ^ (unsigned long) (unsigned char) tolower(str[j]);
tolower          1394 ext/standard/string.c 		*c = tolower(*c);
tolower          1909 ext/standard/string.c 		needle_char[0] = tolower(needle_char[0]);
tolower          2053 ext/standard/string.c 		*ord_needle = tolower(*needle);
tolower          2055 ext/standard/string.c 			if (tolower(*e) == *ord_needle) {
tolower          2723 ext/standard/string.c 	*r = tolower((unsigned char) *r);
tolower          3615 ext/standard/string.c 			if (tolower(*source) == tolower(from)) {
tolower          3649 ext/standard/string.c 			if (tolower(*source) == tolower(from)) {
tolower          4519 ext/standard/string.c 	c = tolower(*t);
tolower          4547 ext/standard/string.c 		c = tolower(*(++t));
tolower          4807 ext/standard/string.c 						     && tolower(*(p-1)) == 'p'
tolower          4808 ext/standard/string.c 					         && tolower(*(p-2)) == 'y'
tolower          4809 ext/standard/string.c 						     && tolower(*(p-3)) == 't'
tolower          4810 ext/standard/string.c 						     && tolower(*(p-4)) == 'c'
tolower          4811 ext/standard/string.c 						     && tolower(*(p-5)) == 'o'
tolower          4812 ext/standard/string.c 						     && tolower(*(p-6)) == 'd') {
tolower           458 ext/standard/url.c 		c = tolower(c);
tolower           463 ext/standard/url.c 		c = tolower(c);
tolower            80 ext/standard/url_scanner_ex.c 				*q = tolower(*q);
tolower           309 ext/standard/url_scanner_ex.c 		ctx->tag.c[i] = tolower((int)(unsigned char)ctx->tag.c[i]);
tolower           913 ext/xmlrpc/libxmlrpc/xmlrpc.c 					 xmlrpc_case_lower) ? tolower (value->id.
tolower           215 main/SAPI.c    				*p = tolower(*p);
tolower            50 main/php_ini.c 			else *tmp = tolower(*tmp); \
tolower           508 sapi/nsapi/nsapi.c 		*p=tolower(*p);
tolower           549 sapi/nsapi/nsapi.c 					*p=tolower(*p);
tolower           137 win32/fnmatch.c 				 (tolower((unsigned char)c) ==
tolower           138 win32/fnmatch.c 				  tolower((unsigned char)*string)))
tolower           169 win32/fnmatch.c 		test = tolower((unsigned char)test);
tolower           178 win32/fnmatch.c 			c = tolower((unsigned char)c);
tolower           189 win32/fnmatch.c 				c2 = tolower((unsigned char)c2);
tolower           254 win32/sendmail.c 			headers_lc[i] = tolower(headers_lc[i]);
tolower           700 win32/sendmail.c 			headers_lc[i] = tolower(headers_lc[i]);