Symbol: atol
crypto/dist/ipsec-tools/src/libipsec/policy_parse.y
169
p_priority_offset = -atol($3.buf);
crypto/dist/ipsec-tools/src/libipsec/policy_parse.y
190
p_priority_offset = atol($4.buf);
crypto/dist/ipsec-tools/src/libipsec/policy_parse.y
223
p_priority_offset = atol($5.buf);
crypto/dist/ipsec-tools/src/libipsec/policy_parse.y
245
p_priority_offset = atol($5.buf);
crypto/dist/ipsec-tools/src/libipsec/policy_parse.y
318
p_reqid = atol($1.buf); /* atol() is good. */
games/boggle/boggle/bog.c
156
seed = atol(optarg);
games/boggle/boggle/word.c
205
dictindex[j].start = atol(buf + 1);
games/boggle/boggle/word.c
206
dictindex[j].length = atol(buf + 9) - dictindex[j].start;
games/snake/snake/snake.c
165
tv = atol(optarg);
games/warp/score.c
157
totalscore = atol(spbuf+9);
games/warp/score.c
556
if (atol(buf+32) < totalscore)
include/stdlib.h
101
long atol(const char *);
lib/libform/type_integer.c
145
number = atol(buf);
lib/npf/ext_normalize/npfext_normalize.c
91
npf_ext_param_u32(ext, name, atol(val));
lib/npf/ext_rndblock/npfext_rndblock.c
87
ival = (i == 1) ? atof(val) * 100 : atol(val);
libexec/httpd/lua-bozo.c
418
if (clen && *clen && atol(clen) > 0) {
libexec/httpd/lua-bozo.c
419
length = atol(clen);
sbin/atactl/atactl.c
1770
req.sec_num = atol(argv[1]);
sbin/pppoectl/pppoectl.c
487
timeout.idle_seconds = (time_t)atol(arg+off);
sbin/swapctl/swapctl.c
763
priority = atol(s);
sys/arch/amiga/stand/bootblock/elf2bb/chksum.c
68
bbsize = atol(argb[1]);
tests/lib/libc/stdlib/t_atoi.c
89
ATF_REQUIRE(atol("0") == strtol("0", NULL, 10));
tests/lib/libc/stdlib/t_atoi.c
90
ATF_REQUIRE(atol("-1") == strtol("-1", NULL, 10));
tests/lib/libc/stdlib/t_atoi.c
91
ATF_REQUIRE(atol(buf) == strtol(buf, NULL, 10));
usr.bin/ipcrm/ipcrm.c
254
target_key = atol(optarg);
usr.bin/last/last.c
168
maxrec = atol(++p);
usr.bin/last/last.c
170
maxrec = atol(argv[optind] + 1);
usr.bin/patch/pch.c
349
if (atol(s + 4) == 0)
usr.bin/patch/pch.c
461
LINENUM l = (LINENUM)atol(s);
usr.bin/vmstat/vmstat.c
409
interval.tv_sec = atol(optarg);
usr.bin/vmstat/vmstat.c
449
interval.tv_sec = atol(*argv);
usr.sbin/diskpart/diskpart.c
465
*fp->f_location = atol(cp);
usr.sbin/diskpart/diskpart.c
480
dp->d_secpercyl = atol(buf);
usr.sbin/diskpart/diskpart.c
490
dp->d_drivedata[i] = atol(buf);
usr.sbin/sysinst/factor.c
131
val = atol(argv[arg]);
usr.sbin/sysinst/label.c
386
edit->info.fs_opt3 = atol(answer);
usr.sbin/ypserv/ypserv/ypserv_db.c
711
res.ordernum = (u_int) atol(order);