Searched refs:atoi (Results 276 - 300 of 1300) sorted by relevance

<<11121314151617181920>>

/netbsd-current/external/gpl3/binutils/dist/gprof/
H A Dgprof.c245 debug_level |= atoi (optarg);
417 bb_table_length = atoi (optarg);
434 output_width = atoi (optarg);
/netbsd-current/external/bsd/wpa/dist/hostapd/
H A Dctrl_iface.c171 timeout = atoi(timeout_txt);
212 pin_val = atoi(pin);
463 timeout = atoi(pos);
485 timeout = atoi(pos);
636 code = atoi(pos);
642 reauth_delay = atoi(pos);
686 val = atoi(pos);
784 disassoc_timer = atoi(cmd + 17);
821 disassoc_timer = atoi(timerstr);
866 disassoc_timer = atoi(po
[all...]
/netbsd-current/external/bsd/tre/dist/tests/
H A Dbench.c158 test_id = atoi(optarg);
161 max_len = atoi(optarg);
164 steps = atoi(optarg);
167 samples = atoi(optarg);
170 repeats = atoi(optarg);
/netbsd-current/external/bsd/ntp/dist/ntpd/
H A Drefclock_bancomm.c548 time_vme->day = (unsigned short)atoi(cbuf);
553 time_vme->hr = (unsigned short)atoi(cbuf);
558 time_vme->mn = (unsigned short)atoi(cbuf);
563 time_vme->sec = (unsigned short)atoi(cbuf);
571 time_vme->frac = (u_long) atoi(cbuf);
/netbsd-current/tests/net/net/
H A Dt_unix.c483 test(false, false, false, atoi(argv[1]));
484 test(false, true, false, atoi(argv[1]));
485 test(true, false, false, atoi(argv[1]));
486 test(true, true, false, atoi(argv[1]));
487 test(true, true, true, atoi(argv[1]));
/netbsd-current/usr.sbin/puffs/mount_psshfs/
H A Dpsshfs.c180 numconnections = atoi(optarg);
197 pctx.manglegid = atoi(optarg);
216 max_reads = atoi(optarg);
222 refreshival = atoi(optarg);
228 pctx.mangleuid = atoi(optarg);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/mi/
H A Dmi-cmd-stack.c127 frame_low = atoi (argv[0 + oind]);
128 frame_high = atoi (argv[1 + oind]);
196 frame_high = atoi (argv[0]);
341 frame_low = atoi (argv[1 + oind]);
342 frame_high = atoi (argv[2 + oind]);
/netbsd-current/external/gpl3/gdb/dist/gdb/mi/
H A Dmi-cmd-stack.c129 frame_low = atoi (argv[0 + oind]);
130 frame_high = atoi (argv[1 + oind]);
200 frame_high = atoi (argv[0]);
345 frame_low = atoi (argv[1 + oind]);
346 frame_high = atoi (argv[2 + oind]);
H A Dmi-cmd-break.c429 int bpnum = atoi (argv[oind]);
461 n = atoi (argv[0]);
462 p = atoi (argv[1]);
/netbsd-current/external/ibm-public/postfix/dist/src/smtpstone/
H A Dsmtp-sink.c1093 set_cmd_delay(cmd, atoi(delay), odds ? atoi(odds) : 0);
1483 if (!alldig(optarg) || (abort_delay = atoi(optarg)) < 0)
1531 if ((data_read_delay = atoi(optarg)) <= 0)
1538 if ((max_client_count = atoi(optarg)) <= 0)
1542 if ((max_msg_quit_count = atoi(optarg)) <= 0)
1546 if ((max_quit_count = atoi(optarg)) <= 0)
1581 if ((var_tmout = atoi(optarg)) <= 0)
1585 if ((inet_windowsize = atoi(optarg)) <= 0)
1595 if ((delay = atoi(optar
[all...]
/netbsd-current/games/warp/
H A Dscore.c81 processnum = atoi(s+11);
158 smarts = atoi(spbuf+20);
159 cumsmarts = atoi(spbuf+24);
160 numents = atoi(spbuf+30);
161 numbases = atoi(spbuf+33);
162 wave = atoi(spbuf+36);
/netbsd-current/sbin/pppoectl/
H A Dpppoectl.c437 max_noreceive = atoi(arg+off);
446 maxalive = atoi(arg+off);
455 alive_intval = atoi(arg+off);
480 int timeout_arg = atoi(arg+off);
490 authfailset.max_failures = atoi(arg+off);
495 dnssettings.query_dns = atoi(arg+off);
/netbsd-current/usr.sbin/lpr/lpd/
H A Dlpd.c183 child_max = atoi(optarg);
195 wait_time = atoi(optarg);
216 if ((i = atoi(argv[0])) == 0)
497 requ[requests++] = atoi(cp);
533 requ[requests++] = atoi(cp);
613 atoi(serv) >= IPPORT_RESERVED)
/netbsd-current/usr.bin/m4/
H A Deval.c237 pbnum(atoi(argv[2]) + 1);
246 pbnum(atoi(argv[2]) - 1);
336 if (argc > 2 && (n = atoi(argv[2])) != 0)
466 exit((argc > 2) ? atoi(argv[2]) : 0);
890 fc = ap + atoi(argv[3]); /* first char */
897 nc = min(nc, atoi(argv[4]));
/netbsd-current/usr.sbin/ypserv/mknetid/
H A Dmknetid.c183 u->usr_uid = atoi(uid);
184 u->usr_gid = atoi(gid);
197 g = atoi(gid);
/netbsd-current/external/gpl3/gdb.old/dist/zlib/examples/
H A Denough.c476 syms = atoi(argv[1]);
478 root = atoi(argv[2]);
480 max = atoi(argv[3]);
/netbsd-current/external/gpl3/gdb.old/dist/gprof/
H A Dgprof.c245 debug_level |= atoi (optarg);
417 bb_table_length = atoi (optarg);
434 output_width = atoi (optarg);
/netbsd-current/crypto/external/bsd/openssl/dist/test/testutil/
H A Ddriver.c109 level = 4 * atoi(TAP_levels);
113 set_seed(atoi(test_seed));
148 single_test = atoi(name);
/netbsd-current/crypto/external/bsd/libsaslc/dist/test/
H A Dexample_client.c130 n = atoi(input);
/netbsd-current/external/bsd/ipf/dist/ipsend/
H A Dsdlpi.c80 i = atoi(s);
/netbsd-current/external/bsd/iscsi/dist/src/lib/
H A Dnetmask.c101 slash = atoi(cp + 1);
/netbsd-current/external/gpl2/gmake/dist/
H A Darscan.c589 name = namemap + atoi (name + 1);
596 int namesize = atoi (name + 3);
625 atoi (member_header.ar_uid),
626 atoi (member_header.ar_gid),
/netbsd-current/lib/libc/gdtoa/test/
H A Ddtest.c82 ndig = atoi(s+1);
H A Dftest.c81 ndig = atoi(s+1);
/netbsd-current/tests/rump/rumpkern/h_client/
H A Dh_reconcli.c90 timecount = atoi(argv[1]);

Completed in 476 milliseconds

<<11121314151617181920>>