Searched refs:atoi (Results 201 - 225 of 1300) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl2/gettext/dist/gettext-tools/tests/
H A Dlang-objc38 int n = atoi (argv[2]);
/netbsd-current/crypto/external/cpl/trousers/dist/src/tspi/daa/daa_issuer/
H A Dissuer_setup.c75 nb_platform_attr = atoi( argv[i]);
79 nb_issuer_attr = atoi(argv[i]);
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/asn1/
H A Dasn1_gen.c106 ta = atoi(tag);
108 l = atoi(length);
/netbsd-current/external/bsd/ipf/dist/ipsend/
H A Dipsopt.c104 val = (class && *class) ? atoi(class) : 4;
132 val = atoi(class);
H A Diptest.c126 mtu = atoi(optarg);
134 pointtest = atoi(optarg);
/netbsd-current/external/ibm-public/postfix/dist/src/smtpstone/
H A Dqmqp-sink.c295 if ((ttl = atoi(optarg)) <= 0)
305 if ((backlog = atoi(argv[optind + 1])) <= 0)
/netbsd-current/external/cddl/osnet/dist/tools/ctf/cvt/
H A Dctfconvert.c171 debug_level = atoi(getenv("CTFCONVERT_DEBUG_LEVEL"));
173 debug_parse = atoi(getenv("CTFCONVERT_DEBUG_PARSE"));
/netbsd-current/external/bsd/wpa/dist/src/common/
H A Dctrl_iface_common.c128 val = atoi(value);
203 dst->debug_level = atoi(level);
/netbsd-current/tests/lib/libpthread/
H A Dh_resolv.c159 nhosts = atoi(optarg);
162 nthreads = atoi(optarg);
/netbsd-current/external/bsd/nvi/dist/cl/
H A Dcl_bsd.c310 name[1] == 'f' && (n = atoi(name + 2)) <= 36) {
316 name[1] == 'f' && (n = atoi(name + 2)) <= 63) {
/netbsd-current/usr.sbin/npf/npfd/
H A Dnpfd.c194 delay = atoi(optarg) * 1000;
206 snaplen = atoi(optarg);
/netbsd-current/usr.sbin/rpc.lockd/
H A Dlockd.c100 debug_level = atoi(optarg);
107 grace_period = atoi(optarg);
/netbsd-current/external/bsd/ntp/dist/sntp/libevent/test/
H A Dregress_testutils.c161 int err = atoi(tab->ans);
165 int err = atoi(tab->ans);
/netbsd-current/external/bsd/libevent/dist/test/
H A Dregress_testutils.c176 int err = atoi(tab->ans);
180 int err = atoi(tab->ans);
/netbsd-current/sbin/cgdconfig/
H A Dcgdlex.l59 yylval.integer = atoi(yytext); \
/netbsd-current/external/mit/libuv/dist/test/
H A Drun-tests.c253 uv_uid_t uid = atoi(argv[2]);
254 uv_gid_t gid = atoi(argv[3]);
/netbsd-current/external/gpl3/gcc.old/dist/libobjc/
H A Dencoding.c303 int len = atoi (type + 1);
318 int size = atoi (type);
330 position = atoi (type + 1);
333 size = atoi (type + 1);
531 return atoi (type);
1140 bfld_field_size = atoi (objc_skip_typespec (bfld_type));
1167 bfld_field_size = atoi (objc_skip_typespec (bfld_type));
1222 layout->record_size = atoi (type + 1);
/netbsd-current/external/lgpl3/mpfr/dist/tests/
H A Dtconst_pi.c212 rnd = (argc > 2) ? (mpfr_rnd_t) atoi(argv[2]) : MPFR_RNDZ;
218 if (argc < 4 || atoi (argv[3]) != 0)
H A Dtconst_log2.c178 p = (argc>1) ? atoi(argv[1]) : 53;
179 rnd = (argc>2) ? (mpfr_rnd_t) atoi(argv[2]) : MPFR_RNDN;
/netbsd-current/external/gpl3/gcc/dist/libobjc/
H A Dencoding.c303 int len = atoi (type + 1);
318 int size = atoi (type);
330 position = atoi (type + 1);
333 size = atoi (type + 1);
531 return atoi (type);
1140 bfld_field_size = atoi (objc_skip_typespec (bfld_type));
1167 bfld_field_size = atoi (objc_skip_typespec (bfld_type));
1222 layout->record_size = atoi (type + 1);
/netbsd-current/external/bsd/nsd/dist/
H A Dnsd-checkzone.c157 ixfr_number = (uint32_t)atoi(optarg);
163 ixfr_size = (uint64_t)atoi(optarg);
/netbsd-current/crypto/external/bsd/netpgp/dist/src/hkpd/
H A Dmain.c119 port = atoi(optarg);
/netbsd-current/crypto/external/bsd/netpgp/dist/src/libpaa/
H A Dserver.c66 secretc = atoi(optarg);
/netbsd-current/external/bsd/iscsi/dist/src/osd/
H A Dosd-target.c121 g.port = (uint16_t) atoi(optarg);
/netbsd-current/external/bsd/pdisk/dist/
H A Dcvt_pt.c141 n = atoi(t);

Completed in 318 milliseconds

1234567891011>>