Searched refs:atoi (Results 226 - 250 of 1300) sorted by relevance

1234567891011>>

/netbsd-current/games/sail/
H A Dmain.c157 game = atoi(*argv);
/netbsd-current/libexec/rpc.rstatd/
H A Drstatd.c75 closedown = atoi(argv[1]);
/netbsd-current/sbin/slattach/
H A Dslattach.c105 speed = atoi(optarg);
/netbsd-current/usr.bin/systat/
H A Dglobalcmds.c129 interval = atoi(args);
/netbsd-current/usr.sbin/bthcid/
H A Dbthcid.c83 mode = atoi(optarg);
/netbsd-current/usr.sbin/mlxctl/
H A Ddklist.c128 unit = atoi(name + 2);
/netbsd-current/tests/net/if/
H A Difconf.c127 show_interfaces(atoi(argv[2]));
/netbsd-current/usr.bin/hexdump/
H A Dparse.c129 tfu->reps = atoi(savep);
144 tfu->bcnt = atoi(savep);
188 prec = atoi(fmt);
263 prec = atoi(p1);
/netbsd-current/crypto/external/cpl/trousers/dist/src/tspi/
H A Dtsp_tcsi_param.c52 *port = atoi(raw_port_str);
/netbsd-current/external/bsd/ipf/dist/ipsend/
H A Dipresend.c105 mtu = atoi(optarg);
/netbsd-current/external/bsd/wpa/dist/src/utils/
H A Dbrowser-wpadebug.c44 data->success = atoi(url + 5);
H A Dbrowser-android.c44 data->success = atoi(url + 5);
/netbsd-current/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/
H A Duserdatarequest.cpp58 networkid = atoi(pos);
/netbsd-current/sys/arch/zaurus/stand/zboot/
H A Dbootmenu.c63 choice = atoi(input) - 1;
/netbsd-current/usr.sbin/sesd/srcs/
H A Dchpmon.c62 delay = atoi(v[1]);
/netbsd-current/usr.sbin/srtconfig/
H A Dsrtconfig.c199 w = atoi(txt_mask);
289 do_query(atoi(txt_n));
292 do_del(atoi(txt_n));
298 do_set(atoi(txt_n));
/netbsd-current/external/lgpl3/gmp/dist/tests/mpq/
H A Dt-cmp.c61 reps = atoi (argv[1]);
H A Dio.c59 reps = atoi (argv[1]);
/netbsd-current/external/lgpl3/gmp/dist/tests/mpz/
H A Dt-perfsqr.c147 reps = atoi (argv[1]);
/netbsd-current/external/lgpl3/gmp/dist/tests/rand/
H A Dspect.c83 n = (unsigned int) atoi (argv[2]);
/netbsd-current/lib/libpthread/
H A Dpthread_lock.c178 pthread__nspins = atoi(p);
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/ia64/
H A Dfde-vms.c86 eh_debug = EH_DEBUG ? atoi (EH_DEBUG) : 0;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
H A Dattach-many-short-lived-threads.c133 n_threads = atoi (argv[1]);
/netbsd-current/external/gpl3/gdb.old/dist/sim/rl78/
H A Dmain.c85 mem_ram_size (atoi (optarg));
/netbsd-current/crypto/external/bsd/openssl/dist/demos/digest/
H A DEVP_MD_xof.c56 digest_len_i = atoi(argv[1]);

Completed in 288 milliseconds

1234567891011>>