strtoul          1993 src/dps8/dps8_fnp2.c     unsigned long o1 = strtoul (str, & end1, 10);
strtoul          1997 src/dps8/dps8_fnp2.c     unsigned long o2 = strtoul (end1 + 1, & end2, 10);
strtoul          2001 src/dps8/dps8_fnp2.c     unsigned long o3 = strtoul (end2 + 1, & end3, 10);
strtoul          2005 src/dps8/dps8_fnp2.c     unsigned long o4 = strtoul (end3 + 1, & end4, 10);
strtoul          2091 src/dps8/dps8_fnp2.c         unsigned long cidr = strtoul (tok, & end, 10);
strtoul          1974 src/dps8/dps8_sys.c         unsigned long segno = strtoul (buf, NULL, 0);
strtoul           678 src/dps8/hdbg.c     hdbgCPUMask = strtoul (buf, NULL, 0);
strtoul           685 src/dps8/hdbg.c   hdbgSize = strtoul (buf, NULL, 0);
strtoul           693 src/dps8/hdbg.c   hdbgSegNum = strtoul (buf, NULL, 8);
strtoul           177 src/dps8/udplib.c     lportno = (int) strtoul (premote, & end, 10);
strtoul           596 src/dps8/udplib.c     portval = strtoul(portp, &endc, 10);
strtoul           220 src/simh/sim_sock.c     port = strtoul(service, &c, 10);
strtoul           534 src/simh/sim_sock.c     portval = strtoul(portp, &endc, 10);