Searched refs:atoi (Results 426 - 450 of 1300) sorted by relevance

<<11121314151617181920>>

/netbsd-current/usr.bin/tset/
H A Dmap.c232 return (atoi(rate));
/netbsd-current/usr.bin/vis/
H A Dvis.c90 if ((foldwidth = atoi(optarg)) < 5) {
/netbsd-current/usr.sbin/rip6query/
H A Drip6query.c95 query_wait = atoi(optarg);
/netbsd-current/tests/rump/rumpkern/h_client/
H A Dh_stresscli.c153 for (rounds = 1; rounds < atoi(argv[1])*10; rounds++) {
/netbsd-current/usr.bin/hexdump/
H A Dodsyntax.c165 if ((length = atoi(optarg)) < 0)
/netbsd-current/external/bsd/bc/dist/
H A Dmain.c220 line_size = atoi (env_value);
/netbsd-current/external/lgpl3/gmp/dist/mini-gmp/tests/
H A Dt-cong.c140 reps = atoi (argv[1]);
/netbsd-current/crypto/external/bsd/heimdal/dist/kadmin/
H A Dadd-random-users.c180 n = atoi(argv[1]);
/netbsd-current/crypto/external/bsd/heimdal/dist/kuser/
H A Dkcpytkt.c63 flags = atoi(flagstr);
H A Dkdeltkt.c63 flags = atoi(flagstr);
/netbsd-current/external/bsd/librtld_db/dist/
H A Drtld_db.c144 _librtld_db_debug = debug ? atoi(debug) : 0;
/netbsd-current/external/lgpl3/mpc/dist/tests/
H A Drandom.c65 seed = (unsigned long int) atoi (environment_seed);
/netbsd-current/external/ibm-public/postfix/dist/src/cleanup/
H A Dcleanup_bounce.c170 if (alldig(start) && (junk = atoi(start)) > 0
/netbsd-current/external/bsd/wpa/dist/wpa_supplicant/
H A Dbgscan_learn.c134 bss->freq = atoi(buf + 4 + 18);
323 data->short_interval = atoi(params);
329 data->signal_threshold = atoi(pos);
337 data->long_interval = atoi(pos);
/netbsd-current/external/bsd/wpa/dist/src/wps/
H A Dwps_er_ssdp.c86 max_age = atoi(pos2);
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/profile/
H A DInstrProfilingFile.c49 VPBufferSize = atoi(BufferSzStr);
/netbsd-current/tests/lib/libc/db/
H A Dh_lfsr.c66 uint32_t pagesize = atoi(argv[1]);
/netbsd-current/tests/lib/librumpclient/
H A Dh_execthr.c110 execd = atoi(argv[1]);
/netbsd-current/sbin/mount_msdos/
H A Dmount_msdos.c137 args->gmtoff = atoi(optarg);
/netbsd-current/sbin/mount_lfs/
H A Dmount_lfs.c228 pid = atoi(s);
/netbsd-current/sys/arch/vax/boot/boot/
H A Ddevopen.c98 a[x++] = atoi(s);
/netbsd-current/usr.bin/btpin/
H A Dbtpin.c89 len = atoi(optarg);
/netbsd-current/regress/sys/kern/nameibench/
H A Dnameibench.c209 mt = atoi(argv[1]);
/netbsd-current/external/historical/nawk/dist/
H A Dmain.c188 dbg = atoi(&argv[1][2]);
/netbsd-current/lib/libutil/
H A Dpidlock.c129 pid2 = atoi(s);

Completed in 464 milliseconds

<<11121314151617181920>>