tolower 41 Zend/zend_operators.c #define zend_tolower(c) tolower(c) tolower 72 ext/fileinfo/libmagic/apprentice.c tolower((unsigned char) (l)) : (l)) tolower 1759 ext/fileinfo/libmagic/softmagic.c if ((v = tolower(*b++) - *a++) != '\0') tolower 56 ext/fileinfo/libmagic/strcasestr.c if (tolower(*us1) != tolower(*us2++)) tolower 57 ext/fileinfo/libmagic/strcasestr.c return tolower(*us1) - tolower(*--us2); tolower 75 ext/fileinfo/libmagic/strcasestr.c c = tolower((unsigned char)c); tolower 81 ext/fileinfo/libmagic/strcasestr.c } while ((char)tolower((unsigned char)sc) != c); tolower 1217 ext/intl/locale/locale_methods.c *retstr = tolower(*str); tolower 650 ext/intl/uchar/uchar.c IC_CHAR_METHOD_CHAR(tolower) tolower 713 ext/intl/uchar/uchar.c IC_ME(tolower) tolower 92 ext/pcre/pcrelib/pcre_maketables.c for (i = 0; i < 256; i++) *p++ = tolower(i); tolower 96 ext/pcre/pcrelib/pcre_maketables.c for (i = 0; i < 256; i++) *p++ = islower(i)? toupper(i) : tolower(i); tolower 223 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)) ^ (zend_ulong) (unsigned char) tolower(str[j]); tolower 1494 ext/standard/string.c *c = tolower(*c); tolower 1520 ext/standard/string.c *r = tolower(*c); tolower 2044 ext/standard/string.c needle_char[0] = tolower(needle_char[0]); tolower 2191 ext/standard/string.c *ZSTR_VAL(ord_needle) = tolower(*ZSTR_VAL(needle)); tolower 2193 ext/standard/string.c if (tolower(*e) == *ZSTR_VAL(ord_needle)) { tolower 2839 ext/standard/string.c *r = tolower((unsigned char) *r); tolower 3144 ext/standard/string.c lc_from = tolower(from); tolower 3146 ext/standard/string.c if (tolower(*source) == lc_from) { tolower 3182 ext/standard/string.c if (tolower(*source) == lc_from) { tolower 4642 ext/standard/string.c c = tolower(*t); tolower 4670 ext/standard/string.c c = tolower(*(++t)); tolower 4928 ext/standard/string.c && tolower(*(p-1)) == 'p' tolower 4929 ext/standard/string.c && tolower(*(p-2)) == 'y' tolower 4930 ext/standard/string.c && tolower(*(p-3)) == 't' tolower 4931 ext/standard/string.c && tolower(*(p-4)) == 'c' tolower 4932 ext/standard/string.c && tolower(*(p-5)) == 'o' tolower 4933 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 85 ext/standard/url_scanner_ex.c *q = tolower(*q); tolower 316 ext/standard/url_scanner_ex.c ZSTR_VAL(ctx->tag.s)[i] = tolower((int)(unsigned char)ZSTR_VAL(ctx->tag.s)[i]); tolower 913 ext/xmlrpc/libxmlrpc/xmlrpc.c xmlrpc_case_lower) ? tolower (value->id. tolower 204 main/SAPI.c *p = tolower(*p); tolower 46 main/php_ini.c else *tmp = tolower(*tmp); \ 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 235 win32/sendmail.c headers_lc->val[i] = tolower(headers_lc->val[i]); tolower 704 win32/sendmail.c headers_lc[i] = tolower(headers_lc[i]);