strtol 181 src/dps8/dps8_cable.c long l = strtol (value, & endptr, 0); strtol 237 src/dps8/dps8_cable.c long l = strtol (p, & q, 0); strtol 816 src/dps8/dps8_cpu.c n = strtol (cptr, & end, 0); strtol 822 src/dps8/dps8_cpu.c s = strtol (end + 1, & end, 8); strtol 828 src/dps8/dps8_cpu.c o = strtol (end + 1, & end, 8); strtol 834 src/dps8/dps8_cpu.c t = strtol (end + 1, & end, 0); strtol 3743 src/dps8/dps8_cpu.c long int n = strtol (buf, & end, 0); strtol 2418 src/dps8/dps8_fnp2.c strtol 1853 src/dps8/dps8_sys.c n = (int) strtol (buf, NULL, 0); strtol 3151 src/dps8/dps8_sys.c segno = strtol (w1, & end1, 8); strtol 3153 src/dps8/dps8_sys.c offset = strtol (w2, & end2, 8); strtol 3166 src/dps8/dps8_sys.c offset = strtol (w3, & end3, 8); strtol 4750 src/dps8/dps8_sys.c return (t_addr)strtol(cptr, (char **) optr, 8); strtol 197 src/dps8/segldr.c long segnum = strtol (p2, & endptr, 8); strtol 212 src/dps8/segldr.c long len = strtol (p3, & endptr, 8); strtol 251 src/dps8/segldr.c segnum = strtol (p2, & endptr, 8); strtol 2451 src/prt2pdf/prt2pdf.c long val = strtol (token, & endp, 10); strtol 2475 src/prt2pdf/prt2pdf.c long val = strtol (token, & endp, 10); strtol 2502 src/prt2pdf/prt2pdf.c long val = strtol (str, & endp, 10); strtol 3669 src/simh/scp.c v1 = strtol(s1+1, &ep1, 0); strtol 3670 src/simh/scp.c v2 = strtol(s2+1, &ep2, 0); strtol 10335 src/simh/scp.c unsigned long numeric_cond = strtol(gbuf, NULL, 0);