toupper           777 src/dps8/dps8_console.c                     c = (unsigned char) toupper (c);
toupper          2044 src/dps8/dps8_cpu.c     unsigned char umyid = (unsigned char)toupper('a' + (int)myid);
toupper           347 src/dps8/dps8_crdrdr.c 
toupper            74 src/dps8/dps8_utils.c         *s = (char) toupper((unsigned char)*s);
toupper          7380 src/simh/scp.c         *optr = (char)toupper (*iptr);
toupper          7657 src/simh/scp.c                 c = strchr (hex_digits, toupper(*iptr));
toupper          7662 src/simh/scp.c                 c = strchr (hex_digits, toupper(*iptr));
toupper          8010 src/simh/scp.c     sw = sw | SWMASK (toupper (*cptr));
toupper          8474 src/simh/scp.c         c = toupper (c);
toupper          10832 src/simh/scp.c                 if (!end || !(toupper (*end) == 'T' || *end == '1')) {
toupper          11076 src/simh/scp.c             *cptr = (char)toupper (*cptr);
toupper          11155 src/simh/scp.c     top.title[i] = (char)toupper (p[i]);