toupper           771 src/dps8/dps8_console.c                     c = (unsigned char) toupper (c);
toupper          2086 src/dps8/dps8_cpu.c     unsigned char umyid = (unsigned char)toupper('a' + (int)myid);
toupper           350 src/dps8/dps8_crdrdr.c 
toupper            77 src/dps8/dps8_utils.c         *s = (char) toupper((unsigned char)*s);
toupper          7044 src/simh/scp.c         *optr = (char)toupper (*iptr);
toupper          7321 src/simh/scp.c                 c = strchr (hex_digits, toupper(*iptr));
toupper          7326 src/simh/scp.c                 c = strchr (hex_digits, toupper(*iptr));
toupper          7674 src/simh/scp.c     sw = sw | SWMASK (toupper (*cptr));
toupper          8132 src/simh/scp.c         c = toupper (c);
toupper          10459 src/simh/scp.c                 if (!end || !(toupper (*end) == 'T' || *end == '1')) {
toupper          10702 src/simh/scp.c             *cptr = (char)toupper (*cptr);
toupper          10783 src/simh/scp.c     top.title[i] = (char)toupper (p[i]);