bin/csh/proc.c
114
if (pid == atoi(short2str(value(STRchild))))
bin/csh/proc.c
1164
int idx = atoi(short2str(cp + 1));
bin/csh/proc.c
149
>= atoi(short2str(value(STRtime))))
bin/kill/kill.c
277
termwidth = atoi(name);
bin/ksh/exec.c
1349
i = atoi(s);
bin/ksh/jobs.c
1551
job = atoi(cp);
bin/ksh/jobs.c
1586
job = atoi(cp);
bin/ls/ls.c
314
termwidth = atoi(p);
bin/pax/options.c
537
else if ((maxflt = atoi(optarg)) < 0) {
bin/ps/ps.c
187
int ptsminor = atoi(ttname + 4);
bin/sh/mystring.c
164
is_digit(*s) || atoi(s) != 0)
bin/stty/key.c
170
ip->win.ws_col = atoi(ip->arg);
bin/stty/key.c
238
cfsetispeed(&ip->t, atoi(ip->arg));
bin/stty/key.c
258
cfsetospeed(&ip->t, atoi(ip->arg));
bin/stty/key.c
278
ip->win.ws_row = atoi(ip->arg);
bin/stty/stty.c
136
speed = atoi(*argv);
common/dist/zlib/examples/enough.c
510
syms = atoi(argv[1]);
common/dist/zlib/examples/enough.c
512
g.root = atoi(argv[2]);
common/dist/zlib/examples/enough.c
514
g.max = atoi(argv[3]);
crypto/dist/ipsec-tools/src/libipsec/pfkey_dump.c
552
sport = atoi(pbuf);
crypto/dist/ipsec-tools/src/libipsec/pfkey_dump.c
573
dport = atoi(pbuf);
crypto/dist/ipsec-tools/src/racoon/cfparse.y
2990
uid = atoi(owner->v);
crypto/dist/ipsec-tools/src/racoon/cfparse.y
3004
gid = atoi(group->v);
crypto/dist/ipsec-tools/src/racoon/main.c
198
lcconf->port_isakmp = atoi(optarg);
crypto/dist/ipsec-tools/src/racoon/main.c
201
lcconf->port_isakmp_natt = atoi(optarg);
crypto/dist/ipsec-tools/src/racoon/plainrsa-gen.c
240
bits = atoi(optarg);
crypto/dist/ipsec-tools/src/racoon/racoonctl.c
874
ci->prefs = (uint8_t)atoi(p_prefs); /* XXX should be handled error. */
crypto/dist/ipsec-tools/src/racoon/racoonctl.c
878
ci->prefd = (uint8_t)atoi(p_prefd); /* XXX should be handled error. */
crypto/dist/ipsec-tools/src/racoon/schedule.c
263
*tick = atoi(buf);
dist/pf/usr.sbin/ftp-proxy/npf.c
184
fp_server_sa.sin_port = htons(atoi(port));
distrib/utils/more/command.c
303
number = atoi(cmdbuf);
distrib/utils/more/option.c
115
tabstop = atoi(optarg);
distrib/utils/more/option.c
87
sc_height = atoi(++p);
distrib/utils/more/option.c
89
sc_height = atoi(argv[optind] + 1);
distrib/utils/ssh/ssh.c
359
val = atoi(argv[0]);
games/adventure/io.c
286
return (atoi(nbf)); /* convert it to integer */
games/adventure/io.c
389
n = atoi(buf); /* newloc mod 1000 = newloc */
games/adventure/io.c
391
n = atoi(buf + len - 3);
games/adventure/io.c
393
m = atoi(buf);
games/adventure/io.c
590
if (atoi(numst) != 100 * skip && skip >= 0) {
games/arithmetic/arithmetic.c
131
if ((rangemax = atoi(optarg)) <= 0)
games/arithmetic/arithmetic.c
249
if (atoi(p) == result) {
games/atc/main.c
118
seed = atoi(optarg);
games/banner/banner.c
1051
width = atoi(optarg);
games/boggle/boggle/bog.c
159
if ((tlimit = atoi(optarg)) < 1)
games/boggle/boggle/bog.c
163
if ((minlength = atoi(optarg)) < 3)
games/boggle/mkdict/mkdict.c
102
if (argc == 2 && nwords % atoi(argv[1]))
games/ching/printching/printching.c
241
thishex = atoi(lp);
games/ching/printching/printching.c
287
lineno = atoi(lp);
games/dab/main.cc
123
nn = atoi(optarg);
games/dab/main.cc
138
ny = nx = atoi(argv[optind]);
games/dab/main.cc
142
nx = atoi(argv[optind]);
games/dab/main.cc
143
ny = atoi(argv[optind+1]);
games/dm/dm.c
178
start = atoi(s_start);
games/dm/dm.c
179
stop = atoi(s_stop);
games/dm/dm.c
223
if (isdigit((unsigned char)*s_load) && atoi(s_load) < load())
games/dm/dm.c
225
if (isdigit((unsigned char)*s_users) && atoi(s_users) <= users())
games/dm/dm.c
228
priority = atoi(s_priority);
games/gomoku/stoc.c
83
int y = atoi(&mp[1]);
games/hack/hack.end.c
758
(digit(players[i][0]) && rank <= atoi(players[i])))
games/hack/hack.end.c
795
(digit(players[i][0]) && rank <= atoi(players[i]))) {
games/hack/hack.main.c
243
locknum = atoi(argv[1]);
games/hack/hack.objnam.c
474
cnt = atoi(bp);
games/hack/hack.objnam.c
485
spe = atoi(bp);
games/hack/hack.objnam.c
498
spe = atoi(p);
games/hack/hack.options.c
182
num = atoi(op);
games/hack/hack.trap.c
487
newlevel = atoi(buf);
games/hack/hack.u_init.c
394
type = atoi(ep);
games/hangman/main.c
66
Minlen = atoi(optarg);
games/hunt/hunt/hunt.c
184
contactport = atoi(contactportstr);
games/hunt/hunt/hunt.c
695
contactport = atoi(contactportstr);
games/larn/scores.c
835
no = atoi(p); /* the id # */
games/monop/cards.c
251
num = atoi(thiscard->actioncode+2);
games/robots/main.c
118
maximum = atoi(word);
games/sail/main.c
157
game = atoi(*argv);
games/snake/snake/snake.c
169
ccnt = atoi(optarg);
games/snake/snake/snake.c
172
lcnt = atoi(optarg);
games/tetris/tetris.c
163
level = atoi(optarg);
games/warp/init.c
211
inumstars = numstars = atoi(spbuf);
games/warp/score.c
158
smarts = atoi(spbuf+20);
games/warp/score.c
159
cumsmarts = atoi(spbuf+24);
games/warp/score.c
160
numents = atoi(spbuf+30);
games/warp/score.c
161
numbases = atoi(spbuf+33);
games/warp/score.c
162
wave = atoi(spbuf+36);
games/warp/score.c
81
processnum = atoi(s+11);
games/warp/sm.c
28
int numstars = atoi(screen[0]);
games/warp/warp.c
188
debug = atoi(++s);
games/warp/warp.c
195
ismarts = atoi(s);
games/warp/warp.c
209
inumenemies = atoi(s);
games/warp/warp.c
217
inumfriends = atoi(s);
games/warp/warp.c
238
inumpirates = atoi(s);
games/warp/warp.c
247
prescene = atoi(s);
games/warp/warp.c
261
inumstars = atoi(s);
games/worm/worm.c
139
start_len = atoi(argv[1]);
games/wump/wump.c
155
arrow_num = atoi(optarg);
games/wump/wump.c
158
bat_num = atoi(optarg);
games/wump/wump.c
169
pit_num = atoi(optarg);
games/wump/wump.c
172
room_num = atoi(optarg);
games/wump/wump.c
185
link_num = atoi(optarg);
games/wump/wump.c
328
next_room = atoi(room_number);
games/wump/wump.c
349
next_room = atoi(answer);
games/wump/wump.c
437
next = atoi(p);
include/stdlib.h
100
int atoi(const char *);
lib/libc/citrus/citrus_iconv.c
86
shared_max_reuse = atoi(getenv(CI_ENV_MAX_REUSE));
lib/libc/gdtoa/test/Qtest.c
104
ndig = atoi(s+1);
lib/libc/gdtoa/test/ddtest.c
98
ndig = atoi(s+1);
lib/libc/gdtoa/test/dtest.c
82
ndig = atoi(s+1);
lib/libc/gdtoa/test/ftest.c
81
ndig = atoi(s+1);
lib/libc/gdtoa/test/getround.c
59
i = atoi(s);
lib/libc/gdtoa/test/xLtest.c
98
ndig = atoi(s+1);
lib/libc/gdtoa/test/xtest.c
100
ndig = atoi(s+1);
lib/libc/gen/disklabel.c
220
return (atoi(t));
lib/libc/gen/fstab.c
118
_fs_fstab.fs_freq = atoi(cp);
lib/libc/gen/fstab.c
120
_fs_fstab.fs_passno = atoi(cp);
lib/libc/gen/fstab.c
139
_fs_fstab.fs_freq = atoi(cp);
lib/libc/gen/fstab.c
141
_fs_fstab.fs_passno = atoi(cp);
lib/libc/net/getprotoent_r.c
112
pr->p_proto = atoi(cp);
lib/libc/net/getservent_r.c
152
sp->s_port = htons((u_short)atoi(p));
lib/libc/net/rcmd.c
325
(atoi(num) >= IPPORT_RESERVED ||
lib/libc/net/rcmd.c
326
atoi(num) < IPPORT_RESERVED / 2)) {
lib/libc/resolv/res_init.c
626
i = atoi(cp + sizeof("ndots:") - 1);
lib/libc/resolv/res_init.c
636
i = atoi(cp + sizeof("timeout:") - 1);
lib/libc/resolv/res_init.c
652
statp->retrans = atoi(cp + sizeof("retrans:") - 1);
lib/libc/resolv/res_init.c
659
statp->retry = atoi(cp + sizeof("retry:") - 1);
lib/libc/resolv/res_init.c
662
i = atoi(cp + sizeof("attempts:") - 1);
lib/libc/rpc/getrpcent.c
206
d->rpc.r_number = atoi(cp);
lib/libc/rpc/rpc_generic.c
715
portlo = (unsigned)atoi(p + 1);
lib/libc/rpc/rpc_generic.c
721
porthi = (unsigned)atoi(p + 1);
lib/libcrypt/bcrypt.c
250
n = atoi(salt);
lib/libcurses/EXAMPLES/view.c
208
if ((MAXLINES = atoi(optarg)) < 1)
lib/libcurses/EXAMPLES/view.c
213
trace(atoi(optarg));
lib/libform/type_ipv4.c
106
vals[i] = atoi(p);
lib/libform/type_ipv4.c
96
mask = atoi(slash);
lib/libintl/plural_parser.c
1070
calculate_plural(pelem, atoi(argv[2])));
lib/libintl/plural_parser.c
875
calculate_plural(&pelem, atoi(argv[2])));
lib/libperfuse/perfuse.c
133
fd = atoi(opt + strlen(fdopt));
lib/libpthread/pthread.c
1360
pthread__stacksize = atoi(value) * 1024;
lib/libpthread/pthread_lock.c
178
pthread__nspins = atoi(p);
lib/librmt/rmtlib.c
175
errno = atoi(cp + 1);
lib/librmt/rmtlib.c
196
return atoi(cp + 1);
lib/librumpuser/sp_common.c
612
port = atoi(buf);
lib/libskey/skeylogin.c
160
mp->n = atoi(cp);
lib/libskey/skeylogin.c
220
mp->n = atoi(cp);
lib/libutil/pidlock.c
129
pid2 = atoi(s);
libexec/ftpd/ftpcmd.y
1622
yylval.u.i = atoi(cp);
libexec/ftpd/ftpcmd.y
1637
yylval.u.i = atoi(cp);
libexec/ftpd/ftpcmd.y
1863
if (atoi(s1) < IPPORT_RESERVED || strcmp(h1, h2) != 0)
libexec/httpd/bozohttpd.c
2623
httpd->background = atoi(cp);
libexec/httpd/bozohttpd.c
2666
httpd->ssl_timeout = atoi(cp);
libexec/httpd/bozohttpd.c
2669
httpd->initial_timeout = atoi(cp);
libexec/httpd/bozohttpd.c
2672
httpd->header_timeout = atoi(cp);
libexec/httpd/bozohttpd.c
2675
httpd->request_timeout = atoi(cp);
libexec/httpd/bozohttpd.c
524
majorint = atoi(majorstr);
libexec/httpd/bozohttpd.c
525
minorint = atoi(minorstr);
libexec/identd/identd.c
395
lport = atoi(p);
libexec/identd/identd.c
397
fport = atoi(p);
libexec/identd/identd.c
485
getpwuid(atoi(idbuf)) != NULL) ||
libexec/lfs_cleanerd/cleansrv.c
177
pid = atoi(scratch);
libexec/lfs_cleanerd/lfs_cleanerd.c
826
inval_segment = atoi(optarg);
libexec/lfs_cleanerd/lfs_cleanerd.c
834
atatime = atoi(optarg);
libexec/lfs_cleanerd/lfs_cleanerd.c
840
stat_report = atoi(optarg);
libexec/lfs_cleanerd/lfs_cleanerd.c
851
segwait_timeout = atoi(optarg);
libexec/rlogind/rlogind.c
680
cfsetspeed(&tt, atoi(speed));
libexec/rlogind/rlogind.c
695
cfsetspeed(&tt, atoi(speed));
libexec/rpc.rstatd/rstatd.c
75
closedown = atoi(argv[1]);
libexec/telnetd/state.c
1121
xspeed = atoi((char *)subpointer);
libexec/telnetd/state.c
1127
rspeed = atoi((char *)subpointer);
regress/lib/libc/ieeefp/testfloat/testfloat.c
183
testCases_setLevel( atoi( argv[ 1 ] ) );
regress/lib/libc/ieeefp/testfloat/testfloat.c
198
maxErrorCount = atoi( argv[ 1 ] );
regress/sys/fs/lfs/9994/9994_f.c
77
bsize = atoi(optarg);
regress/sys/fs/lfs/9994/9994_f.c
83
n = atoi(optarg);
regress/sys/fs/lfs/ckckp/cleanalot_async.c
123
bs = atoi(optarg);
regress/sys/fs/lfs/ckckp/cleanalot_async.c
126
count = atoi(optarg);
regress/sys/fs/lfs/ckckp/cleanalot_async.c
129
plex = atoi(optarg);
regress/sys/fs/lfs/ckckp/cleanalot_async.c
141
count = atoi(argv[optind]);
regress/sys/fs/lfs/ckckp/cleanalot_async.c
144
bs = atoi(getenv("BS"));
regress/sys/kern/getcwd/getcwd.c
510
nloops = atoi(optarg);
regress/sys/kern/nameibench/nameibench.c
209
mt = atoi(argv[1]);
regress/sys/kern/select/select.c
186
secs = atoi(argv[1]);
regress/sys/uvm/pdsim/lirs.c
293
i = atoi(ln);
regress/sys/uvm/pdsim/lirs.c
302
init(atoi(argv[1]));
regress/sys/uvm/pdsim/pdsim.c
262
i = atoi(ln);
regress/sys/uvm/pdsim/pdsim.c
291
pdsim_init(atoi(argv[1]));
sbin/amrctl/amrctl.c
606
nattempts = atoi(optarg);
sbin/amrctl/amrctl.c
620
lvolno = atoi(optarg);
sbin/amrctl/amrctl.c
623
physno = atoi(optarg);
sbin/amrctl/amrctl.c
631
sleeptime = atoi(optarg);
sbin/amrctl/amrctl.c
662
sbusno = atoi(sdev);
sbin/amrctl/amrctl.c
664
targetno = atoi(++pdev);
sbin/badsect/badsect.c
184
number = atoi(*argv);
sbin/bioctl/bioctl.c
759
disk_first = atoi(&argv[2][0]);
sbin/bioctl/bioctl.c
760
disk_end = atoi(&argv[2][2]);
sbin/clri/clri.c
142
if (atoi(argv[i]) <= 0 || atoi(argv[i]) >= imax)
sbin/clri/clri.c
169
inonum = atoi(*argv);
sbin/disklabel/interact.c
211
v = atoi(line);
sbin/drvctl/drvctl.c
152
locs[i] = atoi(argv[i + 1]);
sbin/dump/dumprmt.c
307
errno = atoi(code + 1);
sbin/dump/dumprmt.c
322
return (atoi(code + 1));
sbin/fdisk/fdisk.c
499
secsize = atoi(optarg);
sbin/fsck/fsck.c
138
maxrun = atoi(optarg);
sbin/fsck_udf/main.c
4374
target_session = atoi(optarg);
sbin/mount_lfs/mount_lfs.c
228
pid = atoi(s);
sbin/mount_msdos/mount_msdos.c
137
args->gmtoff = atoi(optarg);
sbin/mount_qemufwcfg/fwcfg.c
242
fwcfg_gid = (gid_t)atoi(optarg);
sbin/mount_qemufwcfg/fwcfg.c
259
fwcfg_uid = (uid_t)atoi(optarg);
sbin/newfs/newfs.c
773
return gp ? gp->gr_gid : (gid_t)atoi(gname);
sbin/newfs/newfs.c
783
return pp ? pp->pw_uid : (uid_t)atoi(uname);
sbin/newfs_msdos/newfs_msdos.c
118
o.fat_type = atoi(optarg);
sbin/newfs_sysvbfs/newfs_sysvbfs.c
77
partsize = atoi(optarg);
sbin/newfs_v7fs/newfs_v7fs.c
81
v7fs_newfs_verbose = atoi(optarg);
sbin/newfs_v7fs/newfs_v7fs.c
87
partsize = atoi(optarg);
sbin/newfs_v7fs/newfs_v7fs.c
90
maxfile = atoi(optarg);
sbin/pppoectl/pppoectl.c
437
max_noreceive = atoi(arg+off);
sbin/pppoectl/pppoectl.c
446
maxalive = atoi(arg+off);
sbin/pppoectl/pppoectl.c
455
alive_intval = atoi(arg+off);
sbin/pppoectl/pppoectl.c
480
int timeout_arg = atoi(arg+off);
sbin/pppoectl/pppoectl.c
490
authfailset.max_failures = atoi(arg+off);
sbin/pppoectl/pppoectl.c
495
dnssettings.query_dns = atoi(arg+off);
sbin/raidctl/raidctl.c
310
last_unit = atoi(optarg);
sbin/restore/tape.c
442
newvol = atoi(buf);
sbin/route/route.c
1021
if (atoi(s) < 0 || atoi(s) >= (1 << 20))
sbin/route/route.c
1024
ms[where].shim.label = atoi(s);
sbin/route/route.c
1032
int max, len = atoi(s);
sbin/route/route.c
1140
count = atoi(argv[1]);
sbin/route/route.c
605
ret = atoi(*argv);
sbin/route/route.c
901
val = atoi (s);
sbin/route/route.c
905
val = atoi (t);
sbin/savecore/savecore.c
665
bounds = atoi(buf);
sbin/savecore/savecore.c
884
minfree = atoi(mbuf);
sbin/scan_ffs/scan_ffs.c
519
end = atoi(optarg);
sbin/scan_ffs/scan_ffs.c
530
beg = atoi(optarg);
sbin/scsictl/scsictl.c
1106
speed = atoi(argv[0]) * 177;
sbin/scsictl/scsictl.c
968
lvl = atoi(argv[0]);
sbin/shutdown/shutdown.c
458
offset = atoi(timearg) * 60;
sbin/slattach/slattach.c
105
speed = atoi(optarg);
sbin/swapctl/swapctl.c
247
pri = atoi(optarg);
sbin/wdogctl/wdogctl.c
120
tmp = atoi(optarg);
share/doc/psd/20.ipctut/dgramsend.c
73
name.sin_port = htons(atoi(argv[2]));
share/doc/psd/20.ipctut/streamwrite.c
70
server.sin_port = htons(atoi(argv[2]));
share/examples/pud/intro/doioctl.c
25
i = atoi(argv[2]);
share/examples/refuse/pcifs/pcifs.c
192
bus = atoi(optarg);
share/examples/rump/virtual_ip_router/rumprouter.c
74
s = atoi(ifname + strlen(ifname) - 1); /* XXX FIXME XXX */
sys/arch/alpha/alpha/autoconf.c
301
bd.bus = atoi(boot_fields[1]);
sys/arch/alpha/alpha/autoconf.c
302
bd.slot = atoi(boot_fields[2]);
sys/arch/alpha/alpha/autoconf.c
303
bd.channel = atoi(boot_fields[3]);
sys/arch/alpha/alpha/autoconf.c
305
bd.unit = atoi(boot_fields[5]);
sys/arch/alpha/alpha/autoconf.c
306
bd.boot_dev_type = atoi(boot_fields[6]);
sys/arch/amiga/dev/ite.c
1248
n = atoi (ip->argbuf);
sys/arch/amiga/dev/ite.c
1265
n = atoi (ip->argbuf);
sys/arch/amiga/dev/ite.c
147
inline static int atoi(const char *);
sys/arch/amiga/dev/ite.c
1717
x = atoi(ip->argbuf);
sys/arch/amiga/dev/ite.c
1732
y = atoi(ip->argbuf);
sys/arch/amiga/dev/ite.c
1746
y = atoi(ip->argbuf);
sys/arch/amiga/dev/ite.c
1750
x = atoi(cp + 1);
sys/arch/amiga/dev/ite.c
1855
x = atoi(ip->argbuf);
sys/arch/amiga/dev/ite.c
1860
y = atoi(cp + 1);
sys/arch/amiga/stand/binpatch/binpatch.c
129
addr = atoi(optarg);
sys/arch/amiga/stand/binpatch/binpatch.c
156
replace = atoi(optarg);
sys/arch/amiga/stand/binpatch/binpatch.c
174
offset = atoi(optarg);
sys/arch/amiga/stand/binpatch/binpatch.c
427
newindex = (u_long)atoi(sindex);
sys/arch/amiga/stand/loadbsd/loadbsd.c
234
reqmemsz = atoi(optarg) * 1024;
sys/arch/amiga/stand/loadbsd/loadbsd.c
237
minmemsz = atoi(optarg) * 1024 * 1024;
sys/arch/amiga/stand/loadbsd/loadbsd.c
259
cpuid = atoi(optarg) << 16;
sys/arch/amiga/stand/loadbsd/loadbsd.c
265
i = atoi(optarg);
sys/arch/atari/dev/ite.c
110
static inline int atoi(const char *);
sys/arch/atari/dev/ite.c
1328
n = atoi (sc->argbuf);
sys/arch/atari/dev/ite.c
1345
n = atoi (sc->argbuf);
sys/arch/atari/dev/ite.c
1826
x = atoi (sc->argbuf);
sys/arch/atari/dev/ite.c
1839
y = atoi (sc->argbuf);
sys/arch/atari/dev/ite.c
1854
y = atoi (sc->argbuf);
sys/arch/atari/dev/ite.c
1858
x = atoi (cp + 1);
sys/arch/atari/dev/ite.c
1970
x = atoi (sc->argbuf);
sys/arch/atari/dev/ite.c
1976
y = atoi (cp + 1);
sys/arch/atari/stand/installboot/installboot.c
122
trackpercyl = atoi(optarg);
sys/arch/atari/stand/installboot/installboot.c
125
secpertrack = atoi(optarg);
sys/arch/atari/stand/tostools/chg_pid/chg_pid.c
156
driveno = atoi(argv[0]);
sys/arch/atari/stand/tostools/chg_pid/chg_pid.c
157
partno = atoi(argv[1]);
sys/arch/atari/stand/tostools/loadbsd/loadbsd.c
112
od->stmem_size = atoi(optarg);
sys/arch/atari/stand/tostools/loadbsd/loadbsd.c
118
od->ttmem_size = atoi(optarg);
sys/arch/hp300/stand/common/devopen.c
167
*adapt = atoi(args[0]);
sys/arch/hp300/stand/common/devopen.c
168
*ctlr = atoi(args[1]);
sys/arch/hp300/stand/common/devopen.c
169
*unit = atoi(args[2]);
sys/arch/hp300/stand/common/devopen.c
170
*part = atoi(args[3]);
sys/arch/hp300/stand/common/devopen.c
173
*ctlr = atoi(args[0]);
sys/arch/hp300/stand/common/devopen.c
174
*unit = atoi(args[1]);
sys/arch/hp300/stand/common/devopen.c
175
*part = atoi(args[2]);
sys/arch/hp300/stand/common/devopen.c
178
*unit = atoi(args[0]);
sys/arch/hp300/stand/common/devopen.c
179
*part = atoi(args[1]);
sys/arch/hp300/stand/common/devopen.c
182
*part = atoi(args[0]);
sys/arch/hp300/stand/common/devopen.c
203
if ((temp = atoi(s)) > 255)
sys/arch/hp300/stand/inst/inst.c
259
(num) = atoi(line);
sys/arch/hp300/stand/inst/inst.c
266
(num2) = atoi(line);
sys/arch/hp300/stand/inst/inst.c
764
return atoi(cp);
sys/arch/hpc/stand/hpcboot/file_http.cpp
339
sz = atoi(token);
sys/arch/i386/stand/boot/boot2.c
599
speed = atoi(sep);
sys/arch/i386/stand/efiboot/boot.c
650
speed = atoi(sep2);
sys/arch/i386/stand/efiboot/boot.c
656
speed = atoi(sep);
sys/arch/i386/stand/lib/bootmenu.c
97
choice = atoi(input) - 1;
sys/arch/i386/stand/pxeboot/main.c
270
speed = atoi(sep);
sys/arch/next68k/next68k/autoconf.c
190
*count = atoi(args[0]);
sys/arch/next68k/next68k/autoconf.c
191
*lun = atoi(args[1]);
sys/arch/next68k/next68k/autoconf.c
192
*part = atoi(args[2]);
sys/arch/next68k/next68k/autoconf.c
195
*lun = atoi(args[0]);
sys/arch/next68k/next68k/autoconf.c
196
*part = atoi(args[1]);
sys/arch/next68k/next68k/autoconf.c
199
*part = atoi(args[0]);
sys/arch/next68k/next68k/autoconf.c
75
static int atoi(const char *);
sys/arch/next68k/stand/boot/devopen.c
101
*part = atoi(args[0]);
sys/arch/next68k/stand/boot/devopen.c
92
*count = atoi(args[0]);
sys/arch/next68k/stand/boot/devopen.c
93
*lun = atoi(args[1]);
sys/arch/next68k/stand/boot/devopen.c
94
*part = atoi(args[2]);
sys/arch/next68k/stand/boot/devopen.c
97
*lun = atoi(args[0]);
sys/arch/next68k/stand/boot/devopen.c
98
*part = atoi(args[1]);
sys/arch/prep/stand/boot/devopen.c
102
*unit = atoi(args[1]);
sys/arch/prep/stand/boot/devopen.c
105
*ctlr = atoi(args[0]);
sys/arch/prep/stand/boot/devopen.c
99
*part = atoi(args[2]);
sys/arch/rs6000/stand/boot/devopen.c
102
*unit = atoi(args[1]);
sys/arch/rs6000/stand/boot/devopen.c
105
*ctlr = atoi(args[0]);
sys/arch/rs6000/stand/boot/devopen.c
99
*part = atoi(args[2]);
sys/arch/sgimips/stand/common/iris_parse.c
71
scsi_ctlr = atoi(&disksetting[i]);
sys/arch/sgimips/stand/common/iris_parse.c
73
scsi_id = atoi(&disksetting[i]);
sys/arch/sgimips/stand/common/iris_parse.c
75
scsi_part = atoi(&disksetting[i]);
sys/arch/sgimips/stand/sgivol/sgivol.c
138
volhdr_size = atoi(optarg);
sys/arch/sgimips/stand/sgivol/sgivol.c
159
partno = atoi(argv[0]);
sys/arch/sgimips/stand/sgivol/sgivol.c
160
partfirst = atoi(argv[1]);
sys/arch/sgimips/stand/sgivol/sgivol.c
161
partblocks = atoi(argv[2]);
sys/arch/sgimips/stand/sgivol/sgivol.c
162
parttype = atoi(argv[3]);
sys/arch/sgimips/stand/sgivol/sgivol.c
191
partno = atoi(argv[0]);
sys/arch/sgimips/stand/sgivol/sgivol.c
192
partfirst = atoi(argv[1]);
sys/arch/sgimips/stand/sgivol/sgivol.c
193
partblocks = atoi(argv[2]);
sys/arch/sgimips/stand/sgivol/sgivol.c
194
parttype = atoi(argv[3]);
sys/arch/vax/boot/boot/devopen.c
98
a[x++] = atoi(s);
sys/arch/x68k/dev/ite.c
1181
n = atoi(ip->argbuf);
sys/arch/x68k/dev/ite.c
1198
n = atoi(ip->argbuf);
sys/arch/x68k/dev/ite.c
123
static inline int atoi(const char *);
sys/arch/x68k/dev/ite.c
1755
x = atoi(ip->argbuf);
sys/arch/x68k/dev/ite.c
1771
y = atoi(ip->argbuf);
sys/arch/x68k/dev/ite.c
1786
y = atoi(ip->argbuf);
sys/arch/x68k/dev/ite.c
1790
x = atoi(cp + 1);
sys/arch/x68k/dev/ite.c
1940
x = atoi(ip->argbuf);
sys/arch/x68k/dev/ite.c
1945
y = atoi(cp + 1);
sys/arch/x68k/dev/ite.c
2485
mode = atoi(cp + 1) - '0';
sys/arch/x68k/stand/boot/switch.c
303
num = atoi(arg);
sys/arch/x68k/usr.bin/bellctrl/bellctrl.c
108
set_bell_pitch(atoi(arg));
sys/arch/x68k/usr.bin/bellctrl/bellctrl.c
115
set_bell_dur(atoi(arg));
sys/arch/x68k/usr.bin/bellctrl/bellctrl.c
166
if (*p || atoi(arg) > maximum)
sys/arch/x68k/usr.bin/bellctrl/bellctrl.c
98
percent = atoi(arg);
sys/arch/x68k/usr.bin/palette/palette.c
57
c = atoi(argv[--argc]);
sys/arch/x68k/usr.bin/palette/palette.c
66
r = atoi(argv[1]);
sys/arch/x68k/usr.bin/palette/palette.c
67
g = atoi(argv[2]);
sys/arch/x68k/usr.bin/palette/palette.c
68
b = atoi(argv[3]);
sys/arch/zaurus/stand/zboot/boot.c
376
speed = atoi(p);
sys/arch/zaurus/stand/zboot/bootmenu.c
63
choice = atoi(input) - 1;
sys/dev/microcode/siop/ncr53cxxx.c
472
switch (atoi(val)) {
sys/dev/videomode/vesagtf.c
692
vesagtf_mode(atoi(argv[1]), atoi(argv[2]), atoi(argv[3]), &m);
sys/fs/ptyfs/ptyfs_vnops.c
139
static int atoi(const char *, size_t);
sys/fs/ptyfs/ptyfs_vnops.c
611
pty = atoi(pname, cnp->cn_namelen);
sys/lib/libkern/hexdump.c
93
hexdump(printf, "foo", main, atoi(argv[1]));
sys/lib/libsa/bootcfg.c
223
bootcfg_info.timeout = atoi(value);
sys/lib/libsa/bootcfg.c
225
bootcfg_info.def = atoi(value) - 1;
sys/lib/libsa/bootcfg.c
251
bootcfg_info.clear = !!atoi(value);
sys/lib/libsa/stand.h
318
int atoi(const char *);
sys/miscfs/procfs/procfs_vnops.c
1132
pid = (pid_t)atoi(pname, cnp->cn_namelen);
sys/miscfs/procfs/procfs_vnops.c
1213
fd = atoi(pname, cnp->cn_namelen);
sys/miscfs/procfs/procfs_vnops.c
1251
xpid = atoi(pname, cnp->cn_namelen);
sys/miscfs/procfs/procfs_vnops.c
290
static int atoi(const char *, size_t);
sys/net/npf/lpm.c
434
*preflen = atoi(&buf[off + 1]);
sys/rump/net/lib/libvirtif/virtif_user.c
197
devnum = atoi(devstr);
sys/stand/efiboot/boot.c
345
mode = atoi(arg);
sys/stand/efiboot/bootmenu.c
96
choice = atoi(input) - 1;
tests/dev/audio/audiotest.c
287
unit = atoi(optarg);
tests/fs/puffs/h_dtfs/dtfs.c
129
khashbuckets = atoi(optarg);
tests/fs/puffs/h_dtfs/dtfs.c
144
maxreqsize = atoi(optarg);
tests/fs/puffs/h_dtfs/dtfs.c
156
gdtm.dtm_allowprot = atoi(optarg);
tests/kernel/h_cloexec.c
40
int fd = atoi(argv[1]);
tests/kernel/h_getprocpath.c
53
pid_t pid = atoi(argv[1]);
tests/kernel/h_segv.c
84
volatile int *p = (int *)(intptr_t)atoi("0");
tests/kernel/t_filedesc.c
88
iters = atoi(atf_tc_get_config_var(tc, "iters"));
tests/kernel/t_pty.c
280
packets = (size_t)atoi(optarg);
tests/kernel/t_pty.c
283
qsize = atoi(optarg);
tests/kernel/t_pty.c
286
buffer_size = (size_t)atoi(optarg);
tests/lib/libc/db/h_db.c
282
recno = atoi(p + 1);
tests/lib/libc/db/h_db.c
629
ib.flags = atoi(eq);
tests/lib/libc/db/h_db.c
633
ib.cachesize = atoi(eq);
tests/lib/libc/db/h_db.c
637
ib.maxkeypage = atoi(eq);
tests/lib/libc/db/h_db.c
641
ib.minkeypage = atoi(eq);
tests/lib/libc/db/h_db.c
645
ib.lorder = atoi(eq);
tests/lib/libc/db/h_db.c
649
ib.psize = atoi(eq);
tests/lib/libc/db/h_db.c
655
ih.bsize = atoi(eq);
tests/lib/libc/db/h_db.c
659
ih.ffactor = atoi(eq);
tests/lib/libc/db/h_db.c
663
ih.nelem = atoi(eq);
tests/lib/libc/db/h_db.c
667
ih.cachesize = atoi(eq);
tests/lib/libc/db/h_db.c
671
ih.lorder = atoi(eq);
tests/lib/libc/db/h_db.c
677
rh.flags = atoi(eq);
tests/lib/libc/db/h_db.c
681
rh.cachesize = atoi(eq);
tests/lib/libc/db/h_db.c
685
rh.lorder = atoi(eq);
tests/lib/libc/db/h_db.c
689
rh.reclen = atoi(eq);
tests/lib/libc/db/h_db.c
693
rh.bval = atoi(eq);
tests/lib/libc/db/h_db.c
697
rh.psize = atoi(eq);
tests/lib/libc/db/h_lfsr.c
66
uint32_t pagesize = atoi(argv[1]);
tests/lib/libc/gen/posix_spawn/h_spawnattr.c
75
parent_pipe = atoi(argv[1]);
tests/lib/libc/misc/t_ubsan.c
120
volatile int b = atoi("1");
tests/lib/libc/misc/t_ubsan.c
143
volatile unsigned int b = atoi("1");
tests/lib/libc/misc/t_ubsan.c
165
volatile int a = atoi("1");
tests/lib/libc/misc/t_ubsan.c
166
volatile int b = atoi("1");
tests/lib/libc/misc/t_ubsan.c
192
volatile int b = atoi("-1");
tests/lib/libc/misc/t_ubsan.c
214
volatile int b = atoi("-1");
tests/lib/libc/misc/t_ubsan.c
268
volatile int a = atoi("0"); \
tests/lib/libc/misc/t_ubsan.c
298
volatile int a = INT_MAX - atoi("10");
tests/lib/libc/misc/t_ubsan.c
321
volatile int a = INT_MAX - atoi("10");
tests/lib/libc/misc/t_ubsan.c
377
volatile int b = atoi("2");
tests/lib/libc/misc/t_ubsan.c
400
volatile unsigned int b = atoi("2");
tests/lib/libc/misc/t_ubsan.c
474
volatile intptr_t a = atoi("0");
tests/lib/libc/misc/t_ubsan.c
505
volatile intptr_t a = atoi("0");
tests/lib/libc/misc/t_ubsan.c
526
volatile intptr_t a = atoi("0");
tests/lib/libc/misc/t_ubsan.c
556
volatile int a = atoi("10");
tests/lib/libc/misc/t_ubsan.c
579
volatile uintptr_t b = atoi("1");
tests/lib/libc/misc/t_ubsan.c
603
volatile int32_t a = atoi("1");
tests/lib/libc/misc/t_ubsan.c
625
volatile int32_t a = atoi("1");
tests/lib/libc/misc/t_ubsan.c
626
volatile int32_t b = atoi("30");
tests/lib/libc/misc/t_ubsan.c
648
volatile int32_t a = atoi("1");
tests/lib/libc/misc/t_ubsan.c
649
volatile int32_t b = atoi("-10");
tests/lib/libc/misc/t_ubsan.c
670
volatile int32_t a = atoi("1");
tests/lib/libc/misc/t_ubsan.c
671
volatile int32_t b = atoi("40");
tests/lib/libc/misc/t_ubsan.c
694
volatile int b = atoi("1");
tests/lib/libc/misc/t_ubsan.c
715
volatile unsigned int a = atoi("0");
tests/lib/libc/misc/t_ubsan.c
716
volatile unsigned int b = atoi("1");
tests/lib/libc/misc/t_ubsan.c
766
volatile int a = atoi("-1");
tests/lib/libc/misc/t_ubsan.c
788
volatile int a = atoi("-1");
tests/lib/libc/misc/t_ubsan.c
789
volatile int b = atoi("0");
tests/lib/libc/net/getaddrinfo/h_gai.c
125
ai.ai_family = atoi(optarg);
tests/lib/libc/net/getaddrinfo/h_gai.c
128
ai.ai_protocol = atoi(optarg);
tests/lib/libc/net/getaddrinfo/h_gai.c
137
ai.ai_socktype = atoi(optarg);
tests/lib/libc/net/h_protoent.c
82
if ((prp = getprotobynumber(atoi(proto))) != NULL)
tests/lib/libc/net/h_servent.c
85
if ((svp = getservbyport(htons(atoi(port)), proto)) != NULL)
tests/lib/libc/regex/main.c
228
if (atoi(erbuf) != (int)REG_BADPAT) {
tests/lib/libc/regex/main.c
541
return(atoi(efbuf));
tests/lib/libc/regex/main.c
94
endoff = (regoff_t)atoi(optarg);
tests/lib/libc/regex/main.c
97
startoff = (regoff_t)atoi(optarg);
tests/lib/libc/regex/split.c
191
for (n = atoi(argv[3]); n > 0; n--) {
tests/lib/libc/regex/split.c
195
for (n = atoi(argv[3]); n > 0; n--) {
tests/lib/libc/rpc/t_rpc.c
140
num = atoi(arg);
tests/lib/libc/rpc/t_rpc.c
176
num = atoi(arg);
tests/lib/libc/ssp/h_fgets.c
41
int len = atoi(argv[1]);
tests/lib/libc/ssp/h_getcwd.c
43
size_t len = atoi(argv[1]);
tests/lib/libc/ssp/h_memcpy.c
42
int len = atoi(argv[1]);
tests/lib/libc/ssp/h_memmove.c
42
int len = atoi(argv[1]);
tests/lib/libc/ssp/h_memset.c
42
size_t len = atoi(argv[1]);
tests/lib/libc/ssp/h_raw.c
55
poke(b, atoi(argv[1]));
tests/lib/libc/ssp/h_read.c
46
size_t len = atoi(argv[1]);
tests/lib/libc/ssp/h_readlink.c
43
size_t len = atoi(argv[1]);
tests/lib/libc/ssp/h_snprintf.c
41
size_t len = atoi(argv[1]);
tests/lib/libc/ssp/h_stpncpy.c
43
int len = atoi(argv[1]);
tests/lib/libc/ssp/h_strncat.c
42
int len = atoi(argv[1]);
tests/lib/libc/ssp/h_strncpy.c
42
int len = atoi(argv[1]);
tests/lib/libc/ssp/h_vsnprintf.c
54
size_t len = atoi(argv[1]);
tests/lib/libc/stdio/h_intr.c
478
i = atoi(optarg);
tests/lib/libc/stdio/h_intr.c
486
i = atoi(optarg);
tests/lib/libc/stdio/h_intr.c
525
i = atoi(optarg);
tests/lib/libc/stdio/h_makenumbers.c
14
maxi = atoi(argv[1]);
tests/lib/libc/stdio/h_testnumbers.c
11
if ((size_t)atoi(line) != i)
tests/lib/libc/stdlib/t_atoi.c
71
ATF_REQUIRE(atoi("0") == strtol("0", NULL, 10));
tests/lib/libc/stdlib/t_atoi.c
72
ATF_REQUIRE(atoi("-1") == strtol("-1", NULL, 10));
tests/lib/libc/stdlib/t_atoi.c
73
ATF_REQUIRE(atoi(buf) == strtol(buf, NULL, 10));
tests/lib/libc/sys/t_ptrace_wait.h
772
b = atoi("0");
tests/lib/libpthread/h_resolv.c
159
nhosts = atoi(optarg);
tests/lib/libpthread/h_resolv.c
162
nthreads = atoi(optarg);
tests/lib/librumpclient/h_exec.c
63
s2 = atoi(argv[2]);
tests/lib/librumpclient/h_execthr.c
110
execd = atoi(argv[1]);
tests/lib/librumphijack/h_netget.c
74
sin.sin_port = htons(atoi(argv[2]));
tests/net/fdpass/fdpass.c
180
s[0] = atoi(optarg);
tests/net/fdpass/fdpass.c
183
s[1] = atoi(optarg);
tests/net/if/ifconf.c
127
show_interfaces(atoi(argv[2]));
tests/net/in_cksum/in_cksum.c
194
iterations = atoi(optarg);
tests/net/in_cksum/in_cksum.c
197
loops = atoi(optarg);
tests/net/in_cksum/in_cksum.c
200
random_aligned = atoi(optarg);
tests/net/in_cksum/in_cksum.c
87
len = atoi(*lens);
tests/net/mcast/mcast.c
447
n = atoi(optarg);
tests/net/mcast/mcast.c
450
nsleep = atoi(optarg);
tests/net/net/t_unix.c
574
test(false, false, false, atoi(argv[1]));
tests/net/net/t_unix.c
575
test(false, true, false, atoi(argv[1]));
tests/net/net/t_unix.c
576
test(true, false, false, atoi(argv[1]));
tests/net/net/t_unix.c
577
test(true, true, false, atoi(argv[1]));
tests/net/net/t_unix.c
578
test(true, true, true, atoi(argv[1]));
tests/rump/modautoload/t_modautoload.c
80
ATF_REQUIRE(atoi(buf) == MAGICNUM);
tests/rump/rumpkern/h_client/h_reconcli.c
90
timecount = atoi(argv[1]);
tests/rump/rumpkern/h_client/h_stresscli.c
153
for (rounds = 1; rounds < atoi(argv[1])*10; rounds++) {
usr.bin/at/at.c
532
if (atoi(argv[i]) == jobno) {
usr.bin/at/parsetime.c
320
delay = atoi(sc_token);
usr.bin/at/parsetime.c
366
hour = atoi(sc_token);
usr.bin/at/parsetime.c
375
minute = atoi(sc_token);
usr.bin/at/parsetime.c
488
mday = atoi(sc_token);
usr.bin/at/parsetime.c
490
year = atoi(sc_token);
usr.bin/at/parsetime.c
520
mon = atoi(sc_token);
usr.bin/at/parsetime.c
528
mday = atoi(sc_token);
usr.bin/at/parsetime.c
531
year = atoi(sc_token);
usr.bin/audio/play/play.c
157
volume = atoi(optarg);
usr.bin/base64/base64.c
257
wrap = (size_t)atoi(optarg);
usr.bin/bthset/bthset.c
177
channel = atoi(optarg);
usr.bin/bthset/bthset.c
363
level = atoi(buf + 7);
usr.bin/bthset/bthset.c
376
level = atoi(buf + 7);
usr.bin/btpin/btpin.c
89
len = atoi(optarg);
usr.bin/calendar/calendar.c
673
u = atoi(arg);
usr.bin/cdplay/cdplay.c
364
fpw = atoi(arg);
usr.bin/cdplay/cdplay.c
538
shuffle = -atoi(arg);
usr.bin/cdplay/cdplay.c
542
shuffle = cmd == CMD_SINGLE ? -atoi(arg) : 1;
usr.bin/column/column.c
88
termwidth = atoi(p);
usr.bin/column/column.c
96
termwidth = atoi(optarg);
usr.bin/config/sem.c
2073
*aunit = atoi(cp);
usr.bin/deroff/deroff.c
699
n = atoi(a);
usr.bin/du/du.c
111
depth = atoi(optarg);
usr.bin/error/input.c
144
newerror->error_line = atoi(errorv[1]);
usr.bin/find/function.c
1175
if (atoi(gname) == 0 && gname[0] != '0' &&
usr.bin/find/function.c
1288
new->max_data = atoi(arg);
usr.bin/find/function.c
1312
new->min_data = atoi(arg);
usr.bin/find/function.c
1870
if (atoi(username) == 0 && username[0] != '0' &&
usr.bin/fold/fold.c
85
if ((width = atoi(optarg)) <= 0)
usr.bin/fold/fold.c
93
width = atoi(++p);
usr.bin/fold/fold.c
95
width = atoi(argv[optind] + 1);
usr.bin/fstat/fstat.c
229
arg = atoi(optarg);
usr.bin/gencat/gencat.c
480
setid = atoi(cptr);
usr.bin/gencat/gencat.c
486
setid = atoi(cptr);
usr.bin/gencat/gencat.c
519
msgid = atoi(cptr);
usr.bin/hexdump/hexsyntax.c
90
if ((length = atoi(optarg)) < 0)
usr.bin/hexdump/odsyntax.c
165
if ((length = atoi(optarg)) < 0)
usr.bin/hexdump/parse.c
129
tfu->reps = atoi(savep);
usr.bin/hexdump/parse.c
144
tfu->bcnt = atoi(savep);
usr.bin/hexdump/parse.c
188
prec = atoi(fmt);
usr.bin/hexdump/parse.c
263
prec = atoi(p1);
usr.bin/ipcrm/ipcrm.c
249
target_id = atoi(optarg);
usr.bin/ktrace/ktrace.c
146
maxdata = atoi(optarg);
usr.bin/ktrace/ktrace.c
182
vers = atoi(optarg);
usr.bin/ktrace/ktrace.c
268
return (atoi(p));
usr.bin/last/last.c
183
hostsize = atoi(optarg);
usr.bin/last/last.c
192
linesize = atoi(optarg);
usr.bin/last/last.c
197
namesize = atoi(optarg);
usr.bin/logger/logger.c
185
return (atoi(name));
usr.bin/m4/eval.c
481
exit((argc > 2) ? atoi(argv[2]) : 0);
usr.bin/m4/eval.c
902
fc = ap + atoi(argv[3]); /* first char */
usr.bin/m4/eval.c
909
nc = min(nc, atoi(argv[4]));
usr.bin/m4/main.c
272
nesting_limit = atoi(optarg);
usr.bin/mail/cmd1.c
544
topl = atoi(valtop);
usr.bin/mail/cmd1.c
70
if ((cp = value(ENAME_SCREEN)) != NULL && (s = atoi(cp)) > 0)
usr.bin/mail/cmd2.c
464
times = (atoi(argv[0]) + 511) / 512;
usr.bin/mail/collect.c
466
++eofcount < (*p == 0 ? 25 : atoi(p))) {
usr.bin/mail/complete.c
1252
hist_size = cp ? atoi(cp) : 0;
usr.bin/mail/lex.c
994
++eofloop < (*p == '\0' ? 25 : atoi(p))) {
usr.bin/mail/main.c
133
width = *cp ? atoi(cp) : 0;
usr.bin/mail/main.c
139
height = *cp ? atoi(cp) : 0;
usr.bin/mail/mime_attach.c
209
limit = atoi(cp);
usr.bin/mail/mime_codecs.c
327
limit = (size_t)atoi(cp);
usr.bin/mail/mime_codecs.c
589
limit = (size_t)atoi(cp);
usr.bin/mail/thread.c
1218
upcnt = atoi(str);
usr.bin/make/arch.c
485
size_t elen = (size_t)atoi(
usr.bin/make/arch.c
695
size_t elen = (size_t)atoi(
usr.bin/make/main.c
1402
makelevel = ep != NULL && ep[0] != '\0' ? atoi(ep) : 0;
usr.bin/make/meta.c
1307
pid = atoi(p);
usr.bin/make/meta.c
1358
child = atoi(p);
usr.bin/menuc/parse.y
155
| X "=" INT_CONST { cur_menu->info->x = atoi($3); }
usr.bin/menuc/parse.y
156
| Y "=" INT_CONST { cur_menu->info->y = atoi($3); }
usr.bin/menuc/parse.y
157
| W "=" INT_CONST { cur_menu->info->w = atoi($3); }
usr.bin/menuc/parse.y
158
| H "=" INT_CONST { cur_menu->info->h = atoi($3); }
usr.bin/midiplay/midiplay.c
755
sameprogram = atoi(optarg);
usr.bin/midiplay/midiplay.c
764
ttempo = atoi(optarg);
usr.bin/msgs/msgs.c
186
rcfirst = atoi(argv[0]);
usr.bin/msgs/msgs.c
189
rcback = atoi( &( argv[0][1] ) );
usr.bin/msgs/msgs.c
761
cmsg = atoi(&inbuf[1]);
usr.bin/nc/netcat.c
748
ntohs(atoi(portlist[i])),
usr.bin/netstat/main.c
527
interval = atoi(optarg);
usr.bin/netstat/main.c
544
interval = atoi(*argv);
usr.bin/newsyslog/newsyslog.c
914
*pw = getpwuid((uid_t)atoi(buf));
usr.bin/newsyslog/newsyslog.c
929
*gr = getgrgid((gid_t)atoi(group));
usr.bin/nfsstat/nfsstat.c
131
interval = atoi(optarg);
usr.bin/nfsstat/nfsstat.c
151
interval = atoi(*argv);
usr.bin/nice/nice.c
76
niceness = atoi (argv[1] + 1);
usr.bin/patch/patch.c
558
maxfuzz = atoi(optarg);
usr.bin/patch/patch.c
578
strippath = atoi(optarg);
usr.bin/patch/patch.c
606
debug = atoi(optarg);
usr.bin/pr/pr.c
1654
if ((pgnm = atoi(eoptarg)) < 1) {
usr.bin/pr/pr.c
1661
if ((clcnt = atoi(eoptarg)) < 1) {
usr.bin/pr/pr.c
1683
if ((ingap = atoi(eoptarg)) < 0) {
usr.bin/pr/pr.c
1715
if ((ogap = atoi(eoptarg)) < 0) {
usr.bin/pr/pr.c
1731
((lines=atoi(eoptarg)) < 1)) {
usr.bin/pr/pr.c
1748
if ((nmwd = atoi(eoptarg)) < 1) {
usr.bin/pr/pr.c
1762
((offst = atoi(eoptarg))< 1)){
usr.bin/pr/pr.c
1795
((pgwd = atoi(eoptarg)) < 1)){
usr.bin/qsubst/qsubst.c
593
cabove = atoi(++*av);
usr.bin/qsubst/qsubst.c
599
cabove = atoi(++*av);
usr.bin/qsubst/qsubst.c
602
cbelow = atoi(++*av);
usr.bin/quota/quota.c
182
showuid((uid_t)atoi(*argv));
usr.bin/quota/quota.c
191
showgid((gid_t)atoi(*argv));
usr.bin/rdist/server.c
1087
uid = atoi(owner + 1);
usr.bin/rdist/server.c
1101
gid = atoi(group + 1);
usr.bin/rdist/server.c
1108
if ((*group == ':' && (getgrgid(gid = atoi(group + 1)) == NULL))
usr.bin/rpcgen/rpc_main.c
1025
doinline = atoi(argv[i]);
usr.bin/rpcgen/rpc_scan.c
466
num = atoi(line);
usr.bin/rpcgen/rpc_tblout.c
115
current = atoi(proc->proc_num);
usr.bin/rs/rs.c
500
ocols = atoi(av[1]);
usr.bin/rs/rs.c
503
orows = atoi(av[0]);
usr.bin/rs/rs.c
531
(*list)[count++] = atoi(t);
usr.bin/rs/rs.c
555
*num = atoi(t);
usr.bin/sed/process.c
607
termwidth = (size_t)atoi(p);
usr.bin/shlock/shlock.c
251
return p_exists(uucpstyle ? pid : atoi(buf));
usr.bin/shlock/shlock.c
386
pid = atoi(&av[x][2]);
usr.bin/shlock/shlock.c
391
pid = atoi(av[x]);
usr.bin/skey/skey.c
55
cnt = atoi(optarg);
usr.bin/skey/skey.c
88
if ((n = atoi(argv[optind])) < 0) {
usr.bin/skey/skey.c
97
if ((n = atoi(argv[optind])) < 0) {
usr.bin/skeyinit/skeyinit.c
116
n = atoi(optarg);
usr.bin/skeyinit/skeyinit.c
229
n = atoi(buf);
usr.bin/systat/globalcmds.c
129
interval = atoi(args);
usr.bin/systat/main.c
124
if ((turns = atoi(optarg)) <= 0)
usr.bin/tcopy/tcopy.c
94
maxblk = atoi(optarg);
usr.bin/tftp/main.c
564
t = atoi(argv[1]);
usr.bin/tftp/main.c
585
t = atoi(argv[1]);
usr.bin/tftp/main.c
606
t = atoi(argv[1]);
usr.bin/tftp/tftp.c
145
mcport = atoi(strsep(&pmulticast, ","));
usr.bin/tftp/tftp.c
148
mcmasterslave = atoi(pmulticast);
usr.bin/tip/value.c
171
vassign(p, (char *)(long)atoi(cp));
usr.bin/tip/value.c
337
vassign(p, (char *)(long)atoi(v));
usr.bin/tset/map.c
232
return (atoi(rate));
usr.bin/vis/vis.c
90
if ((foldwidth = atoi(optarg)) < 5) {
usr.bin/vmstat/vmstat.c
352
reps = atoi(optarg);
usr.bin/vmstat/vmstat.c
388
numdisks = atoi(optarg);
usr.bin/vmstat/vmstat.c
451
reps = atoi(*argv);
usr.bin/xargs/xargs.c
154
Lflag = atoi(optarg);
usr.bin/xargs/xargs.c
158
if ((nargs = atoi(optarg)) <= 0)
usr.bin/xargs/xargs.c
165
if ((maxprocs = atoi(optarg)) <= 0)
usr.bin/xargs/xargs.c
185
nline = atoi(optarg);
usr.bin/xlint/lint1/lex.c
1315
int a = l != 0 ? atoi(arg) : -1;
usr.sbin/altq/altqd/altqd.c
141
l_debug = atoi(optarg);
usr.sbin/altq/altqstat/altqstat.c
107
count = atoi(optarg);
usr.sbin/autofs/automountd.c
486
maxproc = atoi(optarg);
usr.sbin/autofs/autounmountd.c
277
retry_time = atoi(optarg);
usr.sbin/autofs/autounmountd.c
280
expiration_time = atoi(optarg);
usr.sbin/bad144/bad144.c
233
curbad.bt_csn = atoi(*argv++);
usr.sbin/bad144/bad144.c
248
sn = atoi(*argv++);
usr.sbin/bta2dpd/bta2dpd/bta2dpd.c
317
bitpool = (uint8_t)atoi(optarg);
usr.sbin/bta2dpd/bta2dpd/bta2dpd.c
322
blocksnum = atoi(optarg);
usr.sbin/bta2dpd/bta2dpd/bta2dpd.c
353
enc = atoi(optarg);
usr.sbin/bta2dpd/bta2dpd/bta2dpd.c
400
userset_mtu = (uint16_t)atoi(optarg);
usr.sbin/bta2dpd/bta2dpd/bta2dpd.c
417
l2cap_psm = (uint16_t)atoi(optarg);
usr.sbin/bta2dpd/bta2dpd/bta2dpd.c
422
freqnum = atoi(optarg);
usr.sbin/bta2dpd/bta2dpd/bta2dpd.c
447
volume = atoi(optarg);
usr.sbin/bthcid/bthcid.c
83
mode = atoi(optarg);
usr.sbin/diskpart/diskpart.c
504
return (atoi(t));
usr.sbin/dumplfs/dumplfs.c
946
p->num = atoi(arg);
usr.sbin/edquota/edquota.c
140
return atoi(name);
usr.sbin/eeprom/eehandlers.c
199
num32 = atoi(arg);
usr.sbin/eeprom/eehandlers.c
223
num32 = atoi(arg);
usr.sbin/eeprom/eehandlers.c
395
kbd2 = atoi(arg);
usr.sbin/extattrctl/extattrctl.c
136
uef.uef_size = rw32(atoi(argv[0]));
usr.sbin/faithd/ftp.c
412
code = atoi(rbuf);
usr.sbin/grfconfig/grfconfig.c
170
gv->pixel_clock = atoi(cps[1]);
usr.sbin/grfconfig/grfconfig.c
171
gv->disp_width = atoi(cps[2]);
usr.sbin/grfconfig/grfconfig.c
172
gv->disp_height = atoi(cps[3]);
usr.sbin/grfconfig/grfconfig.c
173
gv->depth = atoi(cps[4]);
usr.sbin/grfconfig/grfconfig.c
174
gv->hblank_start = atoi(cps[5]);
usr.sbin/grfconfig/grfconfig.c
175
gv->hsync_start = atoi(cps[6]);
usr.sbin/grfconfig/grfconfig.c
176
gv->hsync_stop = atoi(cps[7]);
usr.sbin/grfconfig/grfconfig.c
177
gv->htotal = atoi(cps[8]);
usr.sbin/grfconfig/grfconfig.c
178
gv->vblank_start = atoi(cps[9]);
usr.sbin/grfconfig/grfconfig.c
179
gv->vsync_start = atoi(cps[10]);
usr.sbin/grfconfig/grfconfig.c
180
gv->vsync_stop = atoi(cps[11]);
usr.sbin/grfconfig/grfconfig.c
181
gv->vtotal = atoi(cps[12]);
usr.sbin/grfconfig/grfconfig.c
183
if ((y = atoi(cps[0])))
usr.sbin/inetd/parse.c
307
sep->se_rpcprog = atoi(sep->se_service);
usr.sbin/intrctl/intrctl.c
261
seconds = atoi(optarg);
usr.sbin/iostat/iostat.c
1002
interval = atoi(*argv);
usr.sbin/iostat/iostat.c
1004
reps = atoi(*argv);
usr.sbin/iostat/iostat.c
220
if ((reps = atoi(optarg)) <= 0)
usr.sbin/iostat/iostat.c
258
if ((interval = atoi(optarg)) <= 0)
usr.sbin/ip6addrctl/ip6addrctl.c
234
pol0.preced = atoi(cp);
usr.sbin/ip6addrctl/ip6addrctl.c
239
pol0.label = atoi(cp);
usr.sbin/ip6addrctl/ip6addrctl.c
284
plen = atoi(plenstr + 1);
usr.sbin/ip6addrctl/ip6addrctl.c
399
p.preced = atoi(prec);
usr.sbin/ip6addrctl/ip6addrctl.c
400
p.label = atoi(label);
usr.sbin/isibootd/isibootd.c
149
dbg = atoi(optarg);
usr.sbin/lastlogin/lastlogin.c
148
hostlen = atoi(optarg);
usr.sbin/lastlogin/lastlogin.c
157
linelen = atoi(optarg);
usr.sbin/lastlogin/lastlogin.c
163
namelen = atoi(optarg);
usr.sbin/ldpd/conffile.c
263
int ht = atoi(line);
usr.sbin/ldpd/conffile.c
276
int cp = atoi(line);
usr.sbin/ldpd/conffile.c
289
int kt = atoi(line);
usr.sbin/ldpd/conffile.c
302
int hdt = atoi(line);
usr.sbin/ldpd/conffile.c
312
int ml = atoi(line);
usr.sbin/ldpd/conffile.c
322
int ml = atoi(line);
usr.sbin/ldpd/conffile.c
373
int nd = atoi(line);
usr.sbin/ldpd/conffile.c
383
int loopd = atoi(line);
usr.sbin/ldpd/ldp_command.c
607
if (!recvspace || atoi(recvspace) < 1) {
usr.sbin/ldpd/ldp_command.c
612
ldp_hello_time = atoi(recvspace);
usr.sbin/ldpd/ldp_command.c
619
if (!recvspace || atoi(recvspace) < 0) {
usr.sbin/ldpd/ldp_command.c
624
debug_f = atoi(recvspace);
usr.sbin/ldpd/ldp_command.c
631
if (!recvspace || atoi(recvspace) < 0) {
usr.sbin/ldpd/ldp_command.c
636
warn_f = atoi(recvspace);
usr.sbin/ldpd/main.c
89
if ((command_port = atoi(optarg)) < 1) {
usr.sbin/lpr/common_source/common.c
333
j1 = atoi((*q1)->q_name+3);
usr.sbin/lpr/common_source/common.c
334
j2 = atoi((*q2)->q_name+3);
usr.sbin/lpr/common_source/displayq.c
159
i = atoi(current);
usr.sbin/lpr/common_source/displayq.c
335
printf("%-10s %-3d ", line+1, atoi(cf+3));
usr.sbin/lpr/common_source/rmjob.c
164
cur_daemon = atoi(line);
usr.sbin/lpr/filters/lpf.c
101
indent = atoi(optarg);
usr.sbin/lpr/filters/lpf.c
94
if ((i = atoi(optarg)) > 0 && i <= MAXWIDTH)
usr.sbin/lpr/filters/lpf.c
98
length = atoi(optarg);
usr.sbin/lpr/lpc/cmds.c
171
if (kill(pid = atoi(line), SIGTERM) < 0) {
usr.sbin/lpr/lpd/key.c
152
ip->win.ws_col = atoi(ip->arg);
usr.sbin/lpr/lpd/key.c
186
cfsetispeed(&ip->t, atoi(ip->arg));
usr.sbin/lpr/lpd/key.c
208
cfsetospeed(&ip->t, atoi(ip->arg));
usr.sbin/lpr/lpd/key.c
230
ip->win.ws_row = atoi(ip->arg);
usr.sbin/lpr/lpd/lpd.c
183
child_max = atoi(optarg);
usr.sbin/lpr/lpd/lpd.c
195
wait_time = atoi(optarg);
usr.sbin/lpr/lpd/lpd.c
216
if ((i = atoi(argv[0])) == 0)
usr.sbin/lpr/lpd/lpd.c
497
requ[requests++] = atoi(cp);
usr.sbin/lpr/lpd/lpd.c
533
requ[requests++] = atoi(cp);
usr.sbin/lpr/lpd/lpd.c
613
atoi(serv) >= IPPORT_RESERVED)
usr.sbin/lpr/lpd/recvjob.c
301
return (atoi(lin));
usr.sbin/lpr/lpq/lpq.c
104
wait_time = atoi(optarg);
usr.sbin/lpr/lpq/lpq.c
123
requ[requests++] = atoi(*argv);
usr.sbin/lpr/lpr/lpr.c
156
i = atoi(optarg);
usr.sbin/lpr/lpr/lpr.c
218
indent = atoi(optarg);
usr.sbin/lpr/lprm/lprm.c
116
wait_time = atoi(&arg[2]);
usr.sbin/lpr/lprm/lprm.c
119
wait_time = atoi(*++argv);
usr.sbin/lpr/lprm/lprm.c
142
requ[requests++] = atoi(arg);
usr.sbin/lpr/lptest/lptest.c
59
len = atoi(argv[1]);
usr.sbin/lpr/lptest/lptest.c
63
count = atoi(argv[2]);
usr.sbin/makemandb/apropos.c
124
aflags->nresults = atoi(optarg);
usr.sbin/map-mbone/mapper.c
777
*var = atoi((*pargv)[0]);
usr.sbin/map-mbone/mapper.c
786
*var = atoi((*pargv)[0] + 2);
usr.sbin/mlxctl/dklist.c
128
unit = atoi(name + 2);
usr.sbin/mmcformat/mmcformat.c
758
certification = atoi(optarg);
usr.sbin/mmcformat/mmcformat.c
782
blockingnr = atoi(optarg);
usr.sbin/mountd/mountd.c
2085
pw = getpwuid(atoi(username));
usr.sbin/mountd/mountd.c
2116
cr->cr_uid = atoi(username);
usr.sbin/mountd/mountd.c
2125
cr->cr_groups[cr->cr_ngroups++] = atoi(username);
usr.sbin/mountd/mountd.c
373
forcedport = atoi(optarg);
usr.sbin/moused/moused.c
2037
lbutton = atoi(s);
usr.sbin/moused/moused.c
2045
pbutton = atoi(s);
usr.sbin/moused/moused.c
552
rodent.button2timeout = atoi(optarg);
usr.sbin/moused/moused.c
603
rodent.level = atoi(optarg);
usr.sbin/moused/moused.c
633
rodent.resolution = atoi(optarg);
usr.sbin/moused/moused.c
646
i = atoi(optarg);
usr.sbin/moused/moused.c
660
i = atoi(optarg);
usr.sbin/moused/moused.c
675
i = atoi(argv[optind]);
usr.sbin/moused/moused.c
693
rodent.rate = atoi(optarg);
usr.sbin/moused/moused.c
713
rodent.baudrate = atoi(optarg);
usr.sbin/mrinfo/mrinfo.c
292
*var = atoi((*pargv)[0]);
usr.sbin/mrinfo/mrinfo.c
301
*var = atoi((*pargv)[0] + 2);
usr.sbin/mrouted/main.c
124
debug = atoi(*argv);
usr.sbin/mrouted/main.c
139
dest_port = atoi(*argv);
usr.sbin/mtrace/mtrace.c
1182
debug = atoi(arg);
usr.sbin/mtrace/mtrace.c
1209
timeout = atoi(arg);
usr.sbin/mtrace/mtrace.c
1217
qno = atoi(arg);
usr.sbin/mtrace/mtrace.c
1226
nqueries = atoi(arg);
usr.sbin/mtrace/mtrace.c
1240
qttl = atoi(arg);
usr.sbin/mtrace/mtrace.c
1261
statint = atoi(arg);
usr.sbin/ndbootd/ndbootd.c
374
if (++argv_i == argc || (nd_window_size = atoi(argv[argv_i])) <= 0) {
usr.sbin/ndp/ndp.c
197
repeat = atoi(optarg);
usr.sbin/nfsd/nfsd.c
463
nfsdcnt = atoi(optarg);
usr.sbin/npf/npfd/npfd.c
194
delay = atoi(optarg) * 1000;
usr.sbin/npf/npfd/npfd.c
206
snaplen = atoi(optarg);
usr.sbin/npf/npftest/npftest.c
247
if ((nthreads = atoi(optarg)) > 0 &&
usr.sbin/perfused/perfused.c
410
retval = atoi(optarg);
usr.sbin/pf/pfs/parse.y
351
host->port = htons(atoi(buf_port));
usr.sbin/psrset/psrset.c
305
(atoi(q + 1) == 1 ? "system" : "user"), i);
usr.sbin/puffs/mount_psshfs/psshfs.c
180
numconnections = atoi(optarg);
usr.sbin/puffs/mount_psshfs/psshfs.c
197
pctx.manglegid = atoi(optarg);
usr.sbin/puffs/mount_psshfs/psshfs.c
216
max_reads = atoi(optarg);
usr.sbin/puffs/mount_psshfs/psshfs.c
222
refreshival = atoi(optarg);
usr.sbin/puffs/mount_psshfs/psshfs.c
228
pctx.mangleuid = atoi(optarg);
usr.sbin/pwd_mkdb/pwd_mkdb.c
289
cachesize = atoi(optarg) * 1024 * 1024;
usr.sbin/pwd_mkdb/pwd_mkdb.c
308
req_version = (uint32_t)atoi(optarg);
usr.sbin/quotacheck/quotacheck.c
206
maxrun = atoi(optarg);
usr.sbin/rbootd/bpf.c
251
n = atoi(cp);
usr.sbin/rip6query/rip6query.c
95
query_wait = atoi(optarg);
usr.sbin/rmt/rmt.c
109
tape = open(device, atoi(mode),
usr.sbin/rmt/rmt.c
127
rval = lseek(tape, (off_t)strtoll(count, NULL, 10), atoi(pos));
usr.sbin/rmt/rmt.c
134
n = atoi(count);
usr.sbin/rmt/rmt.c
152
n = atoi(count);
usr.sbin/rmt/rmt.c
169
mtop.mt_op = atoi(op);
usr.sbin/rmt/rmt.c
170
mtop.mt_count = atoi(count);
usr.sbin/rpc.lockd/lockd.c
100
debug_level = atoi(optarg);
usr.sbin/rpc.lockd/lockd.c
107
grace_period = atoi(optarg);
usr.sbin/rpc.pcnfsd/pcnfsd_print.c
1018
*qlen = atoi(buff2);
usr.sbin/rpc.pcnfsd/pcnfsd_print.c
791
curr->position = atoi(rank); /* active -> 0 */
usr.sbin/sa/main.c
174
cutoff = atoi(optarg);
usr.sbin/schedctl/schedctl.c
102
lid = atoi(optarg);
usr.sbin/schedctl/schedctl.c
120
policy = atoi(optarg);
usr.sbin/schedctl/schedctl.c
131
sp->sched_priority = atoi(optarg);
usr.sbin/schedctl/schedctl.c
264
i = atoi(p);
usr.sbin/schedctl/schedctl.c
98
pid = atoi(optarg);
usr.sbin/sesd/srcs/chpmon.c
62
delay = atoi(v[1]);
usr.sbin/sesd/srcs/sesd.c
74
polltime = atoi(optarg);
usr.sbin/spray/spray.c
78
count = atoi(optarg);
usr.sbin/spray/spray.c
81
delay = atoi(optarg);
usr.sbin/spray/spray.c
84
length = atoi(optarg);
usr.sbin/srtconfig/srtconfig.c
199
w = atoi(txt_mask);
usr.sbin/srtconfig/srtconfig.c
289
do_query(atoi(txt_n));
usr.sbin/srtconfig/srtconfig.c
292
do_del(atoi(txt_n));
usr.sbin/srtconfig/srtconfig.c
298
do_set(atoi(txt_n));
usr.sbin/sysinst/arch/i386/md.c
891
return atoi(envstr);
usr.sbin/sysinst/configmenu.c
654
ma->new_time.tm_year = atoi(buf)-1900;
usr.sbin/sysinst/configmenu.c
657
ma->new_time.tm_mon = atoi(buf)-1;
usr.sbin/sysinst/configmenu.c
660
ma->new_time.tm_mday = atoi(buf);
usr.sbin/sysinst/configmenu.c
663
ma->new_time.tm_hour = atoi(buf);
usr.sbin/sysinst/configmenu.c
666
ma->new_time.tm_min = atoi(buf);
usr.sbin/sysinst/label.c
2205
} else if (atoi(isize) == -1) {
usr.sbin/sysinst/label.c
2320
} else if (atoi(isize) == -1) {
usr.sbin/sysinst/mbr.c
367
bsec = atoi(res);
usr.sbin/sysinst/mbr.c
373
bhead = atoi(res);
usr.sbin/sysinst/net.c
736
octet0 = atoi(net_ip);
usr.sbin/sysinst/partman.c
1114
if (atoi(buf) >= 0)
usr.sbin/sysinst/partman.c
1115
*out_var = atoi(buf);
usr.sbin/sysinst/partman.c
1741
if (atoi(buf) >= 0)
usr.sbin/sysinst/partman.c
1742
*out_var = atoi(buf);
usr.sbin/sysinst/partman.c
1951
if (atoi(buf) >= 0)
usr.sbin/sysinst/partman.c
1952
*out_var = atoi(buf);
usr.sbin/sysinst/partman.c
670
if (atoi(buf) >= 0)
usr.sbin/sysinst/partman.c
671
*out_var = atoi(buf);
usr.sbin/syslogd/syslogd.c
330
buflen = atoi(optarg);
usr.sbin/syslogd/syslogd.c
369
MarkInterval = atoi(optarg) * 60;
usr.sbin/syslogd/syslogd.c
4067
return atoi(name);
usr.sbin/tadpolectl/tadpolectl.c
631
table[num].value = atoi(strdup(buf));
usr.sbin/tadpolectl/tadpolectl.c
646
table[num].value = atoi(strdup(buf));
usr.sbin/tadpolectl/tadpolectl.c
692
newval = atoi(cp);
usr.sbin/usbdevs/usbdevs.c
357
int new_high = atoi(dev+3);
usr.sbin/user/user.c
1169
(grp = getgrgid((gid_t)atoi(up->u_primgrp))) != NULL) {
usr.sbin/user/user.c
1597
(gid_t)atoi(up->u_primgrp))) != NULL) {
usr.sbin/user/user.c
1766
if (is_number(name) && (pwp = getpwuid((uid_t)atoi(name))) != NULL) {
usr.sbin/user/user.c
1782
if (is_number(name) && (grp = getgrgid((gid_t)atoi(name))) != NULL) {
usr.sbin/user/user.c
2172
atoi(optarg);
usr.sbin/user/user.c
232
return atoi(val);
usr.sbin/user/user.c
879
(strncmp(cp, "yes", 3) == 0) ? 1 : atoi(cp);
usr.sbin/videomode/videomode.c
72
m = atoi(optarg);
usr.sbin/videomode/videomode.c
85
dump_mode(atoi(*argv));
usr.sbin/wiconfig/wiconfig.c
864
atoi(wt->wi_optval));
usr.sbin/ypserv/mknetid/mknetid.c
183
u->usr_uid = atoi(uid);
usr.sbin/ypserv/mknetid/mknetid.c
184
u->usr_gid = atoi(gid);
usr.sbin/ypserv/mknetid/mknetid.c
197
g = atoi(gid);
usr.sbin/ypserv/ypserv/ypserv.c
321
port = atoi(optarg);
usr.sbin/ypserv/ypserv/ypserv_proc.c
76
return (atoi(sbuf) >= IPPORT_RESERVED);
usr.sbin/ypserv/ypxfr/ypxfr.c
261
client = yp_bind_host(ipadd, atoi(prog), 1, atoi(port), 0);
usr.sbin/ypserv/ypxfr/ypxfr.c
262
status = send_reply(client, xfr_status, atoi(tid));
usr.sbin/ypserv/ypxfr/ypxfr.c
367
*lordernum = (u_int)atoi((char *)&order);