toupper 770 src/dps8/dps8_console.c c = (unsigned char) toupper (c); toupper 2003 src/dps8/dps8_cpu.c unsigned char umyid = (unsigned char)toupper('a' + (int)myid); toupper 342 src/dps8/dps8_crdrdr.c toupper 77 src/dps8/dps8_utils.c *s = (char) toupper((unsigned char)*s); toupper 6831 src/simh/scp.c *optr = (char)toupper (*iptr); toupper 7108 src/simh/scp.c c = strchr (hex_digits, toupper(*iptr)); toupper 7113 src/simh/scp.c c = strchr (hex_digits, toupper(*iptr)); toupper 7461 src/simh/scp.c sw = sw | SWMASK (toupper (*cptr)); toupper 7919 src/simh/scp.c c = toupper (c); toupper 10225 src/simh/scp.c if (!end || !(toupper (*end) == 'T' || *end == '1')) { toupper 10468 src/simh/scp.c *cptr = (char)toupper (*cptr); toupper 10549 src/simh/scp.c top.title[i] = (char)toupper (p[i]);