Symbol: atol
bin/chio/chio.c
602
base = (u_int16_t)atol(argv[1]);
bin/chio/chio.c
606
count = (u_int16_t)atol(argv[2]) - base + 1;
bin/chio/chio.c
746
timeout = atol(argv[1]);
bin/chio/chio.c
801
csvr.csvr_addr = (u_int16_t)atol(argv[1]);
bin/chio/chio.c
823
csvr.csvr_voltag.cv_serial = (u_int16_t)atol(argv[3]);
crypto/heimdal/appl/ftp/ftp/cmds.c
1996
restart_point = atol(argv[1]);
crypto/krb5/src/lib/gssapi/krb5/acquire_cred.c
315
cred->refresh_time = atol(data0.data);
crypto/openssl/apps/ca.c
499
crldays = atol(opt_arg());
crypto/openssl/apps/ca.c
502
crlhours = atol(opt_arg());
crypto/openssl/apps/ca.c
505
crlsec = atol(opt_arg());
crypto/openssl/apps/req.c
1574
keylen = atol(gstr);
crypto/openssl/apps/s_client.c
1472
socket_mtu = atol(opt_arg());
crypto/openssl/apps/s_server.c
1323
naccept = atol(opt_arg());
crypto/openssl/apps/s_server.c
1685
socket_mtu = atol(opt_arg());
crypto/openssl/crypto/mem.c
119
md_count = atol(md_failstring);
crypto/openssl/test/ssl_old_test.c
1047
bytes = atol(*(++argv));
include/stdlib.h
89
long atol(const char *);
lib/libc/gen/pw_scan.c
178
pw->pw_change = atol(p);
lib/libc/gen/pw_scan.c
184
pw->pw_expire = atol(p);
lib/libc/rpc/netnamer.c
87
*uidp = (uid_t) atol(p);
lib/libc/rpc/netnamer.c
92
*gidp = (gid_t) atol(p);
lib/libc/rpc/netnamer.c
97
gidlist[gidlen] = (gid_t) atol(p);
lib/libipsec/policy_parse.y
178
p_reqid = atol($1.buf); /* atol() is good. */
libexec/mknetid/mknetid.c
212
i = atol(gidptr);
libexec/ypxfr/ypxfr_main.c
224
ypxfr_resp.transid = atol(argv[my_optind]);
libexec/ypxfr/ypxfr_main.c
230
ypxfr_prognum = atol(argv[my_optind]);
sbin/ipfw/dummynet.c
212
return atol(strt);
tools/test/stress2/tools/flip.c
98
size = atol(optarg);
tools/test/stress2/tools/serial.c
23
size = atol(argv[2]);
usr.bin/at/parsetime.c
505
mday = atol(sc_token);
usr.bin/at/parsetime.c
507
year = atol(sc_token);
usr.bin/at/parsetime.c
538
mon = atol(sc_token);
usr.bin/at/parsetime.c
546
mday = atol(sc_token);
usr.bin/at/parsetime.c
549
year = atol(sc_token);
usr.bin/ipcrm/ipcrm.c
251
target_key = atol(optarg);
usr.bin/last/last.c
138
maxrec = atol(p);
usr.bin/locate/locate/locate.c
135
f_limit = atol(optarg);
usr.bin/tip/tip/uucplock.c
82
pid = atol(text_pid);
usr.sbin/binmiscctl/binmiscctl.c
319
xbe->xbe_moffset = atol(optarg);
usr.sbin/binmiscctl/binmiscctl.c
323
xbe->xbe_msize = atol(optarg);
usr.sbin/ipfwpcap/ipfwpcap.c
176
maxbytes = (ssize_t) atol(optarg);
usr.sbin/lpr/lpd/lpd.c
164
tv.tv_sec = atol(optarg);
usr.sbin/ppp/command.c
1620
long l = atol(argv[0]);
usr.sbin/ppp/command.c
1630
l = atol(argv[1]);
usr.sbin/ppp/command.c
1638
l = atol(argv[2]);
usr.sbin/ppp/command.c
1798
long_val = atol(argp);
usr.sbin/ppp/command.c
1871
long_val = atol(argp);
usr.sbin/ppp/command.c
1895
long_val = atol(argp);
usr.sbin/ppp/command.c
1909
long_val = atol(arg->argv[arg->argn + 1]);
usr.sbin/ppp/command.c
1952
long_val = atol(argp);
usr.sbin/ppp/command.c
1966
long_val = atol(arg->argv[arg->argn + 1]);
usr.sbin/ppp/command.c
2021
long_val = atol(argp);
usr.sbin/ppp/command.c
2072
long_val = atol(argp);
usr.sbin/ppp/command.c
2191
long_val = atol(arg->argv[arg->argn + 2]);
usr.sbin/ppp/command.c
2209
long_val = atol(argp);
usr.sbin/ppp/command.c
2214
long_val = atol(argp);
usr.sbin/ppp/command.c
2238
long_val = atol(argp);
usr.sbin/rpc.yppasswdd/yppasswdd_server.c
122
yp_password.pw_change = atol(p);
usr.sbin/rpc.yppasswdd/yppasswdd_server.c
125
yp_password.pw_expire = atol(p);