Searched refs:atoi (Results 251 - 275 of 1300) sorted by relevance

<<11121314151617181920>>

/netbsd-current/crypto/external/bsd/openssl/dist/apps/
H A Dprime.c69 bits = atoi(opt_arg());
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/ia64/
H A Dfde-vms.c86 eh_debug = EH_DEBUG ? atoi (EH_DEBUG) : 0;
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/lib/
H A Dread1.c56 *sleep = atoi (env);
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Dloongarch-coder.c102 width = atoi (bit_field_1 + 1);
107 ret += atoi (bit_field_1 + 1);
134 width += atoi (t + 1);
136 uimm -= atoi (t + 1);
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
H A Dattach-many-short-lived-threads.c133 n_threads = atoi (argv[1]);
/netbsd-current/external/gpl3/gdb/dist/sim/rl78/
H A Dmain.c86 mem_ram_size (atoi (optarg));
/netbsd-current/tests/lib/librumpclient/
H A Dh_exec.c63 s2 = atoi(argv[2]);
/netbsd-current/external/bsd/tcpdump/dist/missing/
H A Dgetservent.c124 serv.s_port = htons((u_short)atoi(p));
/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A Dgethrtime.c78 clock_rate = val ? atoi (val + 1) : 0;
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Dloongarch-coder.c102 width = atoi (bit_field_1 + 1);
107 ret += atoi (bit_field_1 + 1);
134 width += atoi (t + 1);
136 uimm -= atoi (t + 1);
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A Dgethrtime.c78 clock_rate = val ? atoi (val + 1) : 0;
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Dloongarch-coder.c103 width = atoi (bit_field_1 + 1);
108 ret += atoi (bit_field_1 + 1);
135 width += atoi (t + 1);
137 uimm -= atoi (t + 1);
/netbsd-current/usr.bin/ktrace/
H A Dktrace.c146 maxdata = atoi(optarg);
182 vers = atoi(optarg);
268 return (atoi(p));
/netbsd-current/usr.bin/last/
H A Dlast.c183 hostsize = atoi(optarg);
192 linesize = atoi(optarg);
197 namesize = atoi(optarg);
/netbsd-current/tests/fs/puffs/h_dtfs/
H A Ddtfs.c129 khashbuckets = atoi(optarg);
144 maxreqsize = atoi(optarg);
156 gdtm.dtm_allowprot = atoi(optarg);
/netbsd-current/external/gpl3/gdb.old/dist/sim/ppc/
H A Ddgen.c90 new_spr->spreg_nr = atoi(entry->fields[spreg_reg_nr]);
92 ? atoi(entry->fields[spreg_readonly])
94 new_spr->length = atoi(entry->fields[spreg_length]);
/netbsd-current/external/apache2/mDNSResponder/dist/Clients/
H A Ddnsctl.c205 Opintf = atoi(argv[2]);
223 Ipintfs[i] = atoi(argv[1]);
260 switch (atoi(argv[1]))
/netbsd-current/external/ibm-public/postfix/dist/src/cleanup/
H A Dcleanup_extracted.c124 extra_opts = atoi(buf);
135 defer_delay = atoi(buf);
256 if (!alldig(buf) || (junk = atoi(buf)) == 0 || DSN_NOTIFY_OK(junk) == 0)
/netbsd-current/external/bsd/wpa/dist/wpa_supplicant/
H A Dbgscan_simple.c83 data->short_interval = atoi(params);
89 data->signal_threshold = atoi(pos);
97 data->long_interval = atoi(pos);
/netbsd-current/external/bsd/unbound/dist/testcode/
H A Dsignit.c118 s->keytag = (uint16_t)atoi(argv[3]);
259 out = ldns_nsec3_hash_name(in, (uint8_t)atoi(argv[2]),
260 (uint16_t)atoi(argv[4]),
/netbsd-current/tests/kernel/
H A Dt_pty.c280 packets = (size_t)atoi(optarg);
283 qsize = atoi(optarg);
286 buffer_size = (size_t)atoi(optarg);
/netbsd-current/usr.bin/shlock/
H A Dshlock.c251 return p_exists(uucpstyle ? pid : atoi(buf));
386 pid = atoi(&av[x][2]);
391 pid = atoi(av[x]);
/netbsd-current/sys/dev/videomode/
H A Dvesagtf.c692 vesagtf_mode(atoi(argv[1]), atoi(argv[2]), atoi(argv[3]), &m);
/netbsd-current/external/gpl3/gdb/dist/sim/ppc/
H A Ddgen.c80 new_spr->spreg_nr = atoi(entry->fields[spreg_reg_nr]);
82 ? atoi(entry->fields[spreg_readonly])
84 new_spr->length = atoi(entry->fields[spreg_length]);
/netbsd-current/external/gpl3/binutils.old/dist/gprof/
H A Dgprof.c245 debug_level |= atoi (optarg);
417 bb_table_length = atoi (optarg);
434 output_width = atoi (optarg);

Completed in 323 milliseconds

<<11121314151617181920>>