Searched refs:atoi (Results 251 - 275 of 702) sorted by relevance

<<11121314151617181920>>

/freebsd-10.0-release/contrib/ntp/ntpq/
H A Dntpq-opts.c48 extern int atoi(const char*);
497 DESC(DEBUG_LEVEL).optOccCt = atoi( pOptDesc->pzLastArg );
/freebsd-10.0-release/contrib/wpa/hostapd/
H A Dctrl_iface.c120 dst->debug_level = atoi(level);
194 timeout = atoi(timeout_txt);
235 pin_val = atoi(pin);
376 timeout = atoi(pos);
398 timeout = atoi(pos);
453 disassoc_timer = atoi(cmd + 17);
752 wps_testing_dummy_cred = atoi(value);
758 int val = atoi(value);
/freebsd-10.0-release/crypto/openssl/apps/
H A Ds_time.c240 verify_depth=atoi(*(++argv));
296 maxTime= atoi(*(++argv));
/freebsd-10.0-release/release/picobsd/tinyware/simple_httpd/
H A Dsimple_httpd.c403 httpd_group = atoi(optarg);
409 http_port = atoi(optarg);
/freebsd-10.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-app-init.c386 break_uart = atoi(argv + 6);
388 cvmx_debug_uart = atoi(argv + 6);
/freebsd-10.0-release/tools/tools/ath/athspectral/
H A Dathspectral.c219 v = atoi(val);
344 spectral_enable_at_reset(&spectral, atoi(argv[2]));
/freebsd-10.0-release/usr.bin/column/
H A Dcolumn.c92 termwidth = atoi(p);
100 termwidth = atoi(optarg);
/freebsd-10.0-release/contrib/openbsm/bin/auditdistd/
H A Dproto_tls.c1037 pjdlog_init(atoi(argv[3]) == 0 ? PJDLOG_MODE_SYSLOG : PJDLOG_MODE_STD);
1042 tls_exec_client(argv[1], atoi(argv[3]),
1044 argv[7], atoi(argv[8]), atoi(argv[9]));
1048 tls_exec_server(argv[1], atoi(argv[3]), argv[4], argv[5],
1049 atoi(argv[6]));
/freebsd-10.0-release/contrib/wpa/wpa_supplicant/
H A Deapol_test.c128 val = htonl(atoi(attr->data));
986 if (argc < 2 || ((num_triplets = atoi(argv[1])) <= 0)) {
1158 as_port = atoi(optarg);
1161 eapol_test.eapol_test_num_reauths = atoi(optarg);
1170 timeout = atoi(optarg);
1185 p->type = atoi(optarg);
/freebsd-10.0-release/lib/libc/resolv/
H A Dres_init.c464 m = atoi(net);
583 i = atoi(cp + sizeof("ndots:") - 1);
593 i = atoi(cp + sizeof("timeout:") - 1);
609 statp->retrans = atoi(cp + sizeof("retrans:") - 1);
616 statp->retry = atoi(cp + sizeof("retry:") - 1);
619 i = atoi(cp + sizeof("attempts:") - 1);
/freebsd-10.0-release/sbin/tunefs/
H A Dtunefs.c132 evalue = atoi(optarg);
142 fvalue = atoi(optarg);
176 kvalue = atoi(optarg);
215 mvalue = atoi(optarg);
267 svalue = atoi(optarg);
277 Svalue = atoi(optarg);
/freebsd-10.0-release/usr.sbin/moused/
H A Dmoused.c588 rodent.button2timeout = atoi(optarg);
652 rodent.level = atoi(optarg);
682 rodent.resolution = atoi(optarg);
695 i = atoi(optarg);
709 i = atoi(optarg);
724 i = atoi(argv[optind]);
738 rodent.clickthreshold = atoi(optarg);
751 rodent.rate = atoi(optarg);
767 rodent.scrollspeed = atoi(optarg);
783 rodent.baudrate = atoi(optar
[all...]
/freebsd-10.0-release/contrib/gdb/gdb/tui/
H A Dtui-win.c926 ts = atoi (arg);
984 input_no = atoi (buf_ptr);
1039 int input_no = atoi (arg);
1484 *num_to_scroll = atoi (num_str);
1488 *num_to_scroll = atoi (num_str);
/freebsd-10.0-release/contrib/ofed/librdmacm/examples/
H A Drping.c1135 cb->port = htons(atoi(optarg));
1136 DEBUG_LOG("port %d\n", (int) atoi(optarg));
1147 cb->size = atoi(optarg);
1155 DEBUG_LOG("size %d\n", (int) atoi(optarg));
1158 cb->count = atoi(optarg);
/freebsd-10.0-release/contrib/tcpdump/
H A Dsmbutil.c477 int l = atoi(fmt + 1);
649 int l = atoi(fmt + 1);
681 int l = atoi(fmt + 1);
692 int t = atoi(fmt+1);
730 switch (atoi(fmt + 1)) {
/freebsd-10.0-release/usr.bin/tftp/
H A Dmain.c612 t = atoi(argv[1]);
639 t = atoi(argv[1]);
960 int size = atoi(argv[1]);
998 int size = atoi(argv[1]);
1050 packetdroppercentage = atoi(argv[1]);
/freebsd-10.0-release/contrib/apr-util/test/
H A Dtestmemcache.c393 expect = i + atoi(result);
402 ABTS_INT_EQUAL(tc, atoi(result), new);
409 ABTS_INT_EQUAL(tc, 271, atoi(result));
/freebsd-10.0-release/contrib/ldns/drill/
H A Ddrill.c234 verbosity = atoi(optarg);
269 qbuf = (uint16_t)atoi(optarg);
334 qport = (uint16_t)atoi(optarg);
/freebsd-10.0-release/contrib/libarchive/tar/
H A Dbsdtar.c274 t = atoi(bsdtar->argument);
322 t = atoi(bsdtar->argument);
611 t = atoi(bsdtar->argument);
/freebsd-10.0-release/contrib/ntp/util/
H A Dntp-keygen-opts.c49 extern int atoi(const char*);
881 DESC(DEBUG_LEVEL).optOccCt = atoi( pOptDesc->pzLastArg );
908 val = atoi( pOptDesc->optArg.argString );
/freebsd-10.0-release/contrib/sendmail/src/
H A Ddaemon.c1486 d->d_maxchildren = atoi(v);
1506 d->d_delayLA = atoi(v);
1514 d->d_addr.sa.sa_family = atoi(v);
1560 d->d_listenqueue = atoi(v);
1585 d->d_queueLA = atoi(v);
1589 d->d_tcprcvbufsize = atoi(v);
1593 d->d_refuseLA = atoi(v);
1600 d->d_tcpsndbufsize = atoi(v);
1729 atoi((const char *) port));
1753 atoi(por
[all...]
/freebsd-10.0-release/contrib/wpa/src/eap_peer/
H A Deap_mschapv2.c410 data->prev_error = atoi(pos);
420 retry = atoi(pos);
458 data->passwd_change_version = atoi(pos);
/freebsd-10.0-release/libexec/tftpd/
H A Dtftpd.c149 if (atoi(optarg) != 0)
150 debug += atoi(optarg);
170 packetdroppercentage = atoi(optarg);
/freebsd-10.0-release/release/picobsd/tinyware/view/
H A Dview.c492 res=atoi(optarg);
543 auto_chg=atoi(buf+12);
547 nimg=atoi(buf);
/freebsd-10.0-release/tools/tools/crypto/
H A Dcryptotest.c549 maxthreads = atoi(optarg);
569 count = atoi(argv[0]);
571 int s = atoi(argv[1]);

Completed in 336 milliseconds

<<11121314151617181920>>