strtoull         1944 src/dps8/dps8_sys.c     sim_deb_mme_cntdwn = strtoull (buf, NULL, 0);
strtoull         1952 src/dps8/dps8_sys.c     sim_deb_skip_limit = strtoull (buf, NULL, 0);
strtoull         1959 src/dps8/dps8_sys.c     sim_deb_start = strtoull (buf, NULL, 0);
strtoull         1966 src/dps8/dps8_sys.c     sim_deb_stop = strtoull (buf, NULL, 0);
strtoull         1973 src/dps8/dps8_sys.c     sim_deb_break = strtoull (buf, NULL, 0);
strtoull         2006 src/dps8/dps8_sys.c     sim_deb_ringno = strtoull (buf, NULL, 0);
strtoull           68 src/simh/sim_os_mem.c   *value = strtoull(ptr, &endptr, 10) * 1024;