| /src/external/bsd/tmux/dist/ |
| tty-features.c | 385 tty_add_features(int *feat, const char *s, const char *separators) 404 if (~(*feat) & (1 << i)) { 406 (*feat) |= (1 << i); 413 tty_get_features(int feat) 421 if (~feat & (1 << i)) 434 tty_apply_features(struct tty_term *term, int feat) 440 if (feat == 0) 442 log_debug("applying terminal features: %s", tty_get_features(feat)); 445 if ((term->features & (1 << i)) || (~feat & (1 << i))) 460 if ((term->features | feat) == term->features [all...] |
| tmux.c | 355 int opt, keys, feat = 0, fflag = 0; local 385 tty_add_features(&feat, "256", ":,"); 433 tty_add_features(&feat, optarg, ":,"); 539 exit(client_main(osdep_event_init(), argc, argv, flags, feat));
|
| client.c | 233 int feat) 365 client_send_identify(ttynam, termname, caps, ncaps, cwd, feat); 451 u_int ncaps, const char *cwd, int feat) 466 proc_send(client_peer, MSG_IDENTIFY_FEATURES, -1, &feat, sizeof feat);
|
| tty-term.c | 525 int *feat, char **cause) 598 tty_add_features(feat, s + offset, ":"); 613 tty_add_features(feat, "RGB", ","); 615 tty_add_features(feat, "256", ","); 646 tty_add_features(feat, "bpaste,focus,title", ","); 653 tty_add_features(feat, "RGB", ","); 656 if (tty_apply_features(term, *feat))
|
| server-client.c | 3529 int flags, feat; local 3541 if (datalen != sizeof feat) 3543 memcpy(&feat, data, sizeof feat); 3544 c->term_features |= feat; 3546 tty_get_features(feat));
|
| /src/sys/arch/virt68k/dev/ |
| virtctrl.c | 100 uint32_t feat; local 113 feat = REG_READ(sc, VIRTCTRL_REG_FEATURES); 114 aprint_normal_dev(self, "features=0x%08x\n", feat);
|
| /src/external/cddl/osnet/dist/lib/libzfs/common/ |
| libzfs_status.c | 356 nvlist_t *feat; local 359 feat = fnvlist_lookup_nvlist(config, 361 feat = fnvlist_lookup_nvlist(feat, 364 feat = fnvlist_lookup_nvlist(config, 370 if (!nvlist_exists(feat, fi->fi_guid))
|
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| cp-objcp-common.cc | 46 FEAT 53 enum cxx_dialect feat; member in struct:cp_feature_selector::__anon13554::__anon13555 60 constexpr cp_feature_selector (enum cxx_dialect feat, 62 : kind (DIALECT), dialect{feat, ext} {} 63 constexpr cp_feature_selector (enum cxx_dialect feat) 64 : cp_feature_selector (feat, feat) {} 78 if (cxx_dialect >= dialect.feat) 79 return result::FEAT; 85 return *enable_flag ? result::FEAT : result::NONE [all...] |
| /src/external/gpl3/gcc/dist/libgcc/config/aarch64/ |
| cpuinfo.c | 244 unsigned long feat = 0; local 245 #define setCPUFeature(F) feat |= 1UL << F 387 __atomic_store_n (&__aarch64_cpu_features.features, feat, __ATOMIC_RELAXED);
|
| /src/external/gpl3/gcc/dist/gcc/config/arm/ |
| parsecpu.awk | 600 feat = $n 601 if (feat in features) { 602 fgrp_bits[fgrp,feat] = 1 603 } else if (feat in fgroup) { 610 if (bitsep[1] == feat) { 614 } else fatal("feature group member " feat " unrecognized")
|
| /src/external/gpl3/gcc.old/dist/gcc/config/arm/ |
| parsecpu.awk | 600 feat = $n 601 if (feat in features) { 602 fgrp_bits[fgrp,feat] = 1 603 } else if (feat in fgroup) { 610 if (bitsep[1] == feat) { 614 } else fatal("feature group member " feat " unrecognized")
|
| /src/usr.bin/ftp/ |
| extern.h | 124 void feat(int, char **);
|
| cmdtab.c | 214 { "features", H(feathelp), 0, 1, 1, CMPL0 feat },
|
| /src/crypto/external/apache2/openssl/dist/crypto/perlasm/ |
| x86nasm.pl | 93 \$\@feat.00 equ 1
|
| /src/crypto/external/bsd/openssl/dist/crypto/perlasm/ |
| x86nasm.pl | 93 \$\@feat.00 equ 1
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/perlasm/ |
| x86nasm.pl | 93 \$\@feat.00 equ 1
|
| /src/sys/dev/ic/ |
| icp.c | 127 int i, j, state, feat, nsegs, rv; local 241 feat = 0; 245 feat = icp->icp_info; 247 if ((feat & ICP_SCATTER_GATHER) == 0) { 258 feat = 0; 262 feat = icp->icp_info; 264 if ((feat & ICP_SCATTER_GATHER) == 0) {
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| arc-tdep.c | 2003 const struct tdesc_feature *feat = nullptr; local 2005 feat = tdesc_find_feature (tdesc, ARC_CORE_V1_OBSOLETE_FEATURE_NAME); 2007 if (feat == nullptr) 2008 feat = tdesc_find_feature (tdesc, ARC_CORE_V2_OBSOLETE_FEATURE_NAME); 2010 if (feat == nullptr) 2011 feat = tdesc_find_feature 2014 return feat;
|
| /src/external/gpl3/gdb/dist/gdb/ |
| arc-tdep.c | 2005 const struct tdesc_feature *feat = nullptr; local 2007 feat = tdesc_find_feature (tdesc, ARC_CORE_V1_OBSOLETE_FEATURE_NAME); 2009 if (feat == nullptr) 2010 feat = tdesc_find_feature (tdesc, ARC_CORE_V2_OBSOLETE_FEATURE_NAME); 2012 if (feat == nullptr) 2013 feat = tdesc_find_feature 2016 return feat;
|
| /src/external/bsd/wpa/dist/src/drivers/ |
| driver_nl80211_capa.c | 25 u32 *feat = arg; local 33 *feat = nla_get_u32(tb_msg[NL80211_ATTR_PROTOCOL_FEATURES]); 41 u32 feat = 0; local 53 if (send_and_recv_resp(drv, msg, protocol_feature_handler, &feat) == 0) 54 return feat; 1191 u32 feat; local 1199 feat = get_nl80211_protocol_features(drv); 1200 if (feat & NL80211_PROTOCOL_FEATURE_SPLIT_WIPHY_DUMP) 2679 u32 feat; local 2696 feat = get_nl80211_protocol_features(drv) [all...] |
| /src/sys/dev/pci/ |
| if_ena.c | 2448 ena_get_dev_offloads(struct ena_com_dev_get_features_ctx *feat) 2452 if ((feat->offload.tx & 2458 if ((feat->offload.tx & 2463 if ((feat->offload.tx & 2467 if ((feat->offload.tx & 2471 if ((feat->offload.rx_supported & 2476 if ((feat->offload.rx_supported & 2499 uint32_t feat = adapter->tx_offload_cap; local 2507 if ((feat & 2510 if ((feat [all...] |
| /src/libexec/ftpd/ |
| extern.h | 129 void feat(void);
|
| cmds.c | 194 feat(void) function
|
| ftpcmd.y | 149 FEAT OPTS 791 | FEAT CRLF 794 feat(); 1274 { "FEAT", FEAT, NOARGS, 1, "(display extended features)", 0, },
|
| /src/sys/opencrypto/ |
| crypto.c | 1764 int feat = 0; local 1783 feat |= 1 << kalg; 1789 *featp = feat;
|