Home
last modified time | relevance | path

Searched refs:Auto (Results 1 – 25 of 75) sorted by relevance

123

/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DWithColor.cpp88 DisableColors ? ColorMode::Disable : ColorMode::Auto) in error()
98 DisableColors ? ColorMode::Disable : ColorMode::Auto) in warning()
108 DisableColors ? ColorMode::Disable : ColorMode::Auto) in note()
118 DisableColors ? ColorMode::Disable : ColorMode::Auto) in remark()
129 case ColorMode::Auto: in colorsEnabled()
H A DSourceMgr.cpp475 ColorMode Mode = ShowColors ? ColorMode::Auto : ColorMode::Disable; in print()
560 ColorMode Mode = ShowColors ? ColorMode::Auto : ColorMode::Disable; in print()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DWithColor.h42 Auto, enumerator
63 ColorMode Mode = ColorMode::Auto);
74 ColorMode Mode = ColorMode::Auto)
/freebsd-13.1/usr.sbin/bsdconfig/mouse/include/
H A Dmessages.subr28 msg_auto="Auto"
74Auto\", regardless of the model and the brand\nof the mouse. All other protocol types are for ser…
/freebsd-13.1/contrib/wpa/src/eapol_auth/
H A Deapol_auth_sm.c201 sm->portMode = Auto; in SM_STATE()
383 if ((sm->portControl == Auto && sm->portMode != sm->portControl) || in SM_STEP()
548 if (sm->portControl != Auto || sm->initialize || sm->authAbort) { in SM_STEP()
633 if (sm->portControl != Auto || sm->initialize || in SM_STEP()
674 if (sm->initialize || sm->portControl != Auto) { in SM_STEP()
819 sm->portControl = Auto; in eapol_auth_alloc()
1124 sm->portControl = Auto; in eapol_auth_set_conf()
H A Deapol_auth_sm_i.h17 typedef enum { ForceUnauthorized = 1, ForceAuthorized = 3, Auto = 2 } enumerator
H A Deapol_auth_dump.c21 case Auto: return "Auto"; in port_type_txt()
/freebsd-13.1/lib/libifconfig/
H A DSymbol.map63 /* Auto-generated. */
/freebsd-13.1/contrib/libpcap/
H A DMakefile-devel-adds2 # Auto-regenerate configure script or Makefile when things change.
/freebsd-13.1/contrib/tcpdump/
H A DMakefile-devel-adds2 # Auto-regenerate configure script or Makefile when things change.
/freebsd-13.1/contrib/file/
H A DREADME.DEVELOPER5 ## Auto files
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPConstants.h121 Auto = 38, // auto enumerator
/freebsd-13.1/sys/contrib/device-tree/Bindings/i2c/
H A Dbrcm,brcmstb-i2c.yaml27 - description: Auto-I2C register range
/freebsd-13.1/tools/tools/net80211/scripts/
H A Dconfig22 # Auto-detect WIRED and WIRELESS.
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Serialization/
H A DTypeBitCodes.def49 TYPE_BIT_CODE(Auto, AUTO, 38)
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonSchedule.td54 // Auto-generated itinerary classes
/freebsd-13.1/contrib/libcbor/
H A D.clang-format144 Standard: Auto
/freebsd-13.1/sys/contrib/device-tree/Bindings/net/
H A Dti,k3-am654-cpsw-nuss.yaml38 VLAN support, 802.1Q compliant, Auto add port VLAN for untagged frames on
39 ingress, Auto VLAN removal on egress and auto pad to minimum frame size.
/freebsd-13.1/contrib/ntp/
H A DREADME.refclocks25 NIST_ACTS 18 /* NIST Auto Computer Time Service */
/freebsd-13.1/libexec/getty/
H A Dgettytab196 # Auto-baud speed detect entry for Micom 600.
200 A|Auto-baud:\
/freebsd-13.1/contrib/dialog/
H A DREADME11 like as Resolution-independence, Auto-sizing, Maximizing, more widget
/freebsd-13.1/contrib/wpa/src/eapol_supp/
H A Deapol_supp_sm.h17 typedef enum { Auto, ForceUnauthorized, ForceAuthorized } PortControl; enumerator
H A Deapol_supp_sm.c235 sm->sPortMode = Auto; in SM_STATE()
370 else if (((sm->portControl == Auto) && in SM_STEP()
1089 case Auto: in eapol_port_control()
2119 sm->portControl = Auto; in eapol_sm_init()
/freebsd-13.1/sys/dev/ath/ath_hal/ar9001/
H A Dar9160.ini19 /* Auto Generated PCI Register Writes. Created: 05/22/08 */
633 /* Auto generated PCI Register Writes for SOWL1.0 ADDAC Shift Chain */
669 /* Auto generated PCI Register Writes for SOWL1.1 ADDAC Shift Chain */
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp1653 : AutoTypeKeyword::Auto; in ConvertDeclSpecToType()
3250 if (Auto->isConstrained()) { in InventTemplateParameter()
3386 AutoType *Auto = dyn_cast<AutoType>(Deduced); in GetDeclSpecTypeForDeclarator() local
3392 (Auto && Auto->getKeyword() != AutoTypeKeyword::GNUAutoType); in GetDeclSpecTypeForDeclarator()
3412 if (!SemaRef.getLangOpts().CPlusPlus20 || !Auto || in GetDeclSpecTypeForDeclarator()
3413 Auto->getKeyword() != AutoTypeKeyword::Auto) { in GetDeclSpecTypeForDeclarator()
3425 Auto->getKeyword() != AutoTypeKeyword::Auto) { in GetDeclSpecTypeForDeclarator()
3542 if (Auto) { in GetDeclSpecTypeForDeclarator()
3543 switch (Auto->getKeyword()) { in GetDeclSpecTypeForDeclarator()
3544 case AutoTypeKeyword::Auto: Kind = 0; break; in GetDeclSpecTypeForDeclarator()
[all …]

123