Symbol: atol
bin/chio/chio.c
600
base = atol(argv[1]);
bin/chio/chio.c
604
count = atol(argv[2]) - base + 1;
bin/chio/chio.c
743
timeout = atol(argv[1]);
bin/chio/chio.c
798
csvr.csvr_addr = atol(argv[1]);
bin/chio/chio.c
820
csvr.csvr_voltag.cv_serial = atol(argv[3]);
bin/ps/ps.c
238
pid = atol(optarg);
games/boggle/boggle/word.c
193
dictindex[j].start = atol(buf + 1);
games/boggle/boggle/word.c
194
dictindex[j].length = atol(buf + 9) - dictindex[j].start;
games/grdc/grdc.c
69
scroll_msecs = atol(optarg);
games/snake/snake/snake.c
154
tv = atol(optarg);
include/stdlib.h
96
long atol(const char *);
lib/libc/gen/pw_scan.c
125
pw->pw_change = atol(p);
lib/libc/gen/pw_scan.c
131
pw->pw_expire = atol(p);
lib/libc/rpc/netnamer.c
104
gidlist[gidlen] = (gid_t) atol(p);
lib/libc/rpc/netnamer.c
94
*uidp = (uid_t) atol(p);
lib/libc/rpc/netnamer.c
99
*gidp = (gid_t) atol(p);
libexec/mknetid/mknetid.c
213
i = atol(gidptr);
libexec/ypxfr/ypxfr_main.c
226
ypxfr_resp.transid = atol(argv[my_optind]);
libexec/ypxfr/ypxfr_main.c
232
ypxfr_prognum = atol(argv[my_optind]);
sbin/badsect/badsect.c
125
number = atol(*argv);
sbin/ffsinfo/ffsinfo.c
159
cfg_cg=atol(optarg);
sbin/ffsinfo/ffsinfo.c
165
cfg_in=atol(optarg);
sbin/ffsinfo/ffsinfo.c
171
cfg_lv=atol(optarg);
sbin/growfs/growfs.c
1934
size=(size_t)atol(optarg);
test/interbench/interbench.c
1527
custom_cpu = (unsigned long)atol(optarg);
test/interbench/interbench.c
1530
ud.custom_interval = atol(optarg);
usr.bin/at/parsetime.c
472
mday = atol(sc_token);
usr.bin/at/parsetime.c
474
year = atol(sc_token);
usr.bin/at/parsetime.c
505
mon = atol(sc_token);
usr.bin/at/parsetime.c
513
mday = atol(sc_token);
usr.bin/at/parsetime.c
516
year = atol(sc_token);
usr.bin/ipcrm/ipcrm.c
140
target_key = atol(optarg);
usr.bin/last/last.c
145
maxrec = atol(++p);
usr.bin/last/last.c
147
maxrec = atol(argv[optind] + 1);
usr.bin/tset/map.c
242
speed = atol(rate);
usr.sbin/clog/clog.c
81
size = atol(optarg);
usr.sbin/installer/dfuibe_installer/fn_subpart_ufs.c
547
fsize = atol(dfui_dataset_get_value(ds, "fsize"));
usr.sbin/installer/dfuibe_installer/fn_subpart_ufs.c
548
bsize = atol(dfui_dataset_get_value(ds, "bsize"));
usr.sbin/installer/libinstaller/diskutil.c
1015
swap += atol(word);
usr.sbin/installer/libinstaller/diskutil.c
985
swap += atol(word);
usr.sbin/ppp/command.c
1588
long l = atol(argv[0]);
usr.sbin/ppp/command.c
1598
l = atol(argv[1]);
usr.sbin/ppp/command.c
1606
l = atol(argv[2]);
usr.sbin/ppp/command.c
1766
long_val = atol(argp);
usr.sbin/ppp/command.c
1839
long_val = atol(argp);
usr.sbin/ppp/command.c
1863
long_val = atol(argp);
usr.sbin/ppp/command.c
1877
long_val = atol(arg->argv[arg->argn + 1]);
usr.sbin/ppp/command.c
1920
long_val = atol(argp);
usr.sbin/ppp/command.c
1934
long_val = atol(arg->argv[arg->argn + 1]);
usr.sbin/ppp/command.c
1989
long_val = atol(argp);
usr.sbin/ppp/command.c
2017
long_val = atol(argp);
usr.sbin/ppp/command.c
2136
long_val = atol(arg->argv[arg->argn + 2]);
usr.sbin/ppp/command.c
2154
long_val = atol(argp);
usr.sbin/ppp/command.c
2159
long_val = atol(argp);
usr.sbin/ppp/command.c
2183
long_val = atol(argp);
usr.sbin/pw/pw_conf.c
340
config.min_uid = (uid_t) atol(q);
usr.sbin/pw/pw_conf.c
344
config.max_uid = (uid_t) atol(q);
usr.sbin/pw/pw_conf.c
348
config.min_gid = (gid_t) atol(q);
usr.sbin/pw/pw_conf.c
352
config.max_gid = (gid_t) atol(q);
usr.sbin/pw/pw_group.c
120
fakegroup.gr_gid = a_gid ? (gid_t) atol(a_gid->val) : -1;
usr.sbin/pw/pw_group.c
359
gid = (gid_t) atol(a_gid->val);
usr.sbin/pw/pw_user.c
329
fakeuser.pw_uid = a_uid ? (uid_t) atol(a_uid->val) : -1;
usr.sbin/pw/pw_user.c
457
pwd->pw_uid = (uid_t) atol(arg->val);
usr.sbin/pw/pw_user.c
800
uid = (uid_t) atol(a_uid->val);
usr.sbin/pw/pw_user.c
864
gid = (gid_t) atol(a_gid->val);
usr.sbin/pw/pw_vpw.c
118
pwd.pw_change = (time_t)atol(p);
usr.sbin/pw/pw_vpw.c
121
pwd.pw_expire = (time_t)atol(p);
usr.sbin/rmt/rmt.c
116
rval = lseek(tape, (off_t)atol(count), atoi(pos));
usr.sbin/rpc.yppasswdd/yppasswdd_server.c
103
yp_password.pw_change = atol(p);
usr.sbin/rpc.yppasswdd/yppasswdd_server.c
106
yp_password.pw_expire = atol(p);