strtoul 1952 src/dps8/dps8_fnp2.c unsigned long o1 = strtoul (str, & end1, 10); strtoul 1956 src/dps8/dps8_fnp2.c unsigned long o2 = strtoul (end1 + 1, & end2, 10); strtoul 1960 src/dps8/dps8_fnp2.c unsigned long o3 = strtoul (end2 + 1, & end3, 10); strtoul 1964 src/dps8/dps8_fnp2.c unsigned long o4 = strtoul (end3 + 1, & end4, 10); strtoul 2050 src/dps8/dps8_fnp2.c unsigned long cidr = strtoul (tok, & end, 10); strtoul 1993 src/dps8/dps8_sys.c unsigned long segno = strtoul (buf, NULL, 0); strtoul 661 src/dps8/hdbg.c hdbgCPUMask = strtoul (buf, NULL, 0); strtoul 668 src/dps8/hdbg.c hdbgSize = strtoul (buf, NULL, 0); strtoul 676 src/dps8/hdbg.c hdbgSegNum = strtoul (buf, NULL, 8); strtoul 174 src/dps8/udplib.c lportno = (int) strtoul (premote, & end, 10); strtoul 576 src/dps8/udplib.c portval = strtoul(portp, &endc, 10); strtoul 217 src/simh/sim_sock.c port = strtoul(service, &c, 10); strtoul 529 src/simh/sim_sock.c portval = strtoul(portp, &endc, 10);