atol
p_priority_offset = -atol($3.buf);
p_priority_offset = atol($4.buf);
p_priority_offset = atol($5.buf);
p_priority_offset = atol($5.buf);
p_reqid = atol($1.buf); /* atol() is good. */
seed = atol(optarg);
dictindex[j].start = atol(buf + 1);
dictindex[j].length = atol(buf + 9) - dictindex[j].start;
tv = atol(optarg);
totalscore = atol(spbuf+9);
if (atol(buf+32) < totalscore)
long atol(const char *);
number = atol(buf);
npf_ext_param_u32(ext, name, atol(val));
ival = (i == 1) ? atof(val) * 100 : atol(val);
if (clen && *clen && atol(clen) > 0) {
length = atol(clen);
req.sec_num = atol(argv[1]);
timeout.idle_seconds = (time_t)atol(arg+off);
priority = atol(s);
bbsize = atol(argb[1]);
ATF_REQUIRE(atol("0") == strtol("0", NULL, 10));
ATF_REQUIRE(atol("-1") == strtol("-1", NULL, 10));
ATF_REQUIRE(atol(buf) == strtol(buf, NULL, 10));
target_key = atol(optarg);
maxrec = atol(++p);
maxrec = atol(argv[optind] + 1);
if (atol(s + 4) == 0)
LINENUM l = (LINENUM)atol(s);
interval.tv_sec = atol(optarg);
interval.tv_sec = atol(*argv);
*fp->f_location = atol(cp);
dp->d_secpercyl = atol(buf);
dp->d_drivedata[i] = atol(buf);
val = atol(argv[arg]);
edit->info.fs_opt3 = atol(answer);
res.ordernum = (u_int) atol(order);