| /freebsd-10-stable/contrib/unbound/util/ |
| D | configparser.y | 229 if(atoi($2) == 0 && strcmp($2, "0") != 0) 231 else cfg_parser->cfg->num_threads = atoi($2); 238 if(atoi($2) == 0 && strcmp($2, "0") != 0) 240 else cfg_parser->cfg->verbosity = atoi($2); 249 else if(atoi($2) == 0) 251 else cfg_parser->cfg->stat_interval = atoi($2); 276 if(atoi($2) == 0) 278 else cfg_parser->cfg->port = atoi($2); 313 if(atoi($2) == 0) 315 else cfg_parser->cfg->outgoing_num_ports = atoi($2); [all …]
|
| /freebsd-10-stable/contrib/wpa/hostapd/ |
| D | config_file.c | 168 vlan_id = atoi(pos); in hostapd_config_read_maclist() 514 attr->type = atoi(value); in hostapd_parse_radius_attr() 556 wpabuf_put_be32(attr->val, atoi(pos)); in hostapd_parse_radius_attr() 778 list[count++] = atoi(pos); in hostapd_parse_rates() 833 i = atoi(value); in hostapd_config_read_int10() 891 queue->aifs = atoi(val); in hostapd_config_tx_queue() 898 queue->cwmin = atoi(val); in hostapd_config_tx_queue() 905 queue->cwmax = atoi(val); in hostapd_config_tx_queue() 1476 realm->encoding = atoi(pos); in parse_nai_realm() 1517 eap->eap_method = atoi(pos); in parse_nai_realm() [all …]
|
| /freebsd-10-stable/tools/tools/vxge/ |
| D | vxge_info.c | 172 (atoi(argv[5]) >= 0) && in main() 173 (atoi(argv[5]) < 17)) { in main() 174 vxge_get_stats_driver(atoi(argv[5])); in main() 183 if ((atoi(argv[3]) >= 2) && (atoi(argv[3]) <= 4)) in main() 184 vxge_set_port_mode(atoi(argv[3])); in main() 189 if (((atoi(argv[3]) >= 0) && (atoi(argv[3]) < 8) && in main() 190 (atoi(argv[4]) <= 10000))) in main() 191 vxge_set_bw_priority(atoi(argv[3]), in main() 192 atoi(argv[4]), -1, VXGE_SET_BANDWIDTH); in main() 198 if (((atoi(argv[3]) >= 0) && (atoi(argv[3]) < 8) && in main() [all …]
|
| /freebsd-10-stable/contrib/netbsd-tests/lib/libc/db/ |
| D | h_db.c | 286 recno = atoi(p + 1); in main() 645 ib.flags = atoi(eq); in setinfo() 649 ib.cachesize = atoi(eq); in setinfo() 653 ib.maxkeypage = atoi(eq); in setinfo() 657 ib.minkeypage = atoi(eq); in setinfo() 661 ib.lorder = atoi(eq); in setinfo() 665 ib.psize = atoi(eq); in setinfo() 671 ih.bsize = atoi(eq); in setinfo() 675 ih.ffactor = atoi(eq); in setinfo() 679 ih.nelem = atoi(eq); in setinfo() [all …]
|
| /freebsd-10-stable/lib/libc/db/test/ |
| D | dbtest.c | 275 recno = atoi(p + 1); 598 ib.flags = atoi(eq); 602 ib.cachesize = atoi(eq); 606 ib.maxkeypage = atoi(eq); 610 ib.minkeypage = atoi(eq); 614 ib.lorder = atoi(eq); 618 ib.psize = atoi(eq); 624 ih.bsize = atoi(eq); 628 ih.ffactor = atoi(eq); 632 ih.nelem = atoi(eq); [all …]
|
| /freebsd-10-stable/tools/tools/ath/athprom/ |
| D | athprom.c | 586 fprintf(fd, "%3d", eepromN.modalHeader[curmode].noiseFloorThreshCh[atoi(var+18)]); in eevar() 588 fprintf(fd, "%3d", eepromN.modalHeader[curmode].xlnaGainCh[atoi(var+10)]); in eevar() 616 printAntennaControl(fd, atoi(var+14)); in eevar() 619 eepromN.modalHeader[curmode].antCtrlChain[atoi(var+12)]); in eevar() 622 eepromN.modalHeader[curmode].antennaGainCh[atoi(var+9)]); in eevar() 625 eepromN.modalHeader[curmode].txRxAttenCh[atoi(var+11)]); in eevar() 628 eepromN.modalHeader[curmode].rxTxMarginCh[atoi(var+12)]); in eevar() 633 eepromN.modalHeader[curmode].iqCalICh[atoi(var+8)]); in eevar() 636 eepromN.modalHeader[curmode].iqCalQCh[atoi(var+8)]); in eevar() 707 eepromN.baseEepHeader.macAddr[atoi(var+7)]); in eevar() [all …]
|
| /freebsd-10-stable/tools/tools/ioat/ |
| D | ioatcontrol.c | 86 t->buffer_size = atoi(argv[2]); in main_raw() 121 t.coalesce_period = atoi(optarg); in main() 180 t.channel_index = atoi(argv[0]); in main() 191 t.transactions = atoi(argv[1]); in main() 194 t.buffer_size = atoi(argv[2]); in main() 202 t.chain_depth = atoi(argv[3]); in main() 210 t.duration = atoi(argv[4]); in main()
|
| /freebsd-10-stable/gnu/usr.bin/rcs/lib/ |
| D | rcstime.c | 147 t.tm_year = atoi(date) - (date[2]=='.' ? 0 : 1900); 148 t.tm_mon = atoi(p) - 1; 149 t.tm_mday = atoi(p+3); 150 t.tm_hour = atoi(p+6); 151 t.tm_min = atoi(p+9); 152 t.tm_sec = atoi(p+12);
|
| /freebsd-10-stable/tools/tools/wtap/vis_map/ |
| D | vis_map.c | 98 l.id1 = atoi(argv[2]); in main() 99 l.id2 = atoi(argv[3]); in main() 108 l.id1 = atoi(argv[2]); in main() 109 l.id2 = atoi(argv[3]); in main()
|
| /freebsd-10-stable/contrib/wpa/wpa_supplicant/ |
| D | ctrl_iface.c | 308 atoi(value), -1, -1, -1); in wpa_supplicant_ctrl_iface_set() 311 -1, atoi(value), -1, -1); in wpa_supplicant_ctrl_iface_set() 314 -1, -1, atoi(value), -1); in wpa_supplicant_ctrl_iface_set() 317 -1, -1, -1, atoi(value)); in wpa_supplicant_ctrl_iface_set() 320 atoi(value))) in wpa_supplicant_ctrl_iface_set() 325 atoi(value))) in wpa_supplicant_ctrl_iface_set() 328 if (wpa_sm_set_param(wpa_s->wpa, RSNA_SA_TIMEOUT, atoi(value))) in wpa_supplicant_ctrl_iface_set() 331 wpa_s->wps_fragment_size = atoi(value); in wpa_supplicant_ctrl_iface_set() 348 wps_testing_dummy_cred = atoi(value); in wpa_supplicant_ctrl_iface_set() 353 if (wpa_drv_ampdu(wpa_s, atoi(value)) < 0) in wpa_supplicant_ctrl_iface_set() [all …]
|
| /freebsd-10-stable/tools/tools/net80211/wlaninject/ |
| D | wlaninject.c | 197 return atoi(type) & 3; in str2type() 217 return atoi(subtype) & 0xf; in str2subtype() 254 switch (atoi(rate)) { in str2rate() 559 chan = atoi(optarg); in main() 563 wh->i_fc[0] |= atoi(optarg)& IEEE80211_FC0_VERSION_MASK; in main() 611 *(uint16_t*)wh->i_dur = htole16(atoi(optarg)); in main() 631 *(uint16_t*)wh->i_seq |= htole16((atoi(optarg) & 0xfff) in main() 636 wh->i_seq[0] |= atoi(optarg) & 0xf; in main() 645 len = atoi(optarg); in main() 697 *x = htole16(atoi(optarg)); in main() [all …]
|
| /freebsd-10-stable/usr.sbin/rmt/ |
| D | rmt.c | 109 tape = open(device, atoi(mode), 0666); in main() 126 rval = lseek(tape, (off_t)strtoll(count, NULL, 10), atoi(pos)); in main() 133 n = atoi(count); in main() 151 n = atoi(count); in main() 166 mtop.mt_op = atoi(op); in main() 167 mtop.mt_count = atoi(count); in main()
|
| /freebsd-10-stable/contrib/amd/amd/ |
| D | conf.c | 382 gopt.auto_attrcache = atoi(val); in gopt_auto_attrcache() 450 gopt.am_timeo = atoi(val); in gopt_cache_duration() 490 gopt.am_timeo_w = atoi(val); in gopt_dismount_interval() 516 gopt.exec_map_timeout = atoi(val); in gopt_exec_map_timeout() 772 gopt.map_reload_interval = atoi(val); in gopt_map_reload_interval() 838 gopt.preferred_amq_port = atoi(val); in gopt_preferred_amq_port() 898 gopt.amfs_auto_retrans[i] = atoi(val); in gopt_nfs_retransmit_counter() 906 gopt.amfs_auto_retrans[AMU_TYPE_UDP] = atoi(val); in gopt_nfs_retransmit_counter_udp() 914 gopt.amfs_auto_retrans[AMU_TYPE_TCP] = atoi(val); in gopt_nfs_retransmit_counter_tcp() 922 gopt.amfs_auto_retrans[AMU_TYPE_TOPLVL] = atoi(val); in gopt_nfs_retransmit_counter_toplvl() [all …]
|
| D | ops_tmpfs.c | 138 tmpfs_args.ta_nodes_max = atoi(p); in mount_tmpfs() 143 tmpfs_args.ta_size_max = atoi(p); in mount_tmpfs() 148 tmpfs_args.ta_root_uid = atoi(p); in mount_tmpfs() 153 tmpfs_args.ta_root_gid = atoi(p); in mount_tmpfs()
|
| /freebsd-10-stable/contrib/gdb/gdb/mi/ |
| D | mi-cmd-stack.c | 58 frame_low = atoi (argv[0]); in mi_cmd_stack_list_frames() 59 frame_high = atoi (argv[1]); in mi_cmd_stack_list_frames() 119 frame_high = atoi (argv[0]); in mi_cmd_stack_info_depth() 181 frame_low = atoi (argv[1]); in mi_cmd_stack_list_args() 182 frame_high = atoi (argv[2]); in mi_cmd_stack_list_args() 214 list_args_or_locals (0, atoi (argv[0]), fi); in mi_cmd_stack_list_args()
|
| /freebsd-10-stable/lib/libc/db/test/hash.tests/ |
| D | thash4.c | 72 ctl.bsize = atoi(*argv++); 73 ctl.ffactor = atoi(*argv++); 74 ctl.nelem = atoi(*argv++); 75 ctl.cachesize = atoi(*argv++);
|
| D | tcreat3.c | 68 ctl.bsize = atoi(*argv++); 69 ctl.ffactor = atoi(*argv++); 70 ctl.nelem = atoi(*argv++);
|
| /freebsd-10-stable/contrib/ldns/ |
| D | duration.c | 140 duration->years = (time_t) atoi(str+1); in ldns_duration_create_from_string() 146 duration->months = (time_t) atoi(str+1); in ldns_duration_create_from_string() 152 duration->days = (time_t) atoi(str+1); in ldns_duration_create_from_string() 162 duration->hours = (time_t) atoi(str+1); in ldns_duration_create_from_string() 168 duration->minutes = (time_t) atoi(str+1); in ldns_duration_create_from_string() 174 duration->seconds = (time_t) atoi(str+1); in ldns_duration_create_from_string() 185 duration->weeks = (time_t) atoi(str+1); in ldns_duration_create_from_string()
|
| /freebsd-10-stable/contrib/ipfilter/lib/ |
| D | ipft_tx.c | 78 return (u_short)atoi(name); 236 ip->ip_p = atoi(*cpp); 292 tcp->th_seq = htonl(atoi(*cpp + 4)); 297 tcp->th_ack = htonl(atoi(*cpp + 4)); 309 ic->icmp_code = atoi(t + 1); 383 ip6->ip6_nxt = atoi(*cpp); 466 tcp->th_seq = htonl(atoi(*cpp + 4)); 471 tcp->th_ack = htonl(atoi(*cpp + 4)); 483 ic6->icmp6_code = atoi(t + 1);
|
| /freebsd-10-stable/contrib/sendmail/src/ |
| D | readcf.c | 686 Priorities[NumPriorities].pri_val = atoi(++p); 1505 m->m_maxdeliveries = atoi(p); 1509 m->m_maxrcpt = atoi(p); 1513 m->m_linelimit = atoi(p); 1519 m->m_nice = atoi(p); 3182 if (safe || CheckpointInterval > atoi(val)) 3183 CheckpointInterval = atoi(val); 3249 DefGid = atoi(val); 3277 MaxHopCount = atoi(val); 3347 MaxMciCache = atoi(val); [all …]
|
| /freebsd-10-stable/usr.sbin/ancontrol/ |
| D | ancontrol.c | 945 cfg->an_opmode = atoi(arg); in an_setconfig() 948 cfg->an_ds_channel = atoi(arg); in an_setconfig() 951 cfg->an_psave_mode = atoi(arg); in an_setconfig() 954 cfg->an_scanmode = atoi(arg); in an_setconfig() 958 switch(atoi(arg)) { in an_setconfig() 985 if (caps->an_tx_powerlevels[i] == atoi(arg)) in an_setconfig() 989 errx(1, "unsupported power level: %dmW", atoi(arg)); in an_setconfig() 991 cfg->an_tx_power = atoi(arg); in an_setconfig() 994 cfg->an_rtsthresh = atoi(arg); in an_setconfig() 998 cfg->an_longretry_limit = atoi(arg); in an_setconfig() [all …]
|
| /freebsd-10-stable/sbin/dhclient/ |
| D | parse.c | 449 tm.tm_wday = atoi(val); in parse_date() 459 tm.tm_year = atoi(val); in parse_date() 480 tm.tm_mon = atoi(val) - 1; in parse_date() 499 tm.tm_mday = atoi(val); in parse_date() 509 tm.tm_hour = atoi(val); in parse_date() 528 tm.tm_min = atoi(val); in parse_date() 547 tm.tm_sec = atoi(val); in parse_date()
|
| /freebsd-10-stable/usr.sbin/ctm/ctm/ |
| D | ctm_pass3.c | 81 tm.tm_year = atoi(buf) - 1900; in Pass3() 83 tm.tm_mon = atoi(buf) - 1; in Pass3() 86 tm.tm_mday = atoi(buf); in Pass3() 89 tm.tm_hour = atoi(buf); in Pass3() 92 tm.tm_min = atoi(buf); in Pass3() 95 tm.tm_sec = atoi(buf); in Pass3()
|
| /freebsd-10-stable/contrib/ntp/util/ |
| D | ntptime.c | 125 ntx.constant = atoi(ntp_optarg); in main() 135 ntx.esterror = atoi(ntp_optarg); in main() 145 ntx.maxerror = atoi(ntp_optarg); in main() 150 ntx.offset = atoi(ntp_optarg); in main() 159 ntx.status = atoi(ntp_optarg); in main() 166 ntx.constant = atoi(ntp_optarg); in main()
|
| /freebsd-10-stable/usr.bin/cpuset/ |
| D | cpuset.c | 87 curnum = atoi(l); in parselist() 241 id = pid = atoi(optarg); in main() 252 id = setid = atoi(optarg); in main() 257 id = tid = atoi(optarg); in main() 262 id = atoi(optarg); in main()
|