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
127
ai.ai_family = atoi(optarg);
regress/lib/libc/getaddrinfo/gaitest.c
130
ai.ai_protocol = atoi(optarg);
regress/lib/libc/getaddrinfo/gaitest.c
139
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
2001
*tproto = (u_int8_t)atoi(pstr);
sbin/isakmpd/ipsec.c
2016
*port = (u_int16_t)atoi(pstr);
sbin/isakmpd/pf_key_v2.c
2646
masklen = atoi(srcid + 1);
sbin/isakmpd/pf_key_v2.c
2790
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
1138
port = atoi(s+1);
sbin/unwind/libunbound/services/listen_dnsport.c
3134
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
2877
if(p) if_port = atoi(p+1);
sbin/unwind/libunbound/util/config_file.c
2883
if(if_port == atoi(s->str)) return 1;
sbin/unwind/libunbound/util/config_file.c
474
if(atoi(val) == 0 && strcmp(val, "0") != 0) return 0
sbin/unwind/libunbound/util/config_file.c
477
if(atoi(val) == 0) return 0
sbin/unwind/libunbound/util/config_file.c
480
if(atoi(val) == 0 || !is_pow2((size_t)atoi(val))) return 0
sbin/unwind/libunbound/util/config_file.c
486
{ IS_NUMBER_OR_ZERO; cfg->var = atoi(val); }
sbin/unwind/libunbound/util/config_file.c
489
{ IS_NONZERO_NUMBER; cfg->var = atoi(val); }
sbin/unwind/libunbound/util/config_file.c
492
{ IS_NUMBER_OR_ZERO; cfg->var = (unsigned)atoi(val); }
sbin/unwind/libunbound/util/config_file.c
495
{ IS_NUMBER_OR_ZERO; cfg->var = (size_t)atoi(val); }
sbin/unwind/libunbound/util/config_file.c
498
{ IS_NONZERO_NUMBER; cfg->var = (size_t)atoi(val); }
sbin/unwind/libunbound/util/config_file.c
507
{ IS_POW2_NUMBER; cfg->var = (size_t)atoi(val); }
sbin/unwind/libunbound/util/config_file.c
554
else if(atoi(val) == 0)
sbin/unwind/libunbound/util/config_file.c
556
else cfg->stat_interval = atoi(val);
sbin/unwind/libunbound/util/config_file.c
575
if(atoi(val) == 0) return 0;
sbin/unwind/libunbound/util/config_file.c
576
cfg->val_date_override = (uint32_t)atoi(val);
sbin/unwind/libunbound/util/config_file.c
679
{ IS_NUMBER_OR_ZERO; cfg->max_ttl = atoi(val); MAX_TTL=(time_t)cfg->max_ttl;}
sbin/unwind/libunbound/util/config_file.c
681
{ 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
683
{ 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
685
{ IS_NUMBER_OR_ZERO; cfg->min_ttl = atoi(val); MIN_TTL=(time_t)cfg->min_ttl;}
sbin/unwind/libunbound/util/config_file.c
687
IS_NUMBER_OR_ZERO; cfg->infra_cache_min_rtt = atoi(val);
sbin/unwind/libunbound/util/config_file.c
691
IS_NUMBER_OR_ZERO; cfg->infra_cache_max_rtt = atoi(val);
sbin/unwind/libunbound/util/config_file.c
769
{ 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
774
{ 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
868
IS_NUMBER_OR_ZERO; cfg->ip_ratelimit_cookie = atoi(val);
sbin/unwind/libunbound/util/config_file.c
872
IS_NUMBER_OR_ZERO; cfg->ip_ratelimit = atoi(val);
sbin/unwind/libunbound/util/config_file.c
876
IS_NUMBER_OR_ZERO; cfg->ratelimit = atoi(val);
sbin/unwind/libunbound/util/config_file.c
903
{ IS_NUMBER_OR_ZERO; cfg->ipsecmod_max_ttl = atoi(val); }
sbin/unwind/libunbound/util/config_file.c
917
{ IS_NUMBER_OR_ZERO; cfg->val_sig_skew_min = (int32_t)atoi(val); }
sbin/unwind/libunbound/util/config_file.c
919
{ IS_NUMBER_OR_ZERO; cfg->val_sig_skew_max = (int32_t)atoi(val); }
sbin/unwind/libunbound/util/config_file.c
921
{ IS_NUMBER_OR_ZERO; cfg->val_max_restart = (int32_t)atoi(val); }
sbin/unwind/libunbound/util/configparser.y
1002
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
1004
else if (atoi($2) < 1)
sbin/unwind/libunbound/util/configparser.y
1006
else cfg_parser->cfg->tcp_reuse_timeout = atoi($2);
sbin/unwind/libunbound/util/configparser.y
1013
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
1015
else if (atoi($2) < 1)
sbin/unwind/libunbound/util/configparser.y
1017
else cfg_parser->cfg->tcp_auth_query_timeout = atoi($2);
sbin/unwind/libunbound/util/configparser.y
1033
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
1035
else if (atoi($2) > 6553500)
sbin/unwind/libunbound/util/configparser.y
1037
else if (atoi($2) < 1)
sbin/unwind/libunbound/util/configparser.y
1039
else cfg_parser->cfg->tcp_keepalive_timeout = atoi($2);
sbin/unwind/libunbound/util/configparser.y
1046
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
1048
else if (atoi($2) > 6553500)
sbin/unwind/libunbound/util/configparser.y
1050
else if (atoi($2) < 1)
sbin/unwind/libunbound/util/configparser.y
1052
else cfg_parser->cfg->sock_queue_timeout = atoi($2);
sbin/unwind/libunbound/util/configparser.y
1100
if(atoi($2) == 0)
sbin/unwind/libunbound/util/configparser.y
1102
else cfg_parser->cfg->ssl_port = atoi($2);
sbin/unwind/libunbound/util/configparser.y
1173
if(atoi($2) == 0)
sbin/unwind/libunbound/util/configparser.y
1175
else cfg_parser->cfg->https_port = atoi($2);
sbin/unwind/libunbound/util/configparser.y
1199
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
1201
else cfg_parser->cfg->http_max_streams = atoi($2);
sbin/unwind/libunbound/util/configparser.y
1239
if(atoi($2) == 0 && strcmp($2,"0")!=0)
sbin/unwind/libunbound/util/configparser.y
1242
cfg_parser->cfg->quic_port = atoi($2);
sbin/unwind/libunbound/util/configparser.y
1630
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
1632
else if (atoi($2) > 63)
sbin/unwind/libunbound/util/configparser.y
1634
else if (atoi($2) < 0)
sbin/unwind/libunbound/util/configparser.y
1637
cfg_parser->cfg->ip_dscp = atoi($2);
sbin/unwind/libunbound/util/configparser.y
1652
if(atoi($2) == 0)
sbin/unwind/libunbound/util/configparser.y
1654
else if (atoi($2) < 12)
sbin/unwind/libunbound/util/configparser.y
1656
else if (atoi($2) > 65535)
sbin/unwind/libunbound/util/configparser.y
1658
else cfg_parser->cfg->edns_buffer_size = atoi($2);
sbin/unwind/libunbound/util/configparser.y
1665
if(atoi($2) == 0)
sbin/unwind/libunbound/util/configparser.y
1667
else if (atoi($2) < 4096)
sbin/unwind/libunbound/util/configparser.y
1669
else cfg_parser->cfg->msg_buffer_size = atoi($2);
sbin/unwind/libunbound/util/configparser.y
1684
if(atoi($2) == 0) {
sbin/unwind/libunbound/util/configparser.y
1687
cfg_parser->cfg->msg_cache_slabs = atoi($2);
sbin/unwind/libunbound/util/configparser.y
1697
if(atoi($2) == 0)
sbin/unwind/libunbound/util/configparser.y
1699
else cfg_parser->cfg->num_queries_per_thread = atoi($2);
sbin/unwind/libunbound/util/configparser.y
1706
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
1708
else cfg_parser->cfg->jostle_time = atoi($2);
sbin/unwind/libunbound/util/configparser.y
1715
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
1717
else cfg_parser->cfg->delay_close = atoi($2);
sbin/unwind/libunbound/util/configparser.y
1761
if(atoi($2) == 0) {
sbin/unwind/libunbound/util/configparser.y
1764
cfg_parser->cfg->rrset_cache_slabs = atoi($2);
sbin/unwind/libunbound/util/configparser.y
1774
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
1776
else cfg_parser->cfg->host_ttl = atoi($2);
sbin/unwind/libunbound/util/configparser.y
1791
if(atoi($2) == 0)
sbin/unwind/libunbound/util/configparser.y
1793
else cfg_parser->cfg->infra_cache_numhosts = atoi($2);
sbin/unwind/libunbound/util/configparser.y
1808
if(atoi($2) == 0) {
sbin/unwind/libunbound/util/configparser.y
1811
cfg_parser->cfg->infra_cache_slabs = atoi($2);
sbin/unwind/libunbound/util/configparser.y
1821
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
1823
else cfg_parser->cfg->infra_cache_min_rtt = atoi($2);
sbin/unwind/libunbound/util/configparser.y
1830
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
1832
else cfg_parser->cfg->infra_cache_max_rtt = atoi($2);
sbin/unwind/libunbound/util/configparser.y
2004
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
2006
else cfg_parser->cfg->unwanted_threshold = atoi($2);
sbin/unwind/libunbound/util/configparser.y
2062
if(atoi($2) == 0)
sbin/unwind/libunbound/util/configparser.y
2064
cfg_parser->cfg->val_date_override = atoi($2);
sbin/unwind/libunbound/util/configparser.y
2075
cfg_parser->cfg->val_sig_skew_min = atoi($2);
sbin/unwind/libunbound/util/configparser.y
2088
cfg_parser->cfg->val_sig_skew_max = atoi($2);
sbin/unwind/libunbound/util/configparser.y
2101
cfg_parser->cfg->val_max_restart = atoi($2);
sbin/unwind/libunbound/util/configparser.y
2111
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
2113
else cfg_parser->cfg->max_ttl = atoi($2);
sbin/unwind/libunbound/util/configparser.y
2120
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
2122
else cfg_parser->cfg->max_negative_ttl = atoi($2);
sbin/unwind/libunbound/util/configparser.y
2129
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
2131
else cfg_parser->cfg->min_negative_ttl = atoi($2);
sbin/unwind/libunbound/util/configparser.y
2138
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
2140
else cfg_parser->cfg->min_ttl = atoi($2);
sbin/unwind/libunbound/util/configparser.y
2147
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
2149
else cfg_parser->cfg->bogus_ttl = atoi($2);
sbin/unwind/libunbound/util/configparser.y
2214
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
2216
else cfg_parser->cfg->serve_expired_ttl = atoi($2);
sbin/unwind/libunbound/util/configparser.y
2232
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
2234
else cfg_parser->cfg->serve_expired_reply_ttl = atoi($2);
sbin/unwind/libunbound/util/configparser.y
2241
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
2243
else cfg_parser->cfg->serve_expired_client_timeout = atoi($2);
sbin/unwind/libunbound/util/configparser.y
2294
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
2296
else cfg_parser->cfg->val_log_level = atoi($2);
sbin/unwind/libunbound/util/configparser.y
2319
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
2321
else cfg_parser->cfg->add_holddown = atoi($2);
sbin/unwind/libunbound/util/configparser.y
2328
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
2330
else cfg_parser->cfg->del_holddown = atoi($2);
sbin/unwind/libunbound/util/configparser.y
2337
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
2339
else cfg_parser->cfg->keep_missing = atoi($2);
sbin/unwind/libunbound/util/configparser.y
2364
if(atoi($2) == 0) {
sbin/unwind/libunbound/util/configparser.y
2367
cfg_parser->cfg->key_cache_slabs = atoi($2);
sbin/unwind/libunbound/util/configparser.y
2483
cfg_parser->cfg->unknown_server_time_limit = atoi($2);
sbin/unwind/libunbound/util/configparser.y
2490
cfg_parser->cfg->discard_timeout = atoi($2);
sbin/unwind/libunbound/util/configparser.y
2497
cfg_parser->cfg->wait_limit = atoi($2);
sbin/unwind/libunbound/util/configparser.y
2504
cfg_parser->cfg->wait_limit_cookie = atoi($2);
sbin/unwind/libunbound/util/configparser.y
2511
if(atoi($3) == 0 && strcmp($3, "0") != 0) {
sbin/unwind/libunbound/util/configparser.y
2526
if(atoi($3) == 0 && strcmp($3, "0") != 0) {
sbin/unwind/libunbound/util/configparser.y
2541
cfg_parser->cfg->max_udp_size = atoi($2);
sbin/unwind/libunbound/util/configparser.y
2755
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
2757
else cfg_parser->cfg->ip_ratelimit = atoi($2);
sbin/unwind/libunbound/util/configparser.y
2764
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
2766
else cfg_parser->cfg->ip_ratelimit_cookie = atoi($2);
sbin/unwind/libunbound/util/configparser.y
2773
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
2775
else cfg_parser->cfg->ratelimit = atoi($2);
sbin/unwind/libunbound/util/configparser.y
2798
if(atoi($2) == 0) {
sbin/unwind/libunbound/util/configparser.y
2801
cfg_parser->cfg->ip_ratelimit_slabs = atoi($2);
sbin/unwind/libunbound/util/configparser.y
2811
if(atoi($2) == 0) {
sbin/unwind/libunbound/util/configparser.y
2814
cfg_parser->cfg->ratelimit_slabs = atoi($2);
sbin/unwind/libunbound/util/configparser.y
2824
if(atoi($3) == 0 && strcmp($3, "0") != 0) {
sbin/unwind/libunbound/util/configparser.y
2839
if(atoi($3) == 0 && strcmp($3, "0") != 0) {
sbin/unwind/libunbound/util/configparser.y
2854
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
2856
else cfg_parser->cfg->ip_ratelimit_factor = atoi($2);
sbin/unwind/libunbound/util/configparser.y
2863
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
2865
else cfg_parser->cfg->ratelimit_factor = atoi($2);
sbin/unwind/libunbound/util/configparser.y
2892
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
2894
else cfg_parser->cfg->outbound_msg_retry = atoi($2);
sbin/unwind/libunbound/util/configparser.y
2901
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
2903
else cfg_parser->cfg->max_sent_count = 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->max_query_restarts = atoi($2);
sbin/unwind/libunbound/util/configparser.y
2925
if(atoi($2) <= 0)
sbin/unwind/libunbound/util/configparser.y
2927
else cfg_parser->cfg->fast_server_num = atoi($2);
sbin/unwind/libunbound/util/configparser.y
2934
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
2936
else cfg_parser->cfg->fast_server_permil = atoi($2);
sbin/unwind/libunbound/util/configparser.y
2973
if(atoi($2) == 0)
sbin/unwind/libunbound/util/configparser.y
2975
else cfg_parser->cfg->pad_responses_block_size = atoi($2);
sbin/unwind/libunbound/util/configparser.y
2992
if(atoi($2) == 0)
sbin/unwind/libunbound/util/configparser.y
2994
else cfg_parser->cfg->pad_queries_block_size = atoi($2);
sbin/unwind/libunbound/util/configparser.y
3040
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
3042
else cfg_parser->cfg->ipsecmod_max_ttl = atoi($2);
sbin/unwind/libunbound/util/configparser.y
3088
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
3090
else if(atoi($2) > 65535 || atoi($2) < 0)
sbin/unwind/libunbound/util/configparser.y
3092
else cfg_parser->cfg->edns_client_string_opcode = atoi($2);
sbin/unwind/libunbound/util/configparser.y
3485
if(atoi($2) == 0)
sbin/unwind/libunbound/util/configparser.y
3487
else cfg_parser->cfg->control_port = atoi($2);
sbin/unwind/libunbound/util/configparser.y
3720
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
3722
else if(atoi($2) < 0)
sbin/unwind/libunbound/util/configparser.y
3724
else cfg_parser->cfg->dnstap_sample_rate = atoi($2);
sbin/unwind/libunbound/util/configparser.y
3825
if(atoi($2) == 0)
sbin/unwind/libunbound/util/configparser.y
3827
else cfg_parser->cfg->dnscrypt_port = atoi($2);
sbin/unwind/libunbound/util/configparser.y
3874
if(atoi($2) == 0) {
sbin/unwind/libunbound/util/configparser.y
3877
cfg_parser->cfg->dnscrypt_shared_secret_cache_slabs = atoi($2);
sbin/unwind/libunbound/util/configparser.y
3895
if(atoi($2) == 0) {
sbin/unwind/libunbound/util/configparser.y
3898
cfg_parser->cfg->dnscrypt_nonce_cache_slabs = atoi($2);
sbin/unwind/libunbound/util/configparser.y
4004
port = atoi($2);
sbin/unwind/libunbound/util/configparser.y
4019
port = atoi($2);
sbin/unwind/libunbound/util/configparser.y
4081
if(atoi($2) == 0)
sbin/unwind/libunbound/util/configparser.y
4083
else cfg_parser->cfg->redis_timeout = atoi($2);
sbin/unwind/libunbound/util/configparser.y
4094
if(atoi($2) == 0)
sbin/unwind/libunbound/util/configparser.y
4096
else cfg_parser->cfg->redis_replica_timeout = atoi($2);
sbin/unwind/libunbound/util/configparser.y
4107
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
4109
else cfg_parser->cfg->redis_command_timeout = atoi($2);
sbin/unwind/libunbound/util/configparser.y
4120
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
4122
else cfg_parser->cfg->redis_replica_command_timeout = atoi($2);
sbin/unwind/libunbound/util/configparser.y
4133
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
4135
else cfg_parser->cfg->redis_connect_timeout = atoi($2);
sbin/unwind/libunbound/util/configparser.y
4146
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
4148
else cfg_parser->cfg->redis_replica_connect_timeout = atoi($2);
sbin/unwind/libunbound/util/configparser.y
4173
db = atoi($2);
sbin/unwind/libunbound/util/configparser.y
4188
db = atoi($2);
sbin/unwind/libunbound/util/configparser.y
4201
if (atoi($3) < 0)
sbin/unwind/libunbound/util/configparser.y
4244
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
4246
else cfg_parser->cfg->iter_scrub_ns = atoi($2);
sbin/unwind/libunbound/util/configparser.y
4253
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
4255
else cfg_parser->cfg->iter_scrub_cname = atoi($2);
sbin/unwind/libunbound/util/configparser.y
4262
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
4264
else cfg_parser->cfg->iter_scrub_rrsig = atoi($2);
sbin/unwind/libunbound/util/configparser.y
4271
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
4273
else cfg_parser->cfg->max_global_quota = atoi($2);
sbin/unwind/libunbound/util/configparser.y
573
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
575
else cfg_parser->cfg->num_threads = atoi($2);
sbin/unwind/libunbound/util/configparser.y
582
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
584
else cfg_parser->cfg->verbosity = atoi($2);
sbin/unwind/libunbound/util/configparser.y
593
else if(atoi($2) == 0)
sbin/unwind/libunbound/util/configparser.y
595
else cfg_parser->cfg->stat_interval = atoi($2);
sbin/unwind/libunbound/util/configparser.y
640
else if(atoi($2) == 0)
sbin/unwind/libunbound/util/configparser.y
642
else cfg_parser->cfg->shm_key = atoi($2);
sbin/unwind/libunbound/util/configparser.y
649
if(atoi($2) == 0)
sbin/unwind/libunbound/util/configparser.y
651
else cfg_parser->cfg->port = atoi($2);
sbin/unwind/libunbound/util/configparser.y
711
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
713
else if (atoi($2) > 32)
sbin/unwind/libunbound/util/configparser.y
715
else if (atoi($2) < 0)
sbin/unwind/libunbound/util/configparser.y
717
else cfg_parser->cfg->max_client_subnet_ipv4 = (uint8_t)atoi($2);
sbin/unwind/libunbound/util/configparser.y
728
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
730
else if (atoi($2) > 128)
sbin/unwind/libunbound/util/configparser.y
732
else if (atoi($2) < 0)
sbin/unwind/libunbound/util/configparser.y
734
else cfg_parser->cfg->max_client_subnet_ipv6 = (uint8_t)atoi($2);
sbin/unwind/libunbound/util/configparser.y
745
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
747
else if (atoi($2) > 32)
sbin/unwind/libunbound/util/configparser.y
749
else if (atoi($2) < 0)
sbin/unwind/libunbound/util/configparser.y
751
else cfg_parser->cfg->min_client_subnet_ipv4 = (uint8_t)atoi($2);
sbin/unwind/libunbound/util/configparser.y
762
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
764
else if (atoi($2) > 128)
sbin/unwind/libunbound/util/configparser.y
766
else if (atoi($2) < 0)
sbin/unwind/libunbound/util/configparser.y
768
else cfg_parser->cfg->min_client_subnet_ipv6 = (uint8_t)atoi($2);
sbin/unwind/libunbound/util/configparser.y
779
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
781
else if (atoi($2) < 0)
sbin/unwind/libunbound/util/configparser.y
783
else cfg_parser->cfg->max_ecs_tree_size_ipv4 = (uint32_t)atoi($2);
sbin/unwind/libunbound/util/configparser.y
794
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
796
else if (atoi($2) < 0)
sbin/unwind/libunbound/util/configparser.y
798
else cfg_parser->cfg->max_ecs_tree_size_ipv6 = (uint32_t)atoi($2);
sbin/unwind/libunbound/util/configparser.y
836
if(atoi($2) == 0)
sbin/unwind/libunbound/util/configparser.y
838
else cfg_parser->cfg->outgoing_num_ports = atoi($2);
sbin/unwind/libunbound/util/configparser.y
863
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
865
else cfg_parser->cfg->outgoing_num_tcp = atoi($2);
sbin/unwind/libunbound/util/configparser.y
872
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
874
else cfg_parser->cfg->incoming_num_tcp = atoi($2);
sbin/unwind/libunbound/util/configparser.y
960
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
962
else cfg_parser->cfg->tcp_mss = atoi($2);
sbin/unwind/libunbound/util/configparser.y
969
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
971
else cfg_parser->cfg->outgoing_tcp_mss = atoi($2);
sbin/unwind/libunbound/util/configparser.y
978
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
980
else if (atoi($2) > 120000)
sbin/unwind/libunbound/util/configparser.y
982
else if (atoi($2) < 1)
sbin/unwind/libunbound/util/configparser.y
984
else cfg_parser->cfg->tcp_idle_timeout = atoi($2);
sbin/unwind/libunbound/util/configparser.y
991
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
993
else if (atoi($2) < 1)
sbin/unwind/libunbound/util/configparser.y
995
else cfg_parser->cfg->max_reuse_tcp_queries = atoi($2);
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/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
151
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
152
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
1692
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
1415
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
1790
*oldserial = atoi(buf+14);
usr.sbin/nsd/ixfr.c
1793
*newserial = atoi(buf+12);
usr.sbin/nsd/ixfr.c
1796
*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
2702
int subnet_bits = atoi(p);
usr.sbin/nsd/options.c
2744
if(atoi(p+1) == 0) c_error("expected port number after '@'");
usr.sbin/nsd/options.c
2745
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
1281
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
319
portnr = atoi(s+1);
usr.sbin/unbound/daemon/remote.c
798
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
1138
port = atoi(s+1);
usr.sbin/unbound/services/listen_dnsport.c
3134
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
661
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
597
pstate->default_ttl = (uint32_t)atoi(parse);
usr.sbin/unbound/util/config_file.c
2877
if(p) if_port = atoi(p+1);
usr.sbin/unbound/util/config_file.c
2883
if(if_port == atoi(s->str)) return 1;
usr.sbin/unbound/util/config_file.c
474
if(atoi(val) == 0 && strcmp(val, "0") != 0) return 0
usr.sbin/unbound/util/config_file.c
477
if(atoi(val) == 0) return 0
usr.sbin/unbound/util/config_file.c
480
if(atoi(val) == 0 || !is_pow2((size_t)atoi(val))) return 0
usr.sbin/unbound/util/config_file.c
486
{ IS_NUMBER_OR_ZERO; cfg->var = atoi(val); }
usr.sbin/unbound/util/config_file.c
489
{ IS_NONZERO_NUMBER; cfg->var = atoi(val); }
usr.sbin/unbound/util/config_file.c
492
{ IS_NUMBER_OR_ZERO; cfg->var = (unsigned)atoi(val); }
usr.sbin/unbound/util/config_file.c
495
{ IS_NUMBER_OR_ZERO; cfg->var = (size_t)atoi(val); }
usr.sbin/unbound/util/config_file.c
498
{ IS_NONZERO_NUMBER; cfg->var = (size_t)atoi(val); }
usr.sbin/unbound/util/config_file.c
507
{ IS_POW2_NUMBER; cfg->var = (size_t)atoi(val); }
usr.sbin/unbound/util/config_file.c
554
else if(atoi(val) == 0)
usr.sbin/unbound/util/config_file.c
556
else cfg->stat_interval = atoi(val);
usr.sbin/unbound/util/config_file.c
575
if(atoi(val) == 0) return 0;
usr.sbin/unbound/util/config_file.c
576
cfg->val_date_override = (uint32_t)atoi(val);
usr.sbin/unbound/util/config_file.c
679
{ IS_NUMBER_OR_ZERO; cfg->max_ttl = atoi(val); MAX_TTL=(time_t)cfg->max_ttl;}
usr.sbin/unbound/util/config_file.c
681
{ 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
683
{ 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
685
{ IS_NUMBER_OR_ZERO; cfg->min_ttl = atoi(val); MIN_TTL=(time_t)cfg->min_ttl;}
usr.sbin/unbound/util/config_file.c
687
IS_NUMBER_OR_ZERO; cfg->infra_cache_min_rtt = atoi(val);
usr.sbin/unbound/util/config_file.c
691
IS_NUMBER_OR_ZERO; cfg->infra_cache_max_rtt = atoi(val);
usr.sbin/unbound/util/config_file.c
769
{ 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
774
{ 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
868
IS_NUMBER_OR_ZERO; cfg->ip_ratelimit_cookie = atoi(val);
usr.sbin/unbound/util/config_file.c
872
IS_NUMBER_OR_ZERO; cfg->ip_ratelimit = atoi(val);
usr.sbin/unbound/util/config_file.c
876
IS_NUMBER_OR_ZERO; cfg->ratelimit = atoi(val);
usr.sbin/unbound/util/config_file.c
903
{ IS_NUMBER_OR_ZERO; cfg->ipsecmod_max_ttl = atoi(val); }
usr.sbin/unbound/util/config_file.c
917
{ IS_NUMBER_OR_ZERO; cfg->val_sig_skew_min = (int32_t)atoi(val); }
usr.sbin/unbound/util/config_file.c
919
{ IS_NUMBER_OR_ZERO; cfg->val_sig_skew_max = (int32_t)atoi(val); }
usr.sbin/unbound/util/config_file.c
921
{ IS_NUMBER_OR_ZERO; cfg->val_max_restart = (int32_t)atoi(val); }
usr.sbin/unbound/util/configparser.y
1002
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
1004
else if (atoi($2) < 1)
usr.sbin/unbound/util/configparser.y
1006
else cfg_parser->cfg->tcp_reuse_timeout = atoi($2);
usr.sbin/unbound/util/configparser.y
1013
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
1015
else if (atoi($2) < 1)
usr.sbin/unbound/util/configparser.y
1017
else cfg_parser->cfg->tcp_auth_query_timeout = atoi($2);
usr.sbin/unbound/util/configparser.y
1033
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
1035
else if (atoi($2) > 6553500)
usr.sbin/unbound/util/configparser.y
1037
else if (atoi($2) < 1)
usr.sbin/unbound/util/configparser.y
1039
else cfg_parser->cfg->tcp_keepalive_timeout = atoi($2);
usr.sbin/unbound/util/configparser.y
1046
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
1048
else if (atoi($2) > 6553500)
usr.sbin/unbound/util/configparser.y
1050
else if (atoi($2) < 1)
usr.sbin/unbound/util/configparser.y
1052
else cfg_parser->cfg->sock_queue_timeout = atoi($2);
usr.sbin/unbound/util/configparser.y
1100
if(atoi($2) == 0)
usr.sbin/unbound/util/configparser.y
1102
else cfg_parser->cfg->ssl_port = atoi($2);
usr.sbin/unbound/util/configparser.y
1173
if(atoi($2) == 0)
usr.sbin/unbound/util/configparser.y
1175
else cfg_parser->cfg->https_port = atoi($2);
usr.sbin/unbound/util/configparser.y
1199
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
1201
else cfg_parser->cfg->http_max_streams = atoi($2);
usr.sbin/unbound/util/configparser.y
1239
if(atoi($2) == 0 && strcmp($2,"0")!=0)
usr.sbin/unbound/util/configparser.y
1242
cfg_parser->cfg->quic_port = atoi($2);
usr.sbin/unbound/util/configparser.y
1630
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
1632
else if (atoi($2) > 63)
usr.sbin/unbound/util/configparser.y
1634
else if (atoi($2) < 0)
usr.sbin/unbound/util/configparser.y
1637
cfg_parser->cfg->ip_dscp = atoi($2);
usr.sbin/unbound/util/configparser.y
1652
if(atoi($2) == 0)
usr.sbin/unbound/util/configparser.y
1654
else if (atoi($2) < 12)
usr.sbin/unbound/util/configparser.y
1656
else if (atoi($2) > 65535)
usr.sbin/unbound/util/configparser.y
1658
else cfg_parser->cfg->edns_buffer_size = atoi($2);
usr.sbin/unbound/util/configparser.y
1665
if(atoi($2) == 0)
usr.sbin/unbound/util/configparser.y
1667
else if (atoi($2) < 4096)
usr.sbin/unbound/util/configparser.y
1669
else cfg_parser->cfg->msg_buffer_size = atoi($2);
usr.sbin/unbound/util/configparser.y
1684
if(atoi($2) == 0) {
usr.sbin/unbound/util/configparser.y
1687
cfg_parser->cfg->msg_cache_slabs = atoi($2);
usr.sbin/unbound/util/configparser.y
1697
if(atoi($2) == 0)
usr.sbin/unbound/util/configparser.y
1699
else cfg_parser->cfg->num_queries_per_thread = atoi($2);
usr.sbin/unbound/util/configparser.y
1706
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
1708
else cfg_parser->cfg->jostle_time = atoi($2);
usr.sbin/unbound/util/configparser.y
1715
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
1717
else cfg_parser->cfg->delay_close = atoi($2);
usr.sbin/unbound/util/configparser.y
1761
if(atoi($2) == 0) {
usr.sbin/unbound/util/configparser.y
1764
cfg_parser->cfg->rrset_cache_slabs = atoi($2);
usr.sbin/unbound/util/configparser.y
1774
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
1776
else cfg_parser->cfg->host_ttl = atoi($2);
usr.sbin/unbound/util/configparser.y
1791
if(atoi($2) == 0)
usr.sbin/unbound/util/configparser.y
1793
else cfg_parser->cfg->infra_cache_numhosts = atoi($2);
usr.sbin/unbound/util/configparser.y
1808
if(atoi($2) == 0) {
usr.sbin/unbound/util/configparser.y
1811
cfg_parser->cfg->infra_cache_slabs = atoi($2);
usr.sbin/unbound/util/configparser.y
1821
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
1823
else cfg_parser->cfg->infra_cache_min_rtt = atoi($2);
usr.sbin/unbound/util/configparser.y
1830
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
1832
else cfg_parser->cfg->infra_cache_max_rtt = atoi($2);
usr.sbin/unbound/util/configparser.y
2004
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
2006
else cfg_parser->cfg->unwanted_threshold = atoi($2);
usr.sbin/unbound/util/configparser.y
2062
if(atoi($2) == 0)
usr.sbin/unbound/util/configparser.y
2064
cfg_parser->cfg->val_date_override = atoi($2);
usr.sbin/unbound/util/configparser.y
2075
cfg_parser->cfg->val_sig_skew_min = atoi($2);
usr.sbin/unbound/util/configparser.y
2088
cfg_parser->cfg->val_sig_skew_max = atoi($2);
usr.sbin/unbound/util/configparser.y
2101
cfg_parser->cfg->val_max_restart = atoi($2);
usr.sbin/unbound/util/configparser.y
2111
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
2113
else cfg_parser->cfg->max_ttl = atoi($2);
usr.sbin/unbound/util/configparser.y
2120
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
2122
else cfg_parser->cfg->max_negative_ttl = atoi($2);
usr.sbin/unbound/util/configparser.y
2129
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
2131
else cfg_parser->cfg->min_negative_ttl = atoi($2);
usr.sbin/unbound/util/configparser.y
2138
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
2140
else cfg_parser->cfg->min_ttl = atoi($2);
usr.sbin/unbound/util/configparser.y
2147
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
2149
else cfg_parser->cfg->bogus_ttl = atoi($2);
usr.sbin/unbound/util/configparser.y
2214
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
2216
else cfg_parser->cfg->serve_expired_ttl = atoi($2);
usr.sbin/unbound/util/configparser.y
2232
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
2234
else cfg_parser->cfg->serve_expired_reply_ttl = atoi($2);
usr.sbin/unbound/util/configparser.y
2241
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
2243
else cfg_parser->cfg->serve_expired_client_timeout = atoi($2);
usr.sbin/unbound/util/configparser.y
2294
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
2296
else cfg_parser->cfg->val_log_level = atoi($2);
usr.sbin/unbound/util/configparser.y
2319
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
2321
else cfg_parser->cfg->add_holddown = atoi($2);
usr.sbin/unbound/util/configparser.y
2328
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
2330
else cfg_parser->cfg->del_holddown = atoi($2);
usr.sbin/unbound/util/configparser.y
2337
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
2339
else cfg_parser->cfg->keep_missing = atoi($2);
usr.sbin/unbound/util/configparser.y
2364
if(atoi($2) == 0) {
usr.sbin/unbound/util/configparser.y
2367
cfg_parser->cfg->key_cache_slabs = atoi($2);
usr.sbin/unbound/util/configparser.y
2483
cfg_parser->cfg->unknown_server_time_limit = atoi($2);
usr.sbin/unbound/util/configparser.y
2490
cfg_parser->cfg->discard_timeout = atoi($2);
usr.sbin/unbound/util/configparser.y
2497
cfg_parser->cfg->wait_limit = atoi($2);
usr.sbin/unbound/util/configparser.y
2504
cfg_parser->cfg->wait_limit_cookie = atoi($2);
usr.sbin/unbound/util/configparser.y
2511
if(atoi($3) == 0 && strcmp($3, "0") != 0) {
usr.sbin/unbound/util/configparser.y
2526
if(atoi($3) == 0 && strcmp($3, "0") != 0) {
usr.sbin/unbound/util/configparser.y
2541
cfg_parser->cfg->max_udp_size = atoi($2);
usr.sbin/unbound/util/configparser.y
2755
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
2757
else cfg_parser->cfg->ip_ratelimit = atoi($2);
usr.sbin/unbound/util/configparser.y
2764
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
2766
else cfg_parser->cfg->ip_ratelimit_cookie = atoi($2);
usr.sbin/unbound/util/configparser.y
2773
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
2775
else cfg_parser->cfg->ratelimit = atoi($2);
usr.sbin/unbound/util/configparser.y
2798
if(atoi($2) == 0) {
usr.sbin/unbound/util/configparser.y
2801
cfg_parser->cfg->ip_ratelimit_slabs = atoi($2);
usr.sbin/unbound/util/configparser.y
2811
if(atoi($2) == 0) {
usr.sbin/unbound/util/configparser.y
2814
cfg_parser->cfg->ratelimit_slabs = atoi($2);
usr.sbin/unbound/util/configparser.y
2824
if(atoi($3) == 0 && strcmp($3, "0") != 0) {
usr.sbin/unbound/util/configparser.y
2839
if(atoi($3) == 0 && strcmp($3, "0") != 0) {
usr.sbin/unbound/util/configparser.y
2854
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
2856
else cfg_parser->cfg->ip_ratelimit_factor = atoi($2);
usr.sbin/unbound/util/configparser.y
2863
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
2865
else cfg_parser->cfg->ratelimit_factor = atoi($2);
usr.sbin/unbound/util/configparser.y
2892
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
2894
else cfg_parser->cfg->outbound_msg_retry = atoi($2);
usr.sbin/unbound/util/configparser.y
2901
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
2903
else cfg_parser->cfg->max_sent_count = 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->max_query_restarts = atoi($2);
usr.sbin/unbound/util/configparser.y
2925
if(atoi($2) <= 0)
usr.sbin/unbound/util/configparser.y
2927
else cfg_parser->cfg->fast_server_num = atoi($2);
usr.sbin/unbound/util/configparser.y
2934
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
2936
else cfg_parser->cfg->fast_server_permil = atoi($2);
usr.sbin/unbound/util/configparser.y
2973
if(atoi($2) == 0)
usr.sbin/unbound/util/configparser.y
2975
else cfg_parser->cfg->pad_responses_block_size = atoi($2);
usr.sbin/unbound/util/configparser.y
2992
if(atoi($2) == 0)
usr.sbin/unbound/util/configparser.y
2994
else cfg_parser->cfg->pad_queries_block_size = atoi($2);
usr.sbin/unbound/util/configparser.y
3040
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
3042
else cfg_parser->cfg->ipsecmod_max_ttl = atoi($2);
usr.sbin/unbound/util/configparser.y
3088
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
3090
else if(atoi($2) > 65535 || atoi($2) < 0)
usr.sbin/unbound/util/configparser.y
3092
else cfg_parser->cfg->edns_client_string_opcode = atoi($2);
usr.sbin/unbound/util/configparser.y
3485
if(atoi($2) == 0)
usr.sbin/unbound/util/configparser.y
3487
else cfg_parser->cfg->control_port = atoi($2);
usr.sbin/unbound/util/configparser.y
3720
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
3722
else if(atoi($2) < 0)
usr.sbin/unbound/util/configparser.y
3724
else cfg_parser->cfg->dnstap_sample_rate = atoi($2);
usr.sbin/unbound/util/configparser.y
3825
if(atoi($2) == 0)
usr.sbin/unbound/util/configparser.y
3827
else cfg_parser->cfg->dnscrypt_port = atoi($2);
usr.sbin/unbound/util/configparser.y
3874
if(atoi($2) == 0) {
usr.sbin/unbound/util/configparser.y
3877
cfg_parser->cfg->dnscrypt_shared_secret_cache_slabs = atoi($2);
usr.sbin/unbound/util/configparser.y
3895
if(atoi($2) == 0) {
usr.sbin/unbound/util/configparser.y
3898
cfg_parser->cfg->dnscrypt_nonce_cache_slabs = atoi($2);
usr.sbin/unbound/util/configparser.y
4004
port = atoi($2);
usr.sbin/unbound/util/configparser.y
4019
port = atoi($2);
usr.sbin/unbound/util/configparser.y
4081
if(atoi($2) == 0)
usr.sbin/unbound/util/configparser.y
4083
else cfg_parser->cfg->redis_timeout = atoi($2);
usr.sbin/unbound/util/configparser.y
4094
if(atoi($2) == 0)
usr.sbin/unbound/util/configparser.y
4096
else cfg_parser->cfg->redis_replica_timeout = atoi($2);
usr.sbin/unbound/util/configparser.y
4107
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
4109
else cfg_parser->cfg->redis_command_timeout = atoi($2);
usr.sbin/unbound/util/configparser.y
4120
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
4122
else cfg_parser->cfg->redis_replica_command_timeout = atoi($2);
usr.sbin/unbound/util/configparser.y
4133
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
4135
else cfg_parser->cfg->redis_connect_timeout = atoi($2);
usr.sbin/unbound/util/configparser.y
4146
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
4148
else cfg_parser->cfg->redis_replica_connect_timeout = atoi($2);
usr.sbin/unbound/util/configparser.y
4173
db = atoi($2);
usr.sbin/unbound/util/configparser.y
4188
db = atoi($2);
usr.sbin/unbound/util/configparser.y
4201
if (atoi($3) < 0)
usr.sbin/unbound/util/configparser.y
4244
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
4246
else cfg_parser->cfg->iter_scrub_ns = atoi($2);
usr.sbin/unbound/util/configparser.y
4253
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
4255
else cfg_parser->cfg->iter_scrub_cname = atoi($2);
usr.sbin/unbound/util/configparser.y
4262
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
4264
else cfg_parser->cfg->iter_scrub_rrsig = atoi($2);
usr.sbin/unbound/util/configparser.y
4271
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
4273
else cfg_parser->cfg->max_global_quota = atoi($2);
usr.sbin/unbound/util/configparser.y
573
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
575
else cfg_parser->cfg->num_threads = atoi($2);
usr.sbin/unbound/util/configparser.y
582
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
584
else cfg_parser->cfg->verbosity = atoi($2);
usr.sbin/unbound/util/configparser.y
593
else if(atoi($2) == 0)
usr.sbin/unbound/util/configparser.y
595
else cfg_parser->cfg->stat_interval = atoi($2);
usr.sbin/unbound/util/configparser.y
640
else if(atoi($2) == 0)
usr.sbin/unbound/util/configparser.y
642
else cfg_parser->cfg->shm_key = atoi($2);
usr.sbin/unbound/util/configparser.y
649
if(atoi($2) == 0)
usr.sbin/unbound/util/configparser.y
651
else cfg_parser->cfg->port = atoi($2);
usr.sbin/unbound/util/configparser.y
711
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
713
else if (atoi($2) > 32)
usr.sbin/unbound/util/configparser.y
715
else if (atoi($2) < 0)
usr.sbin/unbound/util/configparser.y
717
else cfg_parser->cfg->max_client_subnet_ipv4 = (uint8_t)atoi($2);
usr.sbin/unbound/util/configparser.y
728
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
730
else if (atoi($2) > 128)
usr.sbin/unbound/util/configparser.y
732
else if (atoi($2) < 0)
usr.sbin/unbound/util/configparser.y
734
else cfg_parser->cfg->max_client_subnet_ipv6 = (uint8_t)atoi($2);
usr.sbin/unbound/util/configparser.y
745
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
747
else if (atoi($2) > 32)
usr.sbin/unbound/util/configparser.y
749
else if (atoi($2) < 0)
usr.sbin/unbound/util/configparser.y
751
else cfg_parser->cfg->min_client_subnet_ipv4 = (uint8_t)atoi($2);
usr.sbin/unbound/util/configparser.y
762
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
764
else if (atoi($2) > 128)
usr.sbin/unbound/util/configparser.y
766
else if (atoi($2) < 0)
usr.sbin/unbound/util/configparser.y
768
else cfg_parser->cfg->min_client_subnet_ipv6 = (uint8_t)atoi($2);
usr.sbin/unbound/util/configparser.y
779
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
781
else if (atoi($2) < 0)
usr.sbin/unbound/util/configparser.y
783
else cfg_parser->cfg->max_ecs_tree_size_ipv4 = (uint32_t)atoi($2);
usr.sbin/unbound/util/configparser.y
794
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
796
else if (atoi($2) < 0)
usr.sbin/unbound/util/configparser.y
798
else cfg_parser->cfg->max_ecs_tree_size_ipv6 = (uint32_t)atoi($2);
usr.sbin/unbound/util/configparser.y
836
if(atoi($2) == 0)
usr.sbin/unbound/util/configparser.y
838
else cfg_parser->cfg->outgoing_num_ports = atoi($2);
usr.sbin/unbound/util/configparser.y
863
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
865
else cfg_parser->cfg->outgoing_num_tcp = atoi($2);
usr.sbin/unbound/util/configparser.y
872
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
874
else cfg_parser->cfg->incoming_num_tcp = atoi($2);
usr.sbin/unbound/util/configparser.y
960
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
962
else cfg_parser->cfg->tcp_mss = atoi($2);
usr.sbin/unbound/util/configparser.y
969
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
971
else cfg_parser->cfg->outgoing_tcp_mss = atoi($2);
usr.sbin/unbound/util/configparser.y
978
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
980
else if (atoi($2) > 120000)
usr.sbin/unbound/util/configparser.y
982
else if (atoi($2) < 1)
usr.sbin/unbound/util/configparser.y
984
else cfg_parser->cfg->tcp_idle_timeout = atoi($2);
usr.sbin/unbound/util/configparser.y
991
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
993
else if (atoi($2) < 1)
usr.sbin/unbound/util/configparser.y
995
else cfg_parser->cfg->max_reuse_tcp_queries = atoi($2);
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/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));