Symbol: atoi
bin/csh/proc.c
113
if (pid == atoi(short2str(value(STRchild))))
bin/csh/proc.c
148
>= atoi(short2str(value(STRtime))))
bin/mt/mtrmt.c
255
return (atoi(code + 1));
games/adventure/io.c
265
return (atoi(nbf)); /* convert it to integer */
games/adventure/io.c
366
n = atoi(buf); /* newloc mod 1000 = newloc */
games/adventure/io.c
368
n = atoi(buf + len - 3);
games/adventure/io.c
370
m = atoi(buf);
games/adventure/io.c
568
if (atoi(numst) != 100 * skip && skip >= 0) {
games/arithmetic/arithmetic.c
228
if (atoi(p) == result) {
games/boggle/boggle/bog.c
113
if ((tlimit = atoi(optarg)) < 1)
games/boggle/boggle/bog.c
117
if ((minlength = atoi(optarg)) < 3)
games/cribbage/crib.c
189
if (*foo != '\0' && ((i = atoi(foo)) < 4 || i > 48))
games/cribbage/crib.c
371
if (*foo != '\0' && ((i = atoi(foo)) < 4 || i > 36))
games/gomoku/stoc.c
82
i = atoi(&mp[1]);
games/hack/hack.end.c
688
(isdigit((unsigned char)players[i][0]) && rank <= atoi(players[i])))
games/hack/hack.end.c
723
(isdigit((unsigned char)players[i][0]) && rank <= atoi(players[i]))){
games/hack/hack.main.c
227
locknum = atoi(argv[1]);
games/hack/hack.objnam.c
455
cnt = atoi(cp);
games/hack/hack.objnam.c
463
spe = atoi(cp);
games/hack/hack.objnam.c
472
spe = atoi(p);
games/hack/hack.options.c
182
num = atoi(op);
games/hack/hack.trap.c
482
newlevel = atoi(buf);
games/hack/hack.u_init.c
390
type = atoi(ep);
games/hunt/hunt/hunt.c
126
Server_port = atoi(use_port);
games/hunt/hunt/hunt.c
559
Server_port = atoi(use_port);
games/hunt/huntd/conf.c
141
newval = atoi(valuestart);
games/hunt/huntd/driver.c
107
Server_port = atoi(optarg);
games/sail/main.c
89
game = atoi(*argv);
games/wump/wump.c
148
arrow_num = atoi(optarg);
games/wump/wump.c
151
bat_num = atoi(optarg);
games/wump/wump.c
165
pit_num = atoi(optarg);
games/wump/wump.c
168
room_num = atoi(optarg);
games/wump/wump.c
177
link_num = atoi(optarg);
games/wump/wump.c
342
next_room = atoi(room_number);
games/wump/wump.c
363
next_room = atoi(answer);
games/wump/wump.c
465
next = atoi(p);
include/stdlib.h
101
int atoi(const char *);
lib/libc/hidden/stdlib.h
67
PROTO_NORMAL(atoi);
lib/libc/net/rcmd.c
241
atoi(num) != 20) {
lib/libc/net/rcmd.c
257
(atoi(num) >= IPPORT_RESERVED ||
lib/libc/net/rcmd.c
258
atoi(num) < IPPORT_RESERVED / 2)) {
lib/libc/net/res_random.c
273
n = argc > 1 ? atoi(argv[1]) : 60001;
lib/libc/stdlib/atoi.c
38
DEF_STRONG(atoi);
lib/libcurses/base/lib_screen.c
420
*(int *) data = atoi(value);
lib/libcurses/base/lib_screen.c
423
*(short *) data = (short) atoi(value);
lib/libcurses/base/lib_screen.c
426
*(NCURSES_SIZE_T *) data = (NCURSES_SIZE_T) atoi(value);
lib/libcurses/capdefaults.c
54
(short) (strp = strchr(str, '*'), strp ? atoi(strp+1) : 0)
lib/libcurses/tinfo/make_hash.c
271
|| (column = atoi(argv[1])) <= 0
lib/libcurses/tinfo/make_hash.c
274
|| (bigstring = atoi(argv[3])) < 0
lib/libcurses/tty/hardscroll.c
374
oldnums[n++] = atoi(st);
lib/libcurses/tty/hashmap.c
536
oldnums[n++] = atoi(st);
lib/libexpat/tests/benchmark/benchmark.c
114
bufferSize = atoi(argv[j + 2]);
lib/libexpat/tests/benchmark/benchmark.c
115
nrOfLoops = atoi(argv[j + 3]);
lib/libkeynote/keynote-keygen.c
138
begin = atoi(argv[5]);
lib/libkeynote/keynote-keygen.c
148
prlen = atoi(argv[6]);
lib/libkeynote/keynote-keygen.c
165
len = atoi(argv[2]);
lib/libkeynote/keynote-sign.c
68
begin = atoi(argv[4 + flg]);
lib/libkeynote/keynote-sign.c
78
prlen = atoi(argv[5 + flg]);
libexec/ftpd/ftpcmd.y
1326
yylval.i = atoi(cp);
regress/include/bitstring/bitstring_test.c
62
TEST_LENGTH = atoi(argv[1]);
regress/lib/csu/callbacks/atexit/atexit_test.c
75
test = atoi(argv[1]);
regress/lib/csu/callbacks/pthread_atfork/pthread_atfork_test.c
107
test = atoi(argv[1]);
regress/lib/libc/asr/bin/threads.c
100
LOOP = atoi(optarg);
regress/lib/libc/asr/bin/threads.c
103
loop = atoi(optarg);
regress/lib/libc/asr/bin/threads.c
106
nthreads = atoi(optarg);
regress/lib/libc/db/dbtest.c
270
recno = atoi(p + 1);
regress/lib/libc/db/dbtest.c
593
ib.flags = atoi(eq);
regress/lib/libc/db/dbtest.c
597
ib.cachesize = atoi(eq);
regress/lib/libc/db/dbtest.c
601
ib.maxkeypage = atoi(eq);
regress/lib/libc/db/dbtest.c
605
ib.minkeypage = atoi(eq);
regress/lib/libc/db/dbtest.c
609
ib.lorder = atoi(eq);
regress/lib/libc/db/dbtest.c
613
ib.psize = atoi(eq);
regress/lib/libc/db/dbtest.c
619
ih.bsize = atoi(eq);
regress/lib/libc/db/dbtest.c
623
ih.ffactor = atoi(eq);
regress/lib/libc/db/dbtest.c
627
ih.nelem = atoi(eq);
regress/lib/libc/db/dbtest.c
631
ih.cachesize = atoi(eq);
regress/lib/libc/db/dbtest.c
635
ih.lorder = atoi(eq);
regress/lib/libc/db/dbtest.c
641
rh.flags = atoi(eq);
regress/lib/libc/db/dbtest.c
645
rh.cachesize = atoi(eq);
regress/lib/libc/db/dbtest.c
649
rh.lorder = atoi(eq);
regress/lib/libc/db/dbtest.c
653
rh.reclen = atoi(eq);
regress/lib/libc/db/dbtest.c
657
rh.bval = atoi(eq);
regress/lib/libc/db/dbtest.c
661
rh.psize = atoi(eq);
regress/lib/libc/getaddrinfo/gaitest.c
134
ai.ai_family = atoi(optarg);
regress/lib/libc/getaddrinfo/gaitest.c
137
ai.ai_protocol = atoi(optarg);
regress/lib/libc/getaddrinfo/gaitest.c
146
ai.ai_socktype = atoi(optarg);
regress/lib/libc/malloc/malloc_errs/malloc_errs.c
295
i = atoi(argv[1]);
regress/lib/libc/qsort/qsort_test.c
769
n = atoi(*argv);
regress/lib/libc/regex/main.c
189
if (atoi(erbuf) != (int)REG_BADPAT) {
regress/lib/libc/regex/main.c
515
return(atoi(efbuf));
regress/lib/libc/regex/main.c
53
endoff = (regoff_t)atoi(optarg);
regress/lib/libc/regex/main.c
59
startoff = (regoff_t)atoi(optarg);
regress/lib/libc/regex/split.c
162
for (n = atoi(argv[3]); n > 0; n--) {
regress/lib/libc/regex/split.c
166
for (n = atoi(argv[3]); n > 0; n--) {
regress/lib/libcrypto/evp/evptest.c
367
encdec = atoi(sstrsep(&p, "\n"));
regress/lib/libfuse/fuse-opt-parse.c
81
conf->port = atoi(&arg[2]);
regress/lib/libpthread/socket/1/socket1.c
162
ASSERT(++counter == atoi(buf));
regress/lib/libpthread/socket/1/socket1.c
95
ASSERT(++counter == atoi(buf));
regress/lib/libpthread/socket/2a/socket2a.c
67
port = atoi(arg);
regress/lib/libssl/ssl/ssltest.c
477
number = atoi(*(++argv));
regress/lib/libssl/ssl/ssltest.c
483
seclevel = atoi(*(++argv));
regress/sys/arch/m88k/usertrap/trap.c
21
trapnum = atoi(argv[1]);
regress/sys/kern/kqueue/kqueue-exec.c
92
fd = atoi(arg);
sbin/dump/dumprmt.c
267
errno = atoi(&code[1]);
sbin/dump/dumprmt.c
282
return (atoi(code + 1));
sbin/isakmpd/conf.c
677
return atoi(value);
sbin/isakmpd/ipsec.c
1965
*tproto = (u_int8_t)atoi(pstr);
sbin/isakmpd/ipsec.c
1980
*port = (u_int16_t)atoi(pstr);
sbin/isakmpd/pf_key_v2.c
2639
masklen = atoi(srcid + 1);
sbin/isakmpd/pf_key_v2.c
2783
masklen = atoi(dstid + 1);
sbin/mountd/mountd.c
2189
pw = getpwuid(atoi(name));
sbin/mountd/mountd.c
2223
cr->cr_uid = atoi(name);
sbin/mountd/mountd.c
2232
cr->cr_groups[cr->cr_ngroups++] = atoi(name);
sbin/sysctl/sysctl.c
767
mib[2] = makedev(atoi(bufp),0);
sbin/sysctl/sysctl.c
778
mib[2] = makedev(atoi(bufp),0);
sbin/unwind/libunbound/services/cache/infra.c
220
d->lim = atoi(p->str2);
sbin/unwind/libunbound/services/cache/infra.c
226
d->below = atoi(p->str2);
sbin/unwind/libunbound/services/cache/infra.c
288
d->limit = atoi(p->str2);
sbin/unwind/libunbound/services/cache/infra.c
295
d->limit = atoi(p->str2);
sbin/unwind/libunbound/services/listen_dnsport.c
1139
port = atoi(s+1);
sbin/unwind/libunbound/services/listen_dnsport.c
3148
h2_stream->content_length = atoi((const char*)value);
sbin/unwind/libunbound/sldns/rrdef.c
711
unsigned int a = atoi(name + 4);
sbin/unwind/libunbound/sldns/rrdef.c
753
unsigned int a = atoi(name + 5);
sbin/unwind/libunbound/sldns/str2wire.c
1881
family = (uint16_t) atoi(my_str);
sbin/unwind/libunbound/sldns/str2wire.c
1916
prefix = (uint8_t) atoi(my_str);
sbin/unwind/libunbound/sldns/str2wire.c
2461
else rd[0] = (uint8_t)atoi(token);
sbin/unwind/libunbound/sldns/str2wire.c
2465
if(atoi(token) != 0) serv_port=atoi(token);
sbin/unwind/libunbound/sldns/str2wire.c
2632
rd[0] = (uint8_t)atoi(token);
sbin/unwind/libunbound/sldns/str2wire.c
2637
rd[1] = (uint8_t)atoi(token);
sbin/unwind/libunbound/sldns/str2wire.c
2643
rd[2] = (uint8_t)atoi(token);
sbin/unwind/libunbound/sldns/str2wire.c
451
hex_data_size = (size_t)atoi(token);
sbin/unwind/libunbound/util/config_file.c
2860
if(p) if_port = atoi(p+1);
sbin/unwind/libunbound/util/config_file.c
2866
if(if_port == atoi(s->str)) return 1;
sbin/unwind/libunbound/util/config_file.c
468
if(atoi(val) == 0 && strcmp(val, "0") != 0) return 0
sbin/unwind/libunbound/util/config_file.c
471
if(atoi(val) == 0) return 0
sbin/unwind/libunbound/util/config_file.c
474
if(atoi(val) == 0 || !is_pow2((size_t)atoi(val))) return 0
sbin/unwind/libunbound/util/config_file.c
480
{ IS_NUMBER_OR_ZERO; cfg->var = atoi(val); }
sbin/unwind/libunbound/util/config_file.c
483
{ IS_NONZERO_NUMBER; cfg->var = atoi(val); }
sbin/unwind/libunbound/util/config_file.c
486
{ IS_NUMBER_OR_ZERO; cfg->var = (unsigned)atoi(val); }
sbin/unwind/libunbound/util/config_file.c
489
{ IS_NUMBER_OR_ZERO; cfg->var = (size_t)atoi(val); }
sbin/unwind/libunbound/util/config_file.c
492
{ IS_NONZERO_NUMBER; cfg->var = (size_t)atoi(val); }
sbin/unwind/libunbound/util/config_file.c
501
{ IS_POW2_NUMBER; cfg->var = (size_t)atoi(val); }
sbin/unwind/libunbound/util/config_file.c
548
else if(atoi(val) == 0)
sbin/unwind/libunbound/util/config_file.c
550
else cfg->stat_interval = atoi(val);
sbin/unwind/libunbound/util/config_file.c
569
if(atoi(val) == 0) return 0;
sbin/unwind/libunbound/util/config_file.c
570
cfg->val_date_override = (uint32_t)atoi(val);
sbin/unwind/libunbound/util/config_file.c
668
{ IS_NUMBER_OR_ZERO; cfg->max_ttl = atoi(val); MAX_TTL=(time_t)cfg->max_ttl;}
sbin/unwind/libunbound/util/config_file.c
670
{ IS_NUMBER_OR_ZERO; cfg->max_negative_ttl = atoi(val); MAX_NEG_TTL=(time_t)cfg->max_negative_ttl;}
sbin/unwind/libunbound/util/config_file.c
672
{ IS_NUMBER_OR_ZERO; cfg->min_negative_ttl = atoi(val); MIN_NEG_TTL=(time_t)cfg->min_negative_ttl;}
sbin/unwind/libunbound/util/config_file.c
674
{ IS_NUMBER_OR_ZERO; cfg->min_ttl = atoi(val); MIN_TTL=(time_t)cfg->min_ttl;}
sbin/unwind/libunbound/util/config_file.c
676
IS_NUMBER_OR_ZERO; cfg->infra_cache_min_rtt = atoi(val);
sbin/unwind/libunbound/util/config_file.c
680
IS_NUMBER_OR_ZERO; cfg->infra_cache_max_rtt = atoi(val);
sbin/unwind/libunbound/util/config_file.c
757
{ IS_NUMBER_OR_ZERO; cfg->serve_expired_ttl = atoi(val); SERVE_EXPIRED_TTL=(time_t)cfg->serve_expired_ttl;}
sbin/unwind/libunbound/util/config_file.c
762
{ IS_NUMBER_OR_ZERO; cfg->serve_expired_reply_ttl = atoi(val); SERVE_EXPIRED_REPLY_TTL=(time_t)cfg->serve_expired_reply_ttl;}
sbin/unwind/libunbound/util/config_file.c
855
IS_NUMBER_OR_ZERO; cfg->ip_ratelimit_cookie = atoi(val);
sbin/unwind/libunbound/util/config_file.c
859
IS_NUMBER_OR_ZERO; cfg->ip_ratelimit = atoi(val);
sbin/unwind/libunbound/util/config_file.c
863
IS_NUMBER_OR_ZERO; cfg->ratelimit = atoi(val);
sbin/unwind/libunbound/util/config_file.c
890
{ IS_NUMBER_OR_ZERO; cfg->ipsecmod_max_ttl = atoi(val); }
sbin/unwind/libunbound/util/config_file.c
904
{ IS_NUMBER_OR_ZERO; cfg->val_sig_skew_min = (int32_t)atoi(val); }
sbin/unwind/libunbound/util/config_file.c
906
{ IS_NUMBER_OR_ZERO; cfg->val_sig_skew_max = (int32_t)atoi(val); }
sbin/unwind/libunbound/util/config_file.c
908
{ IS_NUMBER_OR_ZERO; cfg->val_max_restart = (int32_t)atoi(val); }
sbin/unwind/libunbound/util/configparser.y
1001
else if (atoi($2) < 1)
sbin/unwind/libunbound/util/configparser.y
1003
else cfg_parser->cfg->tcp_reuse_timeout = atoi($2);
sbin/unwind/libunbound/util/configparser.y
1010
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
1012
else if (atoi($2) < 1)
sbin/unwind/libunbound/util/configparser.y
1014
else cfg_parser->cfg->tcp_auth_query_timeout = atoi($2);
sbin/unwind/libunbound/util/configparser.y
1030
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
1032
else if (atoi($2) > 6553500)
sbin/unwind/libunbound/util/configparser.y
1034
else if (atoi($2) < 1)
sbin/unwind/libunbound/util/configparser.y
1036
else cfg_parser->cfg->tcp_keepalive_timeout = atoi($2);
sbin/unwind/libunbound/util/configparser.y
1043
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
1045
else if (atoi($2) > 6553500)
sbin/unwind/libunbound/util/configparser.y
1047
else if (atoi($2) < 1)
sbin/unwind/libunbound/util/configparser.y
1049
else cfg_parser->cfg->sock_queue_timeout = atoi($2);
sbin/unwind/libunbound/util/configparser.y
1097
if(atoi($2) == 0)
sbin/unwind/libunbound/util/configparser.y
1099
else cfg_parser->cfg->ssl_port = atoi($2);
sbin/unwind/libunbound/util/configparser.y
1161
if(atoi($2) == 0)
sbin/unwind/libunbound/util/configparser.y
1163
else cfg_parser->cfg->https_port = atoi($2);
sbin/unwind/libunbound/util/configparser.y
1187
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
1189
else cfg_parser->cfg->http_max_streams = atoi($2);
sbin/unwind/libunbound/util/configparser.y
1232
if(atoi($2) == 0)
sbin/unwind/libunbound/util/configparser.y
1234
else cfg_parser->cfg->quic_port = atoi($2);
sbin/unwind/libunbound/util/configparser.y
1606
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
1608
else if (atoi($2) > 63)
sbin/unwind/libunbound/util/configparser.y
1610
else if (atoi($2) < 0)
sbin/unwind/libunbound/util/configparser.y
1613
cfg_parser->cfg->ip_dscp = atoi($2);
sbin/unwind/libunbound/util/configparser.y
1628
if(atoi($2) == 0)
sbin/unwind/libunbound/util/configparser.y
1630
else if (atoi($2) < 12)
sbin/unwind/libunbound/util/configparser.y
1632
else if (atoi($2) > 65535)
sbin/unwind/libunbound/util/configparser.y
1634
else cfg_parser->cfg->edns_buffer_size = atoi($2);
sbin/unwind/libunbound/util/configparser.y
1641
if(atoi($2) == 0)
sbin/unwind/libunbound/util/configparser.y
1643
else if (atoi($2) < 4096)
sbin/unwind/libunbound/util/configparser.y
1645
else cfg_parser->cfg->msg_buffer_size = atoi($2);
sbin/unwind/libunbound/util/configparser.y
1660
if(atoi($2) == 0) {
sbin/unwind/libunbound/util/configparser.y
1663
cfg_parser->cfg->msg_cache_slabs = atoi($2);
sbin/unwind/libunbound/util/configparser.y
1673
if(atoi($2) == 0)
sbin/unwind/libunbound/util/configparser.y
1675
else cfg_parser->cfg->num_queries_per_thread = atoi($2);
sbin/unwind/libunbound/util/configparser.y
1682
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
1684
else cfg_parser->cfg->jostle_time = atoi($2);
sbin/unwind/libunbound/util/configparser.y
1691
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
1693
else cfg_parser->cfg->delay_close = atoi($2);
sbin/unwind/libunbound/util/configparser.y
1737
if(atoi($2) == 0) {
sbin/unwind/libunbound/util/configparser.y
1740
cfg_parser->cfg->rrset_cache_slabs = atoi($2);
sbin/unwind/libunbound/util/configparser.y
1750
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
1752
else cfg_parser->cfg->host_ttl = atoi($2);
sbin/unwind/libunbound/util/configparser.y
1767
if(atoi($2) == 0)
sbin/unwind/libunbound/util/configparser.y
1769
else cfg_parser->cfg->infra_cache_numhosts = atoi($2);
sbin/unwind/libunbound/util/configparser.y
1784
if(atoi($2) == 0) {
sbin/unwind/libunbound/util/configparser.y
1787
cfg_parser->cfg->infra_cache_slabs = atoi($2);
sbin/unwind/libunbound/util/configparser.y
1797
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
1799
else cfg_parser->cfg->infra_cache_min_rtt = atoi($2);
sbin/unwind/libunbound/util/configparser.y
1806
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
1808
else cfg_parser->cfg->infra_cache_max_rtt = atoi($2);
sbin/unwind/libunbound/util/configparser.y
1980
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
1982
else cfg_parser->cfg->unwanted_threshold = atoi($2);
sbin/unwind/libunbound/util/configparser.y
2038
if(atoi($2) == 0)
sbin/unwind/libunbound/util/configparser.y
2040
cfg_parser->cfg->val_date_override = atoi($2);
sbin/unwind/libunbound/util/configparser.y
2051
cfg_parser->cfg->val_sig_skew_min = atoi($2);
sbin/unwind/libunbound/util/configparser.y
2064
cfg_parser->cfg->val_sig_skew_max = atoi($2);
sbin/unwind/libunbound/util/configparser.y
2077
cfg_parser->cfg->val_max_restart = atoi($2);
sbin/unwind/libunbound/util/configparser.y
2087
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
2089
else cfg_parser->cfg->max_ttl = atoi($2);
sbin/unwind/libunbound/util/configparser.y
2096
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
2098
else cfg_parser->cfg->max_negative_ttl = atoi($2);
sbin/unwind/libunbound/util/configparser.y
2105
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
2107
else cfg_parser->cfg->min_negative_ttl = atoi($2);
sbin/unwind/libunbound/util/configparser.y
2114
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
2116
else cfg_parser->cfg->min_ttl = atoi($2);
sbin/unwind/libunbound/util/configparser.y
2123
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
2125
else cfg_parser->cfg->bogus_ttl = atoi($2);
sbin/unwind/libunbound/util/configparser.y
2190
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
2192
else cfg_parser->cfg->serve_expired_ttl = atoi($2);
sbin/unwind/libunbound/util/configparser.y
2208
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
2210
else cfg_parser->cfg->serve_expired_reply_ttl = atoi($2);
sbin/unwind/libunbound/util/configparser.y
2217
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
2219
else cfg_parser->cfg->serve_expired_client_timeout = atoi($2);
sbin/unwind/libunbound/util/configparser.y
2270
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
2272
else cfg_parser->cfg->val_log_level = atoi($2);
sbin/unwind/libunbound/util/configparser.y
2295
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
2297
else cfg_parser->cfg->add_holddown = atoi($2);
sbin/unwind/libunbound/util/configparser.y
2304
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
2306
else cfg_parser->cfg->del_holddown = atoi($2);
sbin/unwind/libunbound/util/configparser.y
2313
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
2315
else cfg_parser->cfg->keep_missing = atoi($2);
sbin/unwind/libunbound/util/configparser.y
2340
if(atoi($2) == 0) {
sbin/unwind/libunbound/util/configparser.y
2343
cfg_parser->cfg->key_cache_slabs = atoi($2);
sbin/unwind/libunbound/util/configparser.y
2459
cfg_parser->cfg->unknown_server_time_limit = atoi($2);
sbin/unwind/libunbound/util/configparser.y
2466
cfg_parser->cfg->discard_timeout = atoi($2);
sbin/unwind/libunbound/util/configparser.y
2473
cfg_parser->cfg->wait_limit = atoi($2);
sbin/unwind/libunbound/util/configparser.y
2480
cfg_parser->cfg->wait_limit_cookie = atoi($2);
sbin/unwind/libunbound/util/configparser.y
2487
if(atoi($3) == 0 && strcmp($3, "0") != 0) {
sbin/unwind/libunbound/util/configparser.y
2502
if(atoi($3) == 0 && strcmp($3, "0") != 0) {
sbin/unwind/libunbound/util/configparser.y
2517
cfg_parser->cfg->max_udp_size = atoi($2);
sbin/unwind/libunbound/util/configparser.y
2731
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
2733
else cfg_parser->cfg->ip_ratelimit = atoi($2);
sbin/unwind/libunbound/util/configparser.y
2740
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
2742
else cfg_parser->cfg->ip_ratelimit_cookie = atoi($2);
sbin/unwind/libunbound/util/configparser.y
2749
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
2751
else cfg_parser->cfg->ratelimit = atoi($2);
sbin/unwind/libunbound/util/configparser.y
2774
if(atoi($2) == 0) {
sbin/unwind/libunbound/util/configparser.y
2777
cfg_parser->cfg->ip_ratelimit_slabs = atoi($2);
sbin/unwind/libunbound/util/configparser.y
2787
if(atoi($2) == 0) {
sbin/unwind/libunbound/util/configparser.y
2790
cfg_parser->cfg->ratelimit_slabs = atoi($2);
sbin/unwind/libunbound/util/configparser.y
2800
if(atoi($3) == 0 && strcmp($3, "0") != 0) {
sbin/unwind/libunbound/util/configparser.y
2815
if(atoi($3) == 0 && strcmp($3, "0") != 0) {
sbin/unwind/libunbound/util/configparser.y
2830
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
2832
else cfg_parser->cfg->ip_ratelimit_factor = atoi($2);
sbin/unwind/libunbound/util/configparser.y
2839
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
2841
else cfg_parser->cfg->ratelimit_factor = atoi($2);
sbin/unwind/libunbound/util/configparser.y
2868
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
2870
else cfg_parser->cfg->outbound_msg_retry = atoi($2);
sbin/unwind/libunbound/util/configparser.y
2877
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
2879
else cfg_parser->cfg->max_sent_count = atoi($2);
sbin/unwind/libunbound/util/configparser.y
2886
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
2888
else cfg_parser->cfg->max_query_restarts = atoi($2);
sbin/unwind/libunbound/util/configparser.y
2901
if(atoi($2) <= 0)
sbin/unwind/libunbound/util/configparser.y
2903
else cfg_parser->cfg->fast_server_num = atoi($2);
sbin/unwind/libunbound/util/configparser.y
2910
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
2912
else cfg_parser->cfg->fast_server_permil = atoi($2);
sbin/unwind/libunbound/util/configparser.y
2949
if(atoi($2) == 0)
sbin/unwind/libunbound/util/configparser.y
2951
else cfg_parser->cfg->pad_responses_block_size = atoi($2);
sbin/unwind/libunbound/util/configparser.y
2968
if(atoi($2) == 0)
sbin/unwind/libunbound/util/configparser.y
2970
else cfg_parser->cfg->pad_queries_block_size = atoi($2);
sbin/unwind/libunbound/util/configparser.y
3016
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
3018
else cfg_parser->cfg->ipsecmod_max_ttl = atoi($2);
sbin/unwind/libunbound/util/configparser.y
3064
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
3066
else if(atoi($2) > 65535 || atoi($2) < 0)
sbin/unwind/libunbound/util/configparser.y
3068
else cfg_parser->cfg->edns_client_string_opcode = atoi($2);
sbin/unwind/libunbound/util/configparser.y
3461
if(atoi($2) == 0)
sbin/unwind/libunbound/util/configparser.y
3463
else cfg_parser->cfg->control_port = atoi($2);
sbin/unwind/libunbound/util/configparser.y
3696
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
3698
else if(atoi($2) < 0)
sbin/unwind/libunbound/util/configparser.y
3700
else cfg_parser->cfg->dnstap_sample_rate = atoi($2);
sbin/unwind/libunbound/util/configparser.y
3801
if(atoi($2) == 0)
sbin/unwind/libunbound/util/configparser.y
3803
else cfg_parser->cfg->dnscrypt_port = atoi($2);
sbin/unwind/libunbound/util/configparser.y
3850
if(atoi($2) == 0) {
sbin/unwind/libunbound/util/configparser.y
3853
cfg_parser->cfg->dnscrypt_shared_secret_cache_slabs = atoi($2);
sbin/unwind/libunbound/util/configparser.y
3871
if(atoi($2) == 0) {
sbin/unwind/libunbound/util/configparser.y
3874
cfg_parser->cfg->dnscrypt_nonce_cache_slabs = atoi($2);
sbin/unwind/libunbound/util/configparser.y
3980
port = atoi($2);
sbin/unwind/libunbound/util/configparser.y
3995
port = atoi($2);
sbin/unwind/libunbound/util/configparser.y
4057
if(atoi($2) == 0)
sbin/unwind/libunbound/util/configparser.y
4059
else cfg_parser->cfg->redis_timeout = atoi($2);
sbin/unwind/libunbound/util/configparser.y
4070
if(atoi($2) == 0)
sbin/unwind/libunbound/util/configparser.y
4072
else cfg_parser->cfg->redis_replica_timeout = atoi($2);
sbin/unwind/libunbound/util/configparser.y
4083
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
4085
else cfg_parser->cfg->redis_command_timeout = atoi($2);
sbin/unwind/libunbound/util/configparser.y
4096
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
4098
else cfg_parser->cfg->redis_replica_command_timeout = atoi($2);
sbin/unwind/libunbound/util/configparser.y
4109
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
4111
else cfg_parser->cfg->redis_connect_timeout = atoi($2);
sbin/unwind/libunbound/util/configparser.y
4122
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
4124
else cfg_parser->cfg->redis_replica_connect_timeout = atoi($2);
sbin/unwind/libunbound/util/configparser.y
4149
db = atoi($2);
sbin/unwind/libunbound/util/configparser.y
4164
db = atoi($2);
sbin/unwind/libunbound/util/configparser.y
4177
if (atoi($3) < 0)
sbin/unwind/libunbound/util/configparser.y
4220
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
4222
else cfg_parser->cfg->iter_scrub_ns = atoi($2);
sbin/unwind/libunbound/util/configparser.y
4229
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
4231
else cfg_parser->cfg->iter_scrub_cname = atoi($2);
sbin/unwind/libunbound/util/configparser.y
4238
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
4240
else cfg_parser->cfg->max_global_quota = atoi($2);
sbin/unwind/libunbound/util/configparser.y
570
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
572
else cfg_parser->cfg->num_threads = atoi($2);
sbin/unwind/libunbound/util/configparser.y
579
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
581
else cfg_parser->cfg->verbosity = atoi($2);
sbin/unwind/libunbound/util/configparser.y
590
else if(atoi($2) == 0)
sbin/unwind/libunbound/util/configparser.y
592
else cfg_parser->cfg->stat_interval = atoi($2);
sbin/unwind/libunbound/util/configparser.y
637
else if(atoi($2) == 0)
sbin/unwind/libunbound/util/configparser.y
639
else cfg_parser->cfg->shm_key = atoi($2);
sbin/unwind/libunbound/util/configparser.y
646
if(atoi($2) == 0)
sbin/unwind/libunbound/util/configparser.y
648
else cfg_parser->cfg->port = atoi($2);
sbin/unwind/libunbound/util/configparser.y
708
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
710
else if (atoi($2) > 32)
sbin/unwind/libunbound/util/configparser.y
712
else if (atoi($2) < 0)
sbin/unwind/libunbound/util/configparser.y
714
else cfg_parser->cfg->max_client_subnet_ipv4 = (uint8_t)atoi($2);
sbin/unwind/libunbound/util/configparser.y
725
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
727
else if (atoi($2) > 128)
sbin/unwind/libunbound/util/configparser.y
729
else if (atoi($2) < 0)
sbin/unwind/libunbound/util/configparser.y
731
else cfg_parser->cfg->max_client_subnet_ipv6 = (uint8_t)atoi($2);
sbin/unwind/libunbound/util/configparser.y
742
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
744
else if (atoi($2) > 32)
sbin/unwind/libunbound/util/configparser.y
746
else if (atoi($2) < 0)
sbin/unwind/libunbound/util/configparser.y
748
else cfg_parser->cfg->min_client_subnet_ipv4 = (uint8_t)atoi($2);
sbin/unwind/libunbound/util/configparser.y
759
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
761
else if (atoi($2) > 128)
sbin/unwind/libunbound/util/configparser.y
763
else if (atoi($2) < 0)
sbin/unwind/libunbound/util/configparser.y
765
else cfg_parser->cfg->min_client_subnet_ipv6 = (uint8_t)atoi($2);
sbin/unwind/libunbound/util/configparser.y
776
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
778
else if (atoi($2) < 0)
sbin/unwind/libunbound/util/configparser.y
780
else cfg_parser->cfg->max_ecs_tree_size_ipv4 = (uint32_t)atoi($2);
sbin/unwind/libunbound/util/configparser.y
791
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
793
else if (atoi($2) < 0)
sbin/unwind/libunbound/util/configparser.y
795
else cfg_parser->cfg->max_ecs_tree_size_ipv6 = (uint32_t)atoi($2);
sbin/unwind/libunbound/util/configparser.y
833
if(atoi($2) == 0)
sbin/unwind/libunbound/util/configparser.y
835
else cfg_parser->cfg->outgoing_num_ports = atoi($2);
sbin/unwind/libunbound/util/configparser.y
860
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
862
else cfg_parser->cfg->outgoing_num_tcp = atoi($2);
sbin/unwind/libunbound/util/configparser.y
869
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
871
else cfg_parser->cfg->incoming_num_tcp = atoi($2);
sbin/unwind/libunbound/util/configparser.y
957
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
959
else cfg_parser->cfg->tcp_mss = atoi($2);
sbin/unwind/libunbound/util/configparser.y
966
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
968
else cfg_parser->cfg->outgoing_tcp_mss = atoi($2);
sbin/unwind/libunbound/util/configparser.y
975
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
977
else if (atoi($2) > 120000)
sbin/unwind/libunbound/util/configparser.y
979
else if (atoi($2) < 1)
sbin/unwind/libunbound/util/configparser.y
981
else cfg_parser->cfg->tcp_idle_timeout = atoi($2);
sbin/unwind/libunbound/util/configparser.y
988
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
990
else if (atoi($2) < 1)
sbin/unwind/libunbound/util/configparser.y
992
else cfg_parser->cfg->max_reuse_tcp_queries = atoi($2);
sbin/unwind/libunbound/util/configparser.y
999
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/net_help.c
253
port = atoi(s+1);
sbin/unwind/libunbound/util/net_help.c
285
sa->sin6_scope_id = (uint32_t)atoi(s+1);
sbin/unwind/libunbound/util/net_help.c
311
if(atoi(s+1) > *net) {
sbin/unwind/libunbound/util/net_help.c
315
*net = atoi(s+1);
sbin/unwind/libunbound/util/net_help.c
435
*net = atoi(buff);
sbin/unwind/libunbound/util/net_help.c
468
port = atoi(s+1);
sbin/unwind/libunbound/util/net_help.c
514
*port = atoi(s+1);
sbin/unwind/libunbound/util/netevent.c
4872
c->tcp_byte_count = (size_t)atoi(line+16);
sbin/unwind/libunbound/util/tcp_conn_limit.c
113
if(atoi(s2) < 0) {
sbin/unwind/libunbound/util/tcp_conn_limit.c
117
limit = (uint32_t)atoi(s2);
sbin/unwind/libunbound/validator/autotrust.c
234
ta->pending_count = (uint8_t)atoi(comments);
sbin/unwind/libunbound/validator/autotrust.c
248
timestamp = atoi(comments);
sys/arch/alpha/alpha/autoconf.c
164
bd.bus = atoi(boot_fields[1]);
sys/arch/alpha/alpha/autoconf.c
165
bd.slot = atoi(boot_fields[2]);
sys/arch/alpha/alpha/autoconf.c
166
bd.channel = atoi(boot_fields[3]);
sys/arch/alpha/alpha/autoconf.c
168
bd.unit = atoi(boot_fields[5]);
sys/arch/alpha/alpha/autoconf.c
169
bd.boot_dev_type = atoi(boot_fields[6]);
sys/arch/alpha/alpha/autoconf.c
68
int atoi(char *);
sys/arch/alpha/stand/installboot.c
121
isofsblk = atoi(optarg);
sys/arch/alpha/stand/installboot.c
124
isofseblk = atoi(optarg);
sys/arch/arm64/arm64/machdep.c
148
stdout_speed = atoi(p);
sys/arch/armv7/armv7/armv7_machdep.c
960
stdout_speed = atoi(p);
sys/arch/loongson/loongson/machdep.c
142
static u_long atoi(const char *, uint);
sys/arch/loongson/loongson/machdep.c
426
cpuspeed = atoi(envvar, 10); /* speed in Hz */
sys/arch/loongson/loongson/machdep.c
461
memlo = atoi(envvar, 10); /* size in MB */
sys/arch/loongson/loongson/machdep.c
473
memhi = atoi(envvar, 10); /* size in MB */
sys/arch/octeon/octeon/machdep.c
882
boothowto = atoi(arg + 10);
sys/arch/powerpc64/powerpc64/machdep.c
153
stdout_speed = atoi(p);
sys/arch/riscv64/riscv64/machdep.c
149
stdout_speed = atoi(p);
sys/dev/microcode/siop/ncr53cxxx.c
470
switch (atoi(val)) {
sys/dev/videomode/vesagtf.c
690
vesagtf_mode(atoi(argv[1]), atoi(argv[2]), atoi(argv[3]), &m);
usr.bin/at/parsetime.c
344
increment = atoi(sc_token);
usr.bin/at/parsetime.c
390
hour = atoi(sc_token);
usr.bin/at/parsetime.c
400
minute = atoi(sc_token);
usr.bin/at/parsetime.c
531
mday = atoi(sc_token);
usr.bin/at/parsetime.c
533
year = atoi(sc_token);
usr.bin/at/parsetime.c
563
mon = atoi(sc_token);
usr.bin/at/parsetime.c
572
mday = atoi(sc_token);
usr.bin/at/parsetime.c
576
year = atoi(sc_token);
usr.bin/awk/main.c
227
dbg = atoi(&argv[1][2]);
usr.bin/awk/run.c
1114
fmtwd = atoi(s+1);
usr.bin/awk/tran.c
307
fldno = atoi(vp->nval);
usr.bin/awk/tran.c
360
fldno = atoi(vp->nval);
usr.bin/calendar/day.c
208
tm.tm_mday = atoi(date + len - 2);
usr.bin/calendar/day.c
213
tm.tm_mon = atoi(date + len - 4) - 1;
usr.bin/calendar/day.c
219
tm.tm_year = atoi(date);
usr.bin/calendar/day.c
635
return(atoi(s + offset - 2));
usr.bin/deroff/deroff.c
704
n = atoi(a);
usr.bin/gencat/gencat.c
419
setid = atoi(cptr);
usr.bin/gencat/gencat.c
424
setid = atoi(cptr);
usr.bin/gencat/gencat.c
457
msgid = atoi(cptr);
usr.bin/gprof/gprof.c
102
cyclethreshold = atoi( *++argv );
usr.bin/gprof/gprof.c
115
debug |= atoi( *++argv );
usr.bin/hexdump/odsyntax.c
168
if ((length = atoi(optarg)) < 0)
usr.bin/hexdump/parse.c
119
tfu->reps = atoi(savep);
usr.bin/hexdump/parse.c
134
tfu->bcnt = atoi(savep);
usr.bin/hexdump/parse.c
177
prec = atoi(fmt);
usr.bin/hexdump/parse.c
256
prec = atoi(p1);
usr.bin/indent/args.c
300
*p->p_obj = atoi(param_start);
usr.bin/less/cmdbuf.c
1253
histsize = atoi(s);
usr.bin/less/screen.c
193
sc_height = atoi(s);
usr.bin/less/screen.c
202
sc_width = atoi(s);
usr.bin/lex/scanopt.c
132
cols = atoi (env);
usr.bin/locate/locate/locate.c
131
f_limit = atoi(optarg);
usr.bin/m4/eval.c
471
exit((argc > 2) ? atoi(argv[2]) : 0);
usr.bin/m4/eval.c
879
fc = ap + atoi(argv[3]); /* first char */
usr.bin/m4/eval.c
886
nc = min(nc, atoi(argv[4]));
usr.bin/mail/cmd1.c
154
if ((cp = value("screen")) != NULL && (s = atoi(cp)) > 0)
usr.bin/mail/cmd1.c
363
if (page || nlines > (*cp ? atoi(cp) : realscreenheight)) {
usr.bin/mail/cmd1.c
413
topl = atoi(valtop);
usr.bin/make/arch.c
467
int elen = atoi(memberName +
usr.bin/make/arch.c
798
int elength = atoi(memberName + sizeof(AR_EFMT1)-1);
usr.bin/nm/nm.c
331
int len = atoi(&arh->ar_name[3]);
usr.bin/pkgconf/cli/main.c
1173
maximum_traverse_depth = atoi(pkg_optarg);
usr.bin/pkgconf/cli/main.c
1247
maximum_traverse_depth = atoi(env_traverse_depth);
usr.bin/printf/printf.c
418
return(atoi(*gargv++));
usr.bin/quota/quota.c
146
showuid(atoi(*argv));
usr.bin/quota/quota.c
155
showgid(atoi(*argv));
usr.bin/rdist/client.c
1005
if (group && (gid_t)atoi(group) != statp->st_gid) {
usr.bin/rdist/client.c
979
if (owner && (uid_t)atoi(owner) != statp->st_uid) {
usr.bin/rdist/docmd.c
362
int proto_version = atoi(&respbuff[1]);
usr.bin/rdist/rdist.c
159
maxchildren = atoi(optarg);
usr.bin/rdist/rdist.c
161
rtimeout = atoi(optarg);
usr.bin/rdistd/server.c
1691
proto_version = atoi(&cmdbuf[1]);
usr.bin/rdistd/server.c
189
uid = (uid_t) atoi(owner + 1);
usr.bin/rdistd/server.c
208
gid = (gid_t)atoi(group + 1);
usr.bin/rdistd/server.c
224
gid = (gid_t) atoi(group + 1);
usr.bin/rpcgen/rpc_main.c
959
doinline = atoi(argv[i]);
usr.bin/rpcgen/rpc_scan.c
489
num = atoi(line);
usr.bin/rpcgen/rpc_tblout.c
101
current = atoi(proc->proc_num);
usr.bin/ssh/canohost.c
157
return atoi(strport);
usr.bin/vi/cl/cl_term.c
180
(void)snprintf(key_name, sizeof(key_name), "kf%d", atoi(from + 1));
usr.bin/vi/cl/cl_term.c
190
sizeof(key_name), "function key %d", atoi(from + 1));
usr.bin/vi/ex/ex_tag.c
882
m.lno = atoi(search);
usr.bin/x99token/x99token.c
64
cnt = atoi(optarg);
usr.sbin/amd/amd/afs_ops.c
967
int i = atoi(mf->mf_fo->opt_delay);
usr.sbin/amd/amd/get_args.c
112
am_timeo = atoi(optarg);
usr.sbin/amd/amd/get_args.c
159
afs_timeo = atoi(optarg);
usr.sbin/amd/amd/get_args.c
162
afs_retrans = atoi(dot+1);
usr.sbin/amd/amd/get_args.c
179
am_timeo_w = atoi(optarg);
usr.sbin/amd/amd/mtab.c
90
return atoi(eq+1);
usr.sbin/btrace/printf.c
433
return atoi(str);
usr.sbin/config/sem.c
1019
*aunit = atoi(cp);
usr.sbin/config/ukcutil.c
1383
devno = atoi(c);
usr.sbin/config/ukcutil.c
1387
unit = atoi(c);
usr.sbin/config/ukcutil.c
1392
state = atoi(c);
usr.sbin/config/ukcutil.c
1398
newno = atoi(c);
usr.sbin/config/ukcutil.c
1409
devno = atoi(c);
usr.sbin/config/ukcutil.c
1422
devno = atoi(c);
usr.sbin/config/ukcutil.c
1430
devno = atoi(c);
usr.sbin/config/ukcutil.c
540
*l = atoi(str);
usr.sbin/config/ukcutil.c
552
cd->cf_flags = atoi(str);
usr.sbin/config/ukcutil.c
585
pi->pdev_count = atoi(str);
usr.sbin/lpd/lp_stty.c
174
ip->win.ws_col = atoi(ip->arg);
usr.sbin/lpd/lp_stty.c
208
cfsetispeed(&ip->t, atoi(ip->arg));
usr.sbin/lpd/lp_stty.c
230
cfsetospeed(&ip->t, atoi(ip->arg));
usr.sbin/lpd/lp_stty.c
252
ip->win.ws_row = atoi(ip->arg);
usr.sbin/lpr/common_source/displayq.c
189
i = atoi(current);
usr.sbin/lpr/common_source/displayq.c
380
printf("%-10s %-3d ", line+1, atoi(cf+3));
usr.sbin/lpr/common_source/rmjob.c
182
cur_daemon = atoi(line);
usr.sbin/lpr/filters/lpf.c
82
if ((i = atoi(optarg)) > 0 && i <= MAXWIDTH)
usr.sbin/lpr/filters/lpf.c
86
length = atoi(optarg);
usr.sbin/lpr/filters/lpf.c
89
indent = atoi(optarg);
usr.sbin/lpr/lpc/cmds.c
173
if (kill(pid = atoi(line), SIGTERM) < 0) {
usr.sbin/lpr/lpd/key.c
144
ip->win.ws_col = atoi(ip->arg);
usr.sbin/lpr/lpd/key.c
178
cfsetispeed(&ip->t, atoi(ip->arg));
usr.sbin/lpr/lpd/key.c
200
cfsetospeed(&ip->t, atoi(ip->arg));
usr.sbin/lpr/lpd/key.c
222
ip->win.ws_row = atoi(ip->arg);
usr.sbin/lpr/lpd/lpd.c
505
requ[requests++] = atoi(cp);
usr.sbin/lpr/lpd/lpd.c
541
requ[requests++] = atoi(cp);
usr.sbin/lpr/lpd/printjob.c
1413
port = atoi(LP);
usr.sbin/lpr/lpd/recvjob.c
316
return (atoi(lin));
usr.sbin/lpr/lpq/lpq.c
119
requ[requests++] = atoi(*argv);
usr.sbin/lpr/lpr/lpr.c
148
i = atoi(optarg);
usr.sbin/lpr/lpr/lpr.c
205
indent = atoi(optarg);
usr.sbin/lpr/lprm/lprm.c
138
requ[requests++] = atoi(argv[0]);
usr.sbin/mtrace/mtrace.c
1145
debug = atoi(arg);
usr.sbin/mtrace/mtrace.c
1172
timeout = atoi(arg);
usr.sbin/mtrace/mtrace.c
1180
qno = atoi(arg);
usr.sbin/mtrace/mtrace.c
1189
nqueries = atoi(arg);
usr.sbin/mtrace/mtrace.c
1203
qttl = atoi(arg);
usr.sbin/mtrace/mtrace.c
1224
statint = atoi(arg);
usr.sbin/nsd/configparser.y
396
cfg_parser->opt->tcp_listen_queue = atoi($2); }
usr.sbin/nsd/dnstap/dnstap.c
306
port = atoi(at+1);
usr.sbin/nsd/ixfr.c
1758
*oldserial = atoi(buf+14);
usr.sbin/nsd/ixfr.c
1761
*newserial = atoi(buf+12);
usr.sbin/nsd/ixfr.c
1764
*data_size = (size_t)atoi(buf+12);
usr.sbin/nsd/nsd-checkconf.c
920
if (atoi(opt->port) <= 0) {
usr.sbin/nsd/nsd-checkzone.c
157
ixfr_number = (uint32_t)atoi(optarg);
usr.sbin/nsd/nsd-checkzone.c
163
ixfr_size = (uint64_t)atoi(optarg);
usr.sbin/nsd/nsd-control.c
270
port = atoi(ps);
usr.sbin/nsd/nsd.c
1002
if (atoi(optarg) == 0) {
usr.sbin/nsd/nsd.c
1010
nsd.st_period = atoi(optarg);
usr.sbin/nsd/nsd.c
1026
verbosity = atoi(optarg);
usr.sbin/nsd/nsd.c
983
i = atoi(optarg);
usr.sbin/nsd/nsd.c
991
i = atoi(optarg);
usr.sbin/nsd/options.c
2671
int subnet_bits = atoi(p);
usr.sbin/nsd/options.c
2713
if(atoi(p+1) == 0) c_error("expected port number after '@'");
usr.sbin/nsd/options.c
2714
else acl->port = atoi(p+1);
usr.sbin/nsd/remote.c
1196
int val = atoi(str);
usr.sbin/nsd/server.c
2314
if (atoi(tls_port) == ntohs(port))
usr.sbin/nsd/xfrd-disk.c
50
*v=atoi(p);
usr.sbin/nsd/xfrd-disk.c
61
*v=atoi(p);
usr.sbin/nsd/xfrd-notify.c
190
(unsigned)atoi(TCP_PORT):dest->port);
usr.sbin/nsd/xfrd-tcp.c
538
(unsigned)atoi(TLS_PORT):(unsigned)atoi(TCP_PORT));
usr.sbin/nsd/xfrd-tcp.c
540
unsigned int port = acl->port?acl->port:(unsigned)atoi(TCP_PORT);
usr.sbin/nsd/zparser.y
1043
switch(atoi($3.str)) {
usr.sbin/rmt/rmt.c
141
f = atoi(mode);
usr.sbin/rmt/rmt.c
213
orval = lseek(tape, strtoll(count, NULL, 0), atoi(pos));
usr.sbin/rmt/rmt.c
220
n = atoi(count);
usr.sbin/rmt/rmt.c
238
n = atoi(count);
usr.sbin/rmt/rmt.c
253
mtop.mt_op = atoi(op);
usr.sbin/rmt/rmt.c
254
mtop.mt_count = atoi(count);
usr.sbin/syslogd/syslogd.c
1280
len = atoi(buf);
usr.sbin/tcpdump/smbutil.c
275
if (p && (atoi(p) == 1))
usr.sbin/tcpdump/smbutil.c
335
int l = atoi(fmt+1);
usr.sbin/tcpdump/smbutil.c
425
int l = atoi(fmt+1);
usr.sbin/tcpdump/smbutil.c
433
int l = atoi(fmt+1);
usr.sbin/tcpdump/smbutil.c
440
int t = atoi(fmt+1);
usr.sbin/tcpdump/smbutil.c
471
switch (atoi(fmt+1)) {
usr.sbin/unbound/daemon/remote.c
778
int val = atoi(str);
usr.sbin/unbound/services/cache/infra.c
220
d->lim = atoi(p->str2);
usr.sbin/unbound/services/cache/infra.c
226
d->below = atoi(p->str2);
usr.sbin/unbound/services/cache/infra.c
288
d->limit = atoi(p->str2);
usr.sbin/unbound/services/cache/infra.c
295
d->limit = atoi(p->str2);
usr.sbin/unbound/services/listen_dnsport.c
1139
port = atoi(s+1);
usr.sbin/unbound/services/listen_dnsport.c
3148
h2_stream->content_length = atoi((const char*)value);
usr.sbin/unbound/sldns/rrdef.c
711
unsigned int a = atoi(name + 4);
usr.sbin/unbound/sldns/rrdef.c
753
unsigned int a = atoi(name + 5);
usr.sbin/unbound/sldns/str2wire.c
1881
family = (uint16_t) atoi(my_str);
usr.sbin/unbound/sldns/str2wire.c
1916
prefix = (uint8_t) atoi(my_str);
usr.sbin/unbound/sldns/str2wire.c
2461
else rd[0] = (uint8_t)atoi(token);
usr.sbin/unbound/sldns/str2wire.c
2465
if(atoi(token) != 0) serv_port=atoi(token);
usr.sbin/unbound/sldns/str2wire.c
2632
rd[0] = (uint8_t)atoi(token);
usr.sbin/unbound/sldns/str2wire.c
2637
rd[1] = (uint8_t)atoi(token);
usr.sbin/unbound/sldns/str2wire.c
2643
rd[2] = (uint8_t)atoi(token);
usr.sbin/unbound/sldns/str2wire.c
451
hex_data_size = (size_t)atoi(token);
usr.sbin/unbound/smallapp/unbound-anchor.c
2410
port = atoi(optarg);
usr.sbin/unbound/smallapp/unbound-anchor.c
889
*clen = (size_t)atoi(buf+16);
usr.sbin/unbound/testcode/delayer.c
1083
if(atoi(optarg)==0 && strcmp(optarg,"0")!=0) {
usr.sbin/unbound/testcode/delayer.c
1087
delay = atoi(optarg);
usr.sbin/unbound/testcode/delayer.c
1099
if(atoi(optarg)==0 && strcmp(optarg,"0")!=0) {
usr.sbin/unbound/testcode/delayer.c
1103
bindport = atoi(optarg);
usr.sbin/unbound/testcode/dohclient.c
417
h2_stream->res_status = atoi((char*)value);
usr.sbin/unbound/testcode/dohclient.c
608
if(atoi(optarg)==0 && strcmp(optarg,"0")!=0) {
usr.sbin/unbound/testcode/dohclient.c
613
port = atoi(optarg);
usr.sbin/unbound/testcode/doqclient.c
2116
params->initial_max_streams_bidi = atoi(line+25);
usr.sbin/unbound/testcode/doqclient.c
2120
params->initial_max_streams_uni = atoi(line+24);
usr.sbin/unbound/testcode/doqclient.c
2124
params->initial_max_stream_data_bidi_local = atoi(line+35);
usr.sbin/unbound/testcode/doqclient.c
2128
params->initial_max_stream_data_bidi_remote = atoi(line+36);
usr.sbin/unbound/testcode/doqclient.c
2132
params->initial_max_stream_data_uni = atoi(line+28);
usr.sbin/unbound/testcode/doqclient.c
2136
params->initial_max_data = atoi(line+17);
usr.sbin/unbound/testcode/doqclient.c
2140
params->active_connection_id_limit = atoi(line+27);
usr.sbin/unbound/testcode/doqclient.c
2144
params->max_datagram_frame_size = atoi(line+24);
usr.sbin/unbound/testcode/doqclient.c
2478
if(atoi(optarg)==0 && strcmp(optarg,"0")!=0) {
usr.sbin/unbound/testcode/doqclient.c
2483
port = atoi(optarg);
usr.sbin/unbound/testcode/fake_event.c
703
dp, dplen, LDNS_RR_TYPE_A, atoi(now->string),
usr.sbin/unbound/testcode/fake_event.c
707
atoi(now->string), rto);
usr.sbin/unbound/testcode/perf.c
604
if(atoi(optarg)==0 && strcmp(optarg, "0")!=0) {
usr.sbin/unbound/testcode/perf.c
608
info.duration = atoi(optarg);
usr.sbin/unbound/testcode/petal.c
644
port = atoi(optarg);
usr.sbin/unbound/testcode/replay.c
687
time_t tt = (time_t)atoi(arg);
usr.sbin/unbound/testcode/signit.c
118
s->keytag = (uint16_t)atoi(argv[3]);
usr.sbin/unbound/testcode/signit.c
259
out = ldns_nsec3_hash_name(in, (uint8_t)atoi(argv[2]),
usr.sbin/unbound/testcode/signit.c
260
(uint16_t)atoi(argv[4]),
usr.sbin/unbound/testcode/streamtcp.c
162
serial = (uint32_t)atoi(strtype+5);
usr.sbin/unbound/testcode/streamtcp.c
169
serial = (uint32_t)atoi(strtype+7);
usr.sbin/unbound/testcode/streamtcp.c
624
if(atoi(optarg)==0 && strcmp(optarg,"0")!=0) {
usr.sbin/unbound/testcode/streamtcp.c
629
delay = atoi(optarg);
usr.sbin/unbound/testcode/testpkts.c
589
pstate->default_ttl = (uint32_t)atoi(parse);
usr.sbin/unbound/util/config_file.c
2860
if(p) if_port = atoi(p+1);
usr.sbin/unbound/util/config_file.c
2866
if(if_port == atoi(s->str)) return 1;
usr.sbin/unbound/util/config_file.c
468
if(atoi(val) == 0 && strcmp(val, "0") != 0) return 0
usr.sbin/unbound/util/config_file.c
471
if(atoi(val) == 0) return 0
usr.sbin/unbound/util/config_file.c
474
if(atoi(val) == 0 || !is_pow2((size_t)atoi(val))) return 0
usr.sbin/unbound/util/config_file.c
480
{ IS_NUMBER_OR_ZERO; cfg->var = atoi(val); }
usr.sbin/unbound/util/config_file.c
483
{ IS_NONZERO_NUMBER; cfg->var = atoi(val); }
usr.sbin/unbound/util/config_file.c
486
{ IS_NUMBER_OR_ZERO; cfg->var = (unsigned)atoi(val); }
usr.sbin/unbound/util/config_file.c
489
{ IS_NUMBER_OR_ZERO; cfg->var = (size_t)atoi(val); }
usr.sbin/unbound/util/config_file.c
492
{ IS_NONZERO_NUMBER; cfg->var = (size_t)atoi(val); }
usr.sbin/unbound/util/config_file.c
501
{ IS_POW2_NUMBER; cfg->var = (size_t)atoi(val); }
usr.sbin/unbound/util/config_file.c
548
else if(atoi(val) == 0)
usr.sbin/unbound/util/config_file.c
550
else cfg->stat_interval = atoi(val);
usr.sbin/unbound/util/config_file.c
569
if(atoi(val) == 0) return 0;
usr.sbin/unbound/util/config_file.c
570
cfg->val_date_override = (uint32_t)atoi(val);
usr.sbin/unbound/util/config_file.c
668
{ IS_NUMBER_OR_ZERO; cfg->max_ttl = atoi(val); MAX_TTL=(time_t)cfg->max_ttl;}
usr.sbin/unbound/util/config_file.c
670
{ IS_NUMBER_OR_ZERO; cfg->max_negative_ttl = atoi(val); MAX_NEG_TTL=(time_t)cfg->max_negative_ttl;}
usr.sbin/unbound/util/config_file.c
672
{ IS_NUMBER_OR_ZERO; cfg->min_negative_ttl = atoi(val); MIN_NEG_TTL=(time_t)cfg->min_negative_ttl;}
usr.sbin/unbound/util/config_file.c
674
{ IS_NUMBER_OR_ZERO; cfg->min_ttl = atoi(val); MIN_TTL=(time_t)cfg->min_ttl;}
usr.sbin/unbound/util/config_file.c
676
IS_NUMBER_OR_ZERO; cfg->infra_cache_min_rtt = atoi(val);
usr.sbin/unbound/util/config_file.c
680
IS_NUMBER_OR_ZERO; cfg->infra_cache_max_rtt = atoi(val);
usr.sbin/unbound/util/config_file.c
757
{ IS_NUMBER_OR_ZERO; cfg->serve_expired_ttl = atoi(val); SERVE_EXPIRED_TTL=(time_t)cfg->serve_expired_ttl;}
usr.sbin/unbound/util/config_file.c
762
{ IS_NUMBER_OR_ZERO; cfg->serve_expired_reply_ttl = atoi(val); SERVE_EXPIRED_REPLY_TTL=(time_t)cfg->serve_expired_reply_ttl;}
usr.sbin/unbound/util/config_file.c
855
IS_NUMBER_OR_ZERO; cfg->ip_ratelimit_cookie = atoi(val);
usr.sbin/unbound/util/config_file.c
859
IS_NUMBER_OR_ZERO; cfg->ip_ratelimit = atoi(val);
usr.sbin/unbound/util/config_file.c
863
IS_NUMBER_OR_ZERO; cfg->ratelimit = atoi(val);
usr.sbin/unbound/util/config_file.c
890
{ IS_NUMBER_OR_ZERO; cfg->ipsecmod_max_ttl = atoi(val); }
usr.sbin/unbound/util/config_file.c
904
{ IS_NUMBER_OR_ZERO; cfg->val_sig_skew_min = (int32_t)atoi(val); }
usr.sbin/unbound/util/config_file.c
906
{ IS_NUMBER_OR_ZERO; cfg->val_sig_skew_max = (int32_t)atoi(val); }
usr.sbin/unbound/util/config_file.c
908
{ IS_NUMBER_OR_ZERO; cfg->val_max_restart = (int32_t)atoi(val); }
usr.sbin/unbound/util/configparser.y
1001
else if (atoi($2) < 1)
usr.sbin/unbound/util/configparser.y
1003
else cfg_parser->cfg->tcp_reuse_timeout = atoi($2);
usr.sbin/unbound/util/configparser.y
1010
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
1012
else if (atoi($2) < 1)
usr.sbin/unbound/util/configparser.y
1014
else cfg_parser->cfg->tcp_auth_query_timeout = atoi($2);
usr.sbin/unbound/util/configparser.y
1030
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
1032
else if (atoi($2) > 6553500)
usr.sbin/unbound/util/configparser.y
1034
else if (atoi($2) < 1)
usr.sbin/unbound/util/configparser.y
1036
else cfg_parser->cfg->tcp_keepalive_timeout = atoi($2);
usr.sbin/unbound/util/configparser.y
1043
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
1045
else if (atoi($2) > 6553500)
usr.sbin/unbound/util/configparser.y
1047
else if (atoi($2) < 1)
usr.sbin/unbound/util/configparser.y
1049
else cfg_parser->cfg->sock_queue_timeout = atoi($2);
usr.sbin/unbound/util/configparser.y
1097
if(atoi($2) == 0)
usr.sbin/unbound/util/configparser.y
1099
else cfg_parser->cfg->ssl_port = atoi($2);
usr.sbin/unbound/util/configparser.y
1161
if(atoi($2) == 0)
usr.sbin/unbound/util/configparser.y
1163
else cfg_parser->cfg->https_port = atoi($2);
usr.sbin/unbound/util/configparser.y
1187
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
1189
else cfg_parser->cfg->http_max_streams = atoi($2);
usr.sbin/unbound/util/configparser.y
1232
if(atoi($2) == 0)
usr.sbin/unbound/util/configparser.y
1234
else cfg_parser->cfg->quic_port = atoi($2);
usr.sbin/unbound/util/configparser.y
1606
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
1608
else if (atoi($2) > 63)
usr.sbin/unbound/util/configparser.y
1610
else if (atoi($2) < 0)
usr.sbin/unbound/util/configparser.y
1613
cfg_parser->cfg->ip_dscp = atoi($2);
usr.sbin/unbound/util/configparser.y
1628
if(atoi($2) == 0)
usr.sbin/unbound/util/configparser.y
1630
else if (atoi($2) < 12)
usr.sbin/unbound/util/configparser.y
1632
else if (atoi($2) > 65535)
usr.sbin/unbound/util/configparser.y
1634
else cfg_parser->cfg->edns_buffer_size = atoi($2);
usr.sbin/unbound/util/configparser.y
1641
if(atoi($2) == 0)
usr.sbin/unbound/util/configparser.y
1643
else if (atoi($2) < 4096)
usr.sbin/unbound/util/configparser.y
1645
else cfg_parser->cfg->msg_buffer_size = atoi($2);
usr.sbin/unbound/util/configparser.y
1660
if(atoi($2) == 0) {
usr.sbin/unbound/util/configparser.y
1663
cfg_parser->cfg->msg_cache_slabs = atoi($2);
usr.sbin/unbound/util/configparser.y
1673
if(atoi($2) == 0)
usr.sbin/unbound/util/configparser.y
1675
else cfg_parser->cfg->num_queries_per_thread = atoi($2);
usr.sbin/unbound/util/configparser.y
1682
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
1684
else cfg_parser->cfg->jostle_time = atoi($2);
usr.sbin/unbound/util/configparser.y
1691
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
1693
else cfg_parser->cfg->delay_close = atoi($2);
usr.sbin/unbound/util/configparser.y
1737
if(atoi($2) == 0) {
usr.sbin/unbound/util/configparser.y
1740
cfg_parser->cfg->rrset_cache_slabs = atoi($2);
usr.sbin/unbound/util/configparser.y
1750
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
1752
else cfg_parser->cfg->host_ttl = atoi($2);
usr.sbin/unbound/util/configparser.y
1767
if(atoi($2) == 0)
usr.sbin/unbound/util/configparser.y
1769
else cfg_parser->cfg->infra_cache_numhosts = atoi($2);
usr.sbin/unbound/util/configparser.y
1784
if(atoi($2) == 0) {
usr.sbin/unbound/util/configparser.y
1787
cfg_parser->cfg->infra_cache_slabs = atoi($2);
usr.sbin/unbound/util/configparser.y
1797
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
1799
else cfg_parser->cfg->infra_cache_min_rtt = atoi($2);
usr.sbin/unbound/util/configparser.y
1806
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
1808
else cfg_parser->cfg->infra_cache_max_rtt = atoi($2);
usr.sbin/unbound/util/configparser.y
1980
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
1982
else cfg_parser->cfg->unwanted_threshold = atoi($2);
usr.sbin/unbound/util/configparser.y
2038
if(atoi($2) == 0)
usr.sbin/unbound/util/configparser.y
2040
cfg_parser->cfg->val_date_override = atoi($2);
usr.sbin/unbound/util/configparser.y
2051
cfg_parser->cfg->val_sig_skew_min = atoi($2);
usr.sbin/unbound/util/configparser.y
2064
cfg_parser->cfg->val_sig_skew_max = atoi($2);
usr.sbin/unbound/util/configparser.y
2077
cfg_parser->cfg->val_max_restart = atoi($2);
usr.sbin/unbound/util/configparser.y
2087
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
2089
else cfg_parser->cfg->max_ttl = atoi($2);
usr.sbin/unbound/util/configparser.y
2096
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
2098
else cfg_parser->cfg->max_negative_ttl = atoi($2);
usr.sbin/unbound/util/configparser.y
2105
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
2107
else cfg_parser->cfg->min_negative_ttl = atoi($2);
usr.sbin/unbound/util/configparser.y
2114
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
2116
else cfg_parser->cfg->min_ttl = atoi($2);
usr.sbin/unbound/util/configparser.y
2123
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
2125
else cfg_parser->cfg->bogus_ttl = atoi($2);
usr.sbin/unbound/util/configparser.y
2190
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
2192
else cfg_parser->cfg->serve_expired_ttl = atoi($2);
usr.sbin/unbound/util/configparser.y
2208
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
2210
else cfg_parser->cfg->serve_expired_reply_ttl = atoi($2);
usr.sbin/unbound/util/configparser.y
2217
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
2219
else cfg_parser->cfg->serve_expired_client_timeout = atoi($2);
usr.sbin/unbound/util/configparser.y
2270
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
2272
else cfg_parser->cfg->val_log_level = atoi($2);
usr.sbin/unbound/util/configparser.y
2295
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
2297
else cfg_parser->cfg->add_holddown = atoi($2);
usr.sbin/unbound/util/configparser.y
2304
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
2306
else cfg_parser->cfg->del_holddown = atoi($2);
usr.sbin/unbound/util/configparser.y
2313
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
2315
else cfg_parser->cfg->keep_missing = atoi($2);
usr.sbin/unbound/util/configparser.y
2340
if(atoi($2) == 0) {
usr.sbin/unbound/util/configparser.y
2343
cfg_parser->cfg->key_cache_slabs = atoi($2);
usr.sbin/unbound/util/configparser.y
2459
cfg_parser->cfg->unknown_server_time_limit = atoi($2);
usr.sbin/unbound/util/configparser.y
2466
cfg_parser->cfg->discard_timeout = atoi($2);
usr.sbin/unbound/util/configparser.y
2473
cfg_parser->cfg->wait_limit = atoi($2);
usr.sbin/unbound/util/configparser.y
2480
cfg_parser->cfg->wait_limit_cookie = atoi($2);
usr.sbin/unbound/util/configparser.y
2487
if(atoi($3) == 0 && strcmp($3, "0") != 0) {
usr.sbin/unbound/util/configparser.y
2502
if(atoi($3) == 0 && strcmp($3, "0") != 0) {
usr.sbin/unbound/util/configparser.y
2517
cfg_parser->cfg->max_udp_size = atoi($2);
usr.sbin/unbound/util/configparser.y
2731
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
2733
else cfg_parser->cfg->ip_ratelimit = atoi($2);
usr.sbin/unbound/util/configparser.y
2740
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
2742
else cfg_parser->cfg->ip_ratelimit_cookie = atoi($2);
usr.sbin/unbound/util/configparser.y
2749
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
2751
else cfg_parser->cfg->ratelimit = atoi($2);
usr.sbin/unbound/util/configparser.y
2774
if(atoi($2) == 0) {
usr.sbin/unbound/util/configparser.y
2777
cfg_parser->cfg->ip_ratelimit_slabs = atoi($2);
usr.sbin/unbound/util/configparser.y
2787
if(atoi($2) == 0) {
usr.sbin/unbound/util/configparser.y
2790
cfg_parser->cfg->ratelimit_slabs = atoi($2);
usr.sbin/unbound/util/configparser.y
2800
if(atoi($3) == 0 && strcmp($3, "0") != 0) {
usr.sbin/unbound/util/configparser.y
2815
if(atoi($3) == 0 && strcmp($3, "0") != 0) {
usr.sbin/unbound/util/configparser.y
2830
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
2832
else cfg_parser->cfg->ip_ratelimit_factor = atoi($2);
usr.sbin/unbound/util/configparser.y
2839
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
2841
else cfg_parser->cfg->ratelimit_factor = atoi($2);
usr.sbin/unbound/util/configparser.y
2868
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
2870
else cfg_parser->cfg->outbound_msg_retry = atoi($2);
usr.sbin/unbound/util/configparser.y
2877
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
2879
else cfg_parser->cfg->max_sent_count = atoi($2);
usr.sbin/unbound/util/configparser.y
2886
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
2888
else cfg_parser->cfg->max_query_restarts = atoi($2);
usr.sbin/unbound/util/configparser.y
2901
if(atoi($2) <= 0)
usr.sbin/unbound/util/configparser.y
2903
else cfg_parser->cfg->fast_server_num = atoi($2);
usr.sbin/unbound/util/configparser.y
2910
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
2912
else cfg_parser->cfg->fast_server_permil = atoi($2);
usr.sbin/unbound/util/configparser.y
2949
if(atoi($2) == 0)
usr.sbin/unbound/util/configparser.y
2951
else cfg_parser->cfg->pad_responses_block_size = atoi($2);
usr.sbin/unbound/util/configparser.y
2968
if(atoi($2) == 0)
usr.sbin/unbound/util/configparser.y
2970
else cfg_parser->cfg->pad_queries_block_size = atoi($2);
usr.sbin/unbound/util/configparser.y
3016
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
3018
else cfg_parser->cfg->ipsecmod_max_ttl = atoi($2);
usr.sbin/unbound/util/configparser.y
3064
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
3066
else if(atoi($2) > 65535 || atoi($2) < 0)
usr.sbin/unbound/util/configparser.y
3068
else cfg_parser->cfg->edns_client_string_opcode = atoi($2);
usr.sbin/unbound/util/configparser.y
3461
if(atoi($2) == 0)
usr.sbin/unbound/util/configparser.y
3463
else cfg_parser->cfg->control_port = atoi($2);
usr.sbin/unbound/util/configparser.y
3696
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
3698
else if(atoi($2) < 0)
usr.sbin/unbound/util/configparser.y
3700
else cfg_parser->cfg->dnstap_sample_rate = atoi($2);
usr.sbin/unbound/util/configparser.y
3801
if(atoi($2) == 0)
usr.sbin/unbound/util/configparser.y
3803
else cfg_parser->cfg->dnscrypt_port = atoi($2);
usr.sbin/unbound/util/configparser.y
3850
if(atoi($2) == 0) {
usr.sbin/unbound/util/configparser.y
3853
cfg_parser->cfg->dnscrypt_shared_secret_cache_slabs = atoi($2);
usr.sbin/unbound/util/configparser.y
3871
if(atoi($2) == 0) {
usr.sbin/unbound/util/configparser.y
3874
cfg_parser->cfg->dnscrypt_nonce_cache_slabs = atoi($2);
usr.sbin/unbound/util/configparser.y
3980
port = atoi($2);
usr.sbin/unbound/util/configparser.y
3995
port = atoi($2);
usr.sbin/unbound/util/configparser.y
4057
if(atoi($2) == 0)
usr.sbin/unbound/util/configparser.y
4059
else cfg_parser->cfg->redis_timeout = atoi($2);
usr.sbin/unbound/util/configparser.y
4070
if(atoi($2) == 0)
usr.sbin/unbound/util/configparser.y
4072
else cfg_parser->cfg->redis_replica_timeout = atoi($2);
usr.sbin/unbound/util/configparser.y
4083
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
4085
else cfg_parser->cfg->redis_command_timeout = atoi($2);
usr.sbin/unbound/util/configparser.y
4096
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
4098
else cfg_parser->cfg->redis_replica_command_timeout = atoi($2);
usr.sbin/unbound/util/configparser.y
4109
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
4111
else cfg_parser->cfg->redis_connect_timeout = atoi($2);
usr.sbin/unbound/util/configparser.y
4122
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
4124
else cfg_parser->cfg->redis_replica_connect_timeout = atoi($2);
usr.sbin/unbound/util/configparser.y
4149
db = atoi($2);
usr.sbin/unbound/util/configparser.y
4164
db = atoi($2);
usr.sbin/unbound/util/configparser.y
4177
if (atoi($3) < 0)
usr.sbin/unbound/util/configparser.y
4220
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
4222
else cfg_parser->cfg->iter_scrub_ns = atoi($2);
usr.sbin/unbound/util/configparser.y
4229
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
4231
else cfg_parser->cfg->iter_scrub_cname = atoi($2);
usr.sbin/unbound/util/configparser.y
4238
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
4240
else cfg_parser->cfg->max_global_quota = atoi($2);
usr.sbin/unbound/util/configparser.y
570
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
572
else cfg_parser->cfg->num_threads = atoi($2);
usr.sbin/unbound/util/configparser.y
579
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
581
else cfg_parser->cfg->verbosity = atoi($2);
usr.sbin/unbound/util/configparser.y
590
else if(atoi($2) == 0)
usr.sbin/unbound/util/configparser.y
592
else cfg_parser->cfg->stat_interval = atoi($2);
usr.sbin/unbound/util/configparser.y
637
else if(atoi($2) == 0)
usr.sbin/unbound/util/configparser.y
639
else cfg_parser->cfg->shm_key = atoi($2);
usr.sbin/unbound/util/configparser.y
646
if(atoi($2) == 0)
usr.sbin/unbound/util/configparser.y
648
else cfg_parser->cfg->port = atoi($2);
usr.sbin/unbound/util/configparser.y
708
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
710
else if (atoi($2) > 32)
usr.sbin/unbound/util/configparser.y
712
else if (atoi($2) < 0)
usr.sbin/unbound/util/configparser.y
714
else cfg_parser->cfg->max_client_subnet_ipv4 = (uint8_t)atoi($2);
usr.sbin/unbound/util/configparser.y
725
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
727
else if (atoi($2) > 128)
usr.sbin/unbound/util/configparser.y
729
else if (atoi($2) < 0)
usr.sbin/unbound/util/configparser.y
731
else cfg_parser->cfg->max_client_subnet_ipv6 = (uint8_t)atoi($2);
usr.sbin/unbound/util/configparser.y
742
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
744
else if (atoi($2) > 32)
usr.sbin/unbound/util/configparser.y
746
else if (atoi($2) < 0)
usr.sbin/unbound/util/configparser.y
748
else cfg_parser->cfg->min_client_subnet_ipv4 = (uint8_t)atoi($2);
usr.sbin/unbound/util/configparser.y
759
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
761
else if (atoi($2) > 128)
usr.sbin/unbound/util/configparser.y
763
else if (atoi($2) < 0)
usr.sbin/unbound/util/configparser.y
765
else cfg_parser->cfg->min_client_subnet_ipv6 = (uint8_t)atoi($2);
usr.sbin/unbound/util/configparser.y
776
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
778
else if (atoi($2) < 0)
usr.sbin/unbound/util/configparser.y
780
else cfg_parser->cfg->max_ecs_tree_size_ipv4 = (uint32_t)atoi($2);
usr.sbin/unbound/util/configparser.y
791
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
793
else if (atoi($2) < 0)
usr.sbin/unbound/util/configparser.y
795
else cfg_parser->cfg->max_ecs_tree_size_ipv6 = (uint32_t)atoi($2);
usr.sbin/unbound/util/configparser.y
833
if(atoi($2) == 0)
usr.sbin/unbound/util/configparser.y
835
else cfg_parser->cfg->outgoing_num_ports = atoi($2);
usr.sbin/unbound/util/configparser.y
860
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
862
else cfg_parser->cfg->outgoing_num_tcp = atoi($2);
usr.sbin/unbound/util/configparser.y
869
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
871
else cfg_parser->cfg->incoming_num_tcp = atoi($2);
usr.sbin/unbound/util/configparser.y
957
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
959
else cfg_parser->cfg->tcp_mss = atoi($2);
usr.sbin/unbound/util/configparser.y
966
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
968
else cfg_parser->cfg->outgoing_tcp_mss = atoi($2);
usr.sbin/unbound/util/configparser.y
975
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
977
else if (atoi($2) > 120000)
usr.sbin/unbound/util/configparser.y
979
else if (atoi($2) < 1)
usr.sbin/unbound/util/configparser.y
981
else cfg_parser->cfg->tcp_idle_timeout = atoi($2);
usr.sbin/unbound/util/configparser.y
988
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
990
else if (atoi($2) < 1)
usr.sbin/unbound/util/configparser.y
992
else cfg_parser->cfg->max_reuse_tcp_queries = atoi($2);
usr.sbin/unbound/util/configparser.y
999
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/net_help.c
253
port = atoi(s+1);
usr.sbin/unbound/util/net_help.c
285
sa->sin6_scope_id = (uint32_t)atoi(s+1);
usr.sbin/unbound/util/net_help.c
311
if(atoi(s+1) > *net) {
usr.sbin/unbound/util/net_help.c
315
*net = atoi(s+1);
usr.sbin/unbound/util/net_help.c
435
*net = atoi(buff);
usr.sbin/unbound/util/net_help.c
468
port = atoi(s+1);
usr.sbin/unbound/util/net_help.c
514
*port = atoi(s+1);
usr.sbin/unbound/util/netevent.c
4872
c->tcp_byte_count = (size_t)atoi(line+16);
usr.sbin/unbound/util/tcp_conn_limit.c
113
if(atoi(s2) < 0) {
usr.sbin/unbound/util/tcp_conn_limit.c
117
limit = (uint32_t)atoi(s2);
usr.sbin/unbound/validator/autotrust.c
234
ta->pending_count = (uint8_t)atoi(comments);
usr.sbin/unbound/validator/autotrust.c
248
timestamp = atoi(comments);
usr.sbin/wsmoused/wsmoused.c
198
lbutton = atoi(s);
usr.sbin/wsmoused/wsmoused.c
206
pbutton = atoi(s);
usr.sbin/wsmoused/wsmoused.c
485
mouse.clickthreshold = atoi(optarg);
usr.sbin/ypserv/mknetid/mknetid.c
124
u->usr_uid = atoi(uid);
usr.sbin/ypserv/mknetid/mknetid.c
125
u->usr_gid = atoi(gid);
usr.sbin/ypserv/mknetid/mknetid.c
152
g = atoi(gid);
usr.sbin/ypserv/mknetid/mknetid.c
159
u->gid[u->gid_count] = atoi(gid);
usr.sbin/ypserv/yppush/yppush.c
299
OrderNum = atoi(o.dptr);
usr.sbin/ypserv/ypxfr/ypxfr.c
524
client = yp_bind_host(ipadd, atoi(prog), 1, atoi(port), 0);
usr.sbin/ypserv/ypxfr/ypxfr.c
525
status = send_reply(client, xfr_status, atoi(tid));