strtol             77 anacron/readtab.c     l = strtol(s, NULL, 10);
strtol            315 src/entry.c    		val = strtol(p, &endptr, 10);
strtol            338 src/misc.c     				(otherpid = strtol(buf, &ep, 10)) > 0 &&