Home
last modified time | relevance | path

Searched refs:acs (Results 1 – 15 of 15) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
HDgimple-ssa-warn-restrict.c856 builtin_access &acs = *this; in generic_overlap() local
857 const builtin_memref *dstref = acs.dstref; in generic_overlap()
858 const builtin_memref *srcref = acs.srcref; in generic_overlap()
871 gcc_assert (wi::les_p (acs.dstoff[0], acs.dstoff[1])); in generic_overlap()
873 if (maxsize < acs.dstoff[1] + acs.dstsiz[0]) in generic_overlap()
874 acs.dstoff[1] = maxsize - acs.dstsiz[0]; in generic_overlap()
875 if (acs.dstoff[1] < acs.dstoff[0]) in generic_overlap()
876 acs.dstoff[1] = acs.dstoff[0]; in generic_overlap()
878 gcc_assert (wi::les_p (acs.srcoff[0], acs.srcoff[1])); in generic_overlap()
880 if (maxsize < acs.srcoff[1] + acs.srcsiz[0]) in generic_overlap()
[all …]
/dragonfly/contrib/libarchive/libarchive/
HDarchive_write_set_format_mtree.c145 struct att_counter_set acs; member
441 struct att_counter_set *acs; in write_global() local
449 acs = &mtree->acs; in write_global()
455 if (acs->uid_list == NULL) in write_global()
458 if (acs->uid_list->count < 2 || in write_global()
459 mtree->set.uid == acs->uid_list->m_entry->uid) in write_global()
462 if (acs->gid_list == NULL) in write_global()
465 if (acs->gid_list->count < 2 || in write_global()
466 mtree->set.gid == acs->gid_list->m_entry->gid) in write_global()
469 if (acs->mode_list == NULL) in write_global()
[all …]
/dragonfly/share/terminfo/
HDMakefile.entries1194 k/klone+acs \
1435 n/nsterm+acs \
1447 n/nsterm-acs \
1448 n/nsterm-acs-c \
1449 n/nsterm-acs-c-s \
1450 n/nsterm-acs-m \
1451 n/nsterm-acs-m-s \
1452 n/nsterm-acs-s \
1456 n/nsterm-c-acs \
1459 n/nsterm-c-s-acs \
[all …]
/dragonfly/contrib/wpa_supplicant/wpa_supplicant/
HDconfig_ssid.h502 int acs; member
HDap.c299 if (ssid->acs) { in wpa_supplicant_conf_ap()
702 if (wpa_s->current_ssid && wpa_s->current_ssid->acs) { in wpas_ap_configured_cb()
893 ssid->acs = 1; in wpa_supplicant_create_ap()
HDconfig_file.c835 INT(acs); in wpa_config_write_network()
HDctrl_iface.c6431 int acs = 0; in p2p_ctrl_group_add() local
6441 acs = 1; in p2p_ctrl_group_add()
6464 (acs || freq == 2 || freq == 5)) { in p2p_ctrl_group_add()
HDconfig.c2328 { INT_RANGE(acs, 0, 1) },
/dragonfly/contrib/wpa_supplicant/src/ap/
HDap_config.h875 u8 acs; member
HDhw_features.c533 if (!iface->conf->acs && (conf & HT_CAP_INFO_SUPP_CHANNEL_WIDTH_SET) && in ieee80211n_supported_ht_capab()
HDap_config.c241 conf->acs = 0; in hostapd_config_defaults()
HDhostapd.c262 hapd->iconf->acs = oldconf->acs; in hostapd_reload_config()
HDdrv_callbacks.c949 hapd->iconf->acs = 1; in hostapd_acs_channel_selected()
/dragonfly/contrib/ncurses/misc/
HDterminfo.src409 klone+acs|alternate character set for ansi.sys displays,
417 # about \E[11m as klone+acs. True ANSI/ECMA-48 would have <rmso=\E[27m>,
425 use=klone+acs,
444 use=klone+acs,
446 # KOI8-R (RFC1489) acs (alternate character set)
648 # doesn't fit the <pfkey> model well). The klone+acs sequences were valid
1146 # bterm only supports acs using wide-characters, has case for these: qjxamlkut
1623 pccon+sgr+acs|sgr and default ASCII pseudographics for OpenBSD PC console,
1651 use=pccon+base, use=pccon+sgr+acs, use=pccon+keys,
3135 # (-acs) entries rely instead on Terminal.app's own buggy VT100
[all …]
/dragonfly/contrib/gcc-8.0/gcc/cp/
HDpt.c10880 deferring_access_check_sentinel acs (dk_no_deferred); in instantiate_class_template_1()