Searched refs:atoi (Results 126 - 150 of 1300) sorted by relevance

1234567891011>>

/netbsd-current/external/lgpl3/mpfr/dist/tests/
H A Dtzeta_ui.c51 mpfr_set_prec (x, atoi (argv[2]));
52 mpfr_zeta_ui (x, atoi (argv[1]),
53 argc > 3 ? (mpfr_rnd_t) atoi (argv[3]) : MPFR_RNDN);
/netbsd-current/external/gpl3/gdb/dist/gdb/mi/
H A Dmi-cmd-disas.c128 line_num = atoi (oarg);
132 how_many = atoi (oarg);
187 mode = atoi (argv[0]);
/netbsd-current/external/mpl/bind/dist/bin/tools/
H A Dnsec3hash.c108 hash_alg = atoi(algostr);
112 flags = flagstr == NULL ? 0 : atoi(flagstr);
116 iterations = atoi(iterstr);
/netbsd-current/crypto/external/cpl/tpm-tools/dist/src/tpm_mgmt/
H A Dtpm_nvdefine.c112 if (aArg && atoi(aArg) >= 0 && atoi(aArg) < 24) {
113 selectedPcrsRead[selectedPcrsReadLen++] = atoi(aArg);
119 if (aArg && atoi(aArg) >= 0 && atoi(aArg) < 24) {
120 selectedPcrsWrite[selectedPcrsWriteLen++] = atoi(aArg);
/netbsd-current/external/ibm-public/postfix/dist/src/cleanup/
H A Dcleanup_envelope.c141 extra_opts = atoi(buf);
152 defer_delay = atoi(buf);
170 if ((milter_count = atoi(buf)) >= 0)
318 if (!alldig(mapped_buf) || (junk = atoi(mapped_buf)) == 0
431 if (!alldig(mapped_buf) || (junk = atoi(mapped_buf)) == 0
495 state->tflags = DEL_REQ_TRACE_FLAGS(atoi(attr_value));
/netbsd-current/external/bsd/ntp/dist/util/
H A Dntptime.c132 ntx.constant = atoi(ntp_optarg);
141 ntx.esterror = atoi(ntp_optarg);
151 ntx.maxerror = atoi(ntp_optarg);
156 ntx.offset = atoi(ntp_optarg);
165 ntx.status = atoi(ntp_optarg);
172 ntx.constant = atoi(ntp_optarg);
/netbsd-current/external/bsd/wpa/dist/wpa_supplicant/
H A Dctrl_iface.c280 if (atoi(cmd)) {
360 relative_rssi = atoi(cmd);
380 adjust_rssi = atoi(pos);
433 atoi(value), -1, -1, -1);
436 -1, atoi(value), -1, -1);
439 -1, -1, atoi(value), -1);
442 -1, -1, -1, atoi(value));
445 atoi(value))) {
454 atoi(value))) {
462 atoi(valu
[all...]
/netbsd-current/sys/arch/atari/stand/tostools/loadbsd/
H A Dloadbsd.c112 od->stmem_size = atoi(optarg);
118 od->ttmem_size = atoi(optarg);
/netbsd-current/regress/sys/fs/lfs/9994/
H A D9994_f.c77 bsize = atoi(optarg);
83 n = atoi(optarg);
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/tests/
H A Dlang-c22 int n = atoi (argv[2]);
/netbsd-current/crypto/dist/ipsec-tools/src/racoon/
H A Dmain.c200 lcconf->port_isakmp = atoi(optarg);
203 lcconf->port_isakmp_natt = atoi(optarg);
/netbsd-current/external/lgpl3/gmp/dist/demos/expr/
H A Drun-expr.c185 base = atoi (arg);
197 prec = atoi (arg);
/netbsd-current/lib/libform/
H A Dtype_ipv4.c96 mask = atoi(slash);
106 vals[i] = atoi(p);
/netbsd-current/usr.sbin/videomode/
H A Dvideomode.c72 m = atoi(optarg);
85 dump_mode(atoi(*argv));
/netbsd-current/external/bsd/unbound/dist/util/
H A Dtcp_conn_limit.c113 if(atoi(s2) < 0) {
117 limit = (uint32_t)atoi(s2);
/netbsd-current/games/wump/
H A Dwump.c155 arrow_num = atoi(optarg);
158 bat_num = atoi(optarg);
169 pit_num = atoi(optarg);
172 room_num = atoi(optarg);
185 link_num = atoi(optarg);
328 next_room = atoi(room_number);
349 next_room = atoi(answer);
437 next = atoi(p);
/netbsd-current/external/bsd/openldap/dist/libraries/liblber/
H A Detest.c134 rc = ber_printf( ber, fmt, atoi(buf) );
157 tag = atoi(buf);
/netbsd-current/external/mit/expat/dist/tests/benchmark/
H A Dbenchmark.c94 bufferSize = atoi(argv[j + 2]);
95 nrOfLoops = atoi(argv[j + 3]);
/netbsd-current/external/bsd/am-utils/dist/amd/
H A Dconf.c384 gopt.auto_attrcache = atoi(val);
452 gopt.am_timeo = atoi(val);
492 gopt.am_timeo_w = atoi(val);
518 gopt.exec_map_timeout = atoi(val);
774 gopt.map_reload_interval = atoi(val);
840 gopt.preferred_amq_port = atoi(val);
900 gopt.amfs_auto_retrans[i] = atoi(val);
908 gopt.amfs_auto_retrans[AMU_TYPE_UDP] = atoi(val);
916 gopt.amfs_auto_retrans[AMU_TYPE_TCP] = atoi(val);
924 gopt.amfs_auto_retrans[AMU_TYPE_TOPLVL] = atoi(va
[all...]
H A Dget_args.c196 gopt.am_timeo = atoi(optarg);
238 gopt.amfs_auto_timeo[i] = atoi(optarg);
242 gopt.amfs_auto_retrans[i] = atoi(dot + 1);
257 gopt.am_timeo_w = atoi(optarg);
/netbsd-current/external/bsd/ipf/dist/lib/
H A Daddipopt.c55 val = atoi(class);
H A Dalist_new.c51 bits = atoi(slash + 1);
H A Dgetport.c31 int portval = atoi(name);
/netbsd-current/external/bsd/iscsi/dist/src/target/
H A Discsi-target.c80 if ((i = atoi(optarg)) > 0 && i < 128) {
/netbsd-current/external/bsd/wpa/dist/src/utils/
H A Dbrowser-system.c44 data->success = atoi(url + 5);

Completed in 385 milliseconds

1234567891011>>