Searched refs:atoi (Results 76 - 100 of 1300) sorted by relevance

1234567891011>>

/netbsd-current/tests/lib/libc/db/
H A Dh_db.c282 recno = atoi(p + 1);
629 ib.flags = atoi(eq);
633 ib.cachesize = atoi(eq);
637 ib.maxkeypage = atoi(eq);
641 ib.minkeypage = atoi(eq);
645 ib.lorder = atoi(eq);
649 ib.psize = atoi(eq);
655 ih.bsize = atoi(eq);
659 ih.ffactor = atoi(eq);
663 ih.nelem = atoi(e
[all...]
/netbsd-current/usr.bin/skey/
H A Dskey.c55 cnt = atoi(optarg);
88 if ((n = atoi(argv[optind])) < 0) {
97 if ((n = atoi(argv[optind])) < 0) {
/netbsd-current/usr.sbin/spray/
H A Dspray.c78 count = atoi(optarg);
81 delay = atoi(optarg);
84 length = atoi(optarg);
/netbsd-current/usr.sbin/lpr/filters/
H A Dlpf.c94 if ((i = atoi(optarg)) > 0 && i <= MAXWIDTH)
98 length = atoi(optarg);
101 indent = atoi(optarg);
/netbsd-current/sys/arch/prep/stand/boot/
H A Ddevopen.c99 *part = atoi(args[2]);
102 *unit = atoi(args[1]);
105 *ctlr = atoi(args[0]);
/netbsd-current/external/lgpl3/mpc/dist/tests/
H A Dtpow_ui.c100 p = atoi (argv[1]);
101 n = atoi (argv[2]);
103 k = (argc > 3) ? atoi (argv[3]) : 1;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/mi/
H A Dmi-cmd-disas.c113 line_num = atoi (oarg);
117 how_many = atoi (oarg);
153 mode = atoi (argv[0]);
/netbsd-current/external/bsd/openldap/dist/libraries/libldap/
H A Dtest.c186 tmp.mod_op = atoi( buf );
304 ldap_debug = atoi( optarg );
324 port = atoi( optarg );
399 id = atoi( line );
466 ldap_debug = atoi( line );
487 ld->ld_msgid = atoi( line );
492 ld->ld_version = atoi( line );
536 id = atoi( line );
542 all = atoi( line );
575 scope = atoi( lin
[all...]
/netbsd-current/external/bsd/wpa/dist/wpa_supplicant/
H A Dautoscan_periodic.c29 interval = atoi(params);
/netbsd-current/lib/libc/gdtoa/test/
H A Dgetround.c59 i = atoi(s);
/netbsd-current/lib/libc/gen/
H A Dfstab.c118 _fs_fstab.fs_freq = atoi(cp);
120 _fs_fstab.fs_passno = atoi(cp);
139 _fs_fstab.fs_freq = atoi(cp);
141 _fs_fstab.fs_passno = atoi(cp);
/netbsd-current/sys/arch/x68k/usr.bin/bellctrl/
H A Dbellctrl.c98 percent = atoi(arg);
108 set_bell_pitch(atoi(arg));
115 set_bell_dur(atoi(arg));
166 if (*p || atoi(arg) > maximum)
/netbsd-current/usr.bin/hexdump/
H A Dhexsyntax.c90 if ((length = atoi(optarg)) < 0)
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/tsan/benchmarks/
H A Dstart_many_threads.cc29 n_threads = atoi(argv[1]);
/netbsd-current/games/gomoku/
H A Dstoc.c83 int y = atoi(&mp[1]);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dbreak.c47 printf ("%d\n", factorial (atoi ("6"))); /* set breakpoint 1 here */
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dbreak.c47 printf ("%d\n", factorial (atoi ("6"))); /* set breakpoint 1 here */
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
H A Ddetach-step-over.c84 n_threads = atoi (argv[1]);
/netbsd-current/sbin/wsconsctl/
H A Dmap_scan.l93 yylval.ival = atoi(yytext);
/netbsd-current/external/lgpl3/gmp/dist/
H A Dgen-fib.c130 limb_bits = atoi (argv[2]);
131 nail_bits = atoi (argv[3]);
/netbsd-current/usr.bin/at/
H A Dparsetime.c320 delay = atoi(sc_token);
366 hour = atoi(sc_token);
375 minute = atoi(sc_token);
488 mday = atoi(sc_token);
490 year = atoi(sc_token);
520 mon = atoi(sc_token);
528 mday = atoi(sc_token);
531 year = atoi(sc_token);
/netbsd-current/usr.sbin/ldpd/
H A Dconffile.c234 int ht = atoi(line);
247 int cp = atoi(line);
260 int kt = atoi(line);
273 int hdt = atoi(line);
283 int ml = atoi(line);
293 int ml = atoi(line);
363 int nd = atoi(line);
373 int loopd = atoi(line);
/netbsd-current/external/gpl3/gdb/dist/readline/readline/examples/
H A Drl.c109 fd = atoi(optarg);
120 nch = atoi(optarg);
H A Drlevent.c123 fd = atoi(optarg);
134 nch = atoi(optarg);
/netbsd-current/external/mpl/dhcp/dist/omapip/
H A Dtest.c79 (unsigned)atoi (argv [2]), 1);
99 (unsigned)atoi (argv [3]), 0);

Completed in 407 milliseconds

1234567891011>>