toupper 474 Zend/zend_virtual_cwd.c cwd[0] = toupper(cwd[0]); toupper 553 Zend/zend_virtual_cwd.c retval[0] = toupper(retval[0]); toupper 1281 Zend/zend_virtual_cwd.c resolved_path[start] = toupper(resolved_path[start]); toupper 1289 Zend/zend_virtual_cwd.c resolved_path[start] = toupper(resolved_path[start]); toupper 1295 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 1764 ext/fileinfo/libmagic/softmagic.c if ((v = toupper(*b++) - *a++) != '\0') toupper 651 ext/intl/uchar/uchar.c IC_CHAR_METHOD_CHAR(toupper) toupper 714 ext/intl/uchar/uchar.c IC_ME(toupper) toupper 96 ext/pcre/pcrelib/pcre_maketables.c for (i = 0; i < 256; i++) *p++ = islower(i)? toupper(i) : tolower(i); toupper 217 ext/pdo/pdo_stmt.c *s = toupper(*s); toupper 637 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 86 ext/standard/metaphone.c #define ENCODE(c) (isalpha(c) ? _codes[((toupper(c)) - 'A')] : 0) toupper 110 ext/standard/metaphone.c #define Next_Letter (toupper(word[w_idx+1])) toupper 112 ext/standard/metaphone.c #define Curr_Letter (toupper(word[w_idx])) toupper 114 ext/standard/metaphone.c #define Look_Back_Letter(n) (w_idx >= n ? toupper(word[w_idx-n]) : '\0') toupper 118 ext/standard/metaphone.c #define After_Next_Letter (Next_Letter != '\0' ? toupper(word[w_idx+2]) \ toupper 120 ext/standard/metaphone.c #define Look_Ahead_Letter(n) (toupper(Lookahead((char *) word+w_idx, n))) toupper 77 ext/standard/soundex.c code = toupper((int)(unsigned char)str[i]); toupper 1425 ext/standard/string.c *c = toupper(*c); toupper 1451 ext/standard/string.c *r = toupper(*c); toupper 2804 ext/standard/string.c *r = toupper((unsigned char) *r); toupper 2893 ext/standard/string.c *r = toupper((unsigned char) *r); toupper 2896 ext/standard/string.c *r = toupper((unsigned char) *r); toupper 161 ext/standard/strnatcmp.c ca = toupper((int)(unsigned char)ca); toupper 162 ext/standard/strnatcmp.c cb = toupper((int)(unsigned char)cb); toupper 914 ext/xmlrpc/libxmlrpc/xmlrpc.c str[i]) : toupper (value-> toupper 603 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 );