toupper 157 Zend/zend_operators.c } else if (toupper(*digit) == 'E') { toupper 171 Zend/zend_operators.c } else if (toupper(*digit) == 'E') { toupper 472 Zend/zend_virtual_cwd.c cwd[0] = toupper(cwd[0]); toupper 551 Zend/zend_virtual_cwd.c retval[0] = toupper(retval[0]); toupper 1288 Zend/zend_virtual_cwd.c resolved_path[start] = toupper(resolved_path[start]); toupper 1296 Zend/zend_virtual_cwd.c resolved_path[start] = toupper(resolved_path[start]); toupper 1302 Zend/zend_virtual_cwd.c resolved_path[0] = toupper(resolved_path[0]); toupper 100 ext/date/lib/timelib.c tm->tz_abbr[i] = toupper(tz_abbr[i]); toupper 748 ext/ereg/ereg.c tmp[j++] = toupper(c); toupper 837 ext/ereg/regex/regcomp.c return(toupper(ch)); toupper 1844 ext/fileinfo/libmagic/softmagic.c if ((v = toupper(*b++) - *a++) != '\0') toupper 98 ext/pcre/pcrelib/pcre_maketables.c for (i = 0; i < 256; i++) *p++ = islower(i)? toupper(i) : tolower(i); toupper 223 ext/pdo/pdo_stmt.c *s = toupper(*s); toupper 612 ext/pdo_firebird/firebird_statement.c *s = toupper(*s); toupper 12966 ext/sqlite3/libsqlite/sqlite3.c # define sqlite3Toupper(x) toupper((unsigned char)(x)) toupper 213 ext/standard/cyr_convert.c switch (toupper((int)(unsigned char)from)) toupper 235 ext/standard/cyr_convert.c switch (toupper((int)(unsigned char)to)) toupper 88 ext/standard/metaphone.c #define ENCODE(c) (isalpha(c) ? _codes[((toupper(c)) - 'A')] : 0) toupper 112 ext/standard/metaphone.c #define Next_Letter (toupper(word[w_idx+1])) toupper 114 ext/standard/metaphone.c #define Curr_Letter (toupper(word[w_idx])) toupper 116 ext/standard/metaphone.c #define Look_Back_Letter(n) (w_idx >= n ? toupper(word[w_idx-n]) : '\0') toupper 120 ext/standard/metaphone.c #define After_Next_Letter (Next_Letter != '\0' ? toupper(word[w_idx+2]) \ toupper 122 ext/standard/metaphone.c #define Look_Ahead_Letter(n) (toupper(Lookahead(word+w_idx, n))) toupper 77 ext/standard/soundex.c code = toupper((int)(unsigned char)str[i]); toupper 1360 ext/standard/string.c *c = toupper(*c); toupper 2693 ext/standard/string.c *r = toupper((unsigned char) *r); toupper 2769 ext/standard/string.c *r = toupper((unsigned char) *r); toupper 2772 ext/standard/string.c *r = toupper((unsigned char) *r); toupper 160 ext/standard/strnatcmp.c ca = toupper((int)(unsigned char)ca); toupper 161 ext/standard/strnatcmp.c cb = toupper((int)(unsigned char)cb); toupper 914 ext/xmlrpc/libxmlrpc/xmlrpc.c str[i]) : toupper (value-> toupper 319 sapi/aolserver/aolserver.c c = toupper(c); toupper 732 sapi/cli/php_cli_server.c key[i] = toupper(key[i]); toupper 1925 sapi/litespeed/lsapilib.c char ch = toupper( *pKey ); toupper 2107 sapi/litespeed/lsapilib.c *p++ = toupper( ch ); toupper 686 sapi/nsapi/nsapi.c *p = toupper(*p);