Searched refs:atoi (Results 351 - 375 of 1300) sorted by relevance

<<11121314151617181920>>

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dread-rtl-function.c363 int dump_num = atoi (name + 1);
616 int bb_idx = atoi (name.string);
696 return atoi (name.string);
965 int insn_id = atoi (name.string);
1046 value = atoi (name.string);
1099 ORIGINAL_REGNO (x) = atoi (desc_start);
1114 ORIGINAL_REGNO (x) = atoi (desc);
1201 int bb_idx = atoi (name.string);
1229 set_mem_alias_set (x, atoi (name.string));
1246 set_mem_offset (x, atoi (nam
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dread-rtl-function.cc363 int dump_num = atoi (name + 1);
616 int bb_idx = atoi (name.string);
696 return atoi (name.string);
966 int insn_id = atoi (name.string);
1047 value = atoi (name.string);
1100 ORIGINAL_REGNO (x) = atoi (desc_start);
1115 ORIGINAL_REGNO (x) = atoi (desc);
1202 int bb_idx = atoi (name.string);
1230 set_mem_alias_set (x, atoi (name.string));
1247 set_mem_offset (x, atoi (nam
[all...]
/netbsd-current/external/bsd/ekermit/dist/
H A Dmain.c221 check = atoi(*xargv);
226 errorrate = atoi(*xargv);
/netbsd-current/external/bsd/libbind/dist/irs/
H A Ddns_pw.c204 pvt->passwd.pw_uid = atoi(cp);
209 pvt->passwd.pw_gid = atoi(cp);
H A Dnis_pw.c244 pvt->passwd.pw_uid = atoi(cp);
249 pvt->passwd.pw_gid = atoi(cp);
/netbsd-current/external/bsd/top/dist/
H A Dcolor.c151 ce->min = atoi(++min);
152 ce->max = atoi(++max);
/netbsd-current/external/gpl2/lvm2/dist/daemons/dmeventd/plugins/mirror/
H A Ddmeventd_mirror.c79 if (!(num_devs = atoi(p)))
89 log_argc = atoi(args[3 + num_devs]);
/netbsd-current/games/arithmetic/
H A Darithmetic.c131 if ((rangemax = atoi(optarg)) <= 0)
249 if (atoi(p) == result) {
/netbsd-current/sys/arch/atari/stand/tostools/chg_pid/
H A Dchg_pid.c156 driveno = atoi(argv[0]);
157 partno = atoi(argv[1]);
/netbsd-current/regress/sys/uvm/pdsim/
H A Dlirs.c293 i = atoi(ln);
302 init(atoi(argv[1]));
H A Dpdsim.c262 i = atoi(ln);
291 pdsim_init(atoi(argv[1]));
/netbsd-current/sbin/dump/
H A Ddumprmt.c307 errno = atoi(code + 1);
322 return (atoi(code + 1));
/netbsd-current/usr.bin/tip/
H A Dvalue.c171 vassign(p, (char *)(long)atoi(cp));
337 vassign(p, (char *)(long)atoi(v));
/netbsd-current/usr.bin/mail/
H A Dmain.c133 width = *cp ? atoi(cp) : 0;
139 height = *cp ? atoi(cp) : 0;
/netbsd-current/tests/lib/libc/regex/
H A Dsplit.c191 for (n = atoi(argv[3]); n > 0; n--) {
195 for (n = atoi(argv[3]); n > 0; n--) {
/netbsd-current/external/gpl2/texinfo/dist/info/
H A Dvariables.c140 *(var->value) = atoi (line);
303 *info_variables[i].value = atoi(value);
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/fuzzer/afl/
H A Dafl_driver.cpp334 N = atoi(argv[1] + 1);
335 else if(argc == 2 && (N = atoi(argv[1])) > 0)
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/fuzzer/dataflow/
H A DDataFlow.cpp128 size_t Beg = atoi(argv[1]);
129 size_t End = atoi(argv[2]);
/netbsd-current/external/bsd/wpa/dist/src/common/
H A Dwpa_helpers.c246 return atoi(res);
275 return atoi(res);
/netbsd-current/usr.sbin/autofs/
H A Dautounmountd.c277 retry_time = atoi(optarg);
280 expiration_time = atoi(optarg);
/netbsd-current/usr.bin/column/
H A Dcolumn.c88 termwidth = atoi(p);
96 termwidth = atoi(optarg);
/netbsd-current/external/lgpl3/gmp/dist/tests/mpq/
H A Dt-get_d.c55 reps = atoi (argv[1]);
175 reps = 100 * atoi (argv[1]);
/netbsd-current/external/lgpl3/gmp/dist/
H A Dgen-trialdivtab.c77 limb_bits = atoi (argv[1]);
81 end_p = atoi (argv[2]);
H A Dgen-bases.c242 limb_bits = atoi (argv[2]);
243 nail_bits = atoi (argv[3]);
H A Dgen-fac.c274 limb_bits = atoi (argv[1]);
275 nail_bits = atoi (argv[2]);

Completed in 209 milliseconds

<<11121314151617181920>>