| /freebsd-14.2/contrib/llvm-project/llvm/lib/Support/ |
| H A D | WithColor.cpp | 96 DisableColors ? ColorMode::Disable : ColorMode::Auto) in error() 106 DisableColors ? ColorMode::Disable : ColorMode::Auto) in warning() 116 DisableColors ? ColorMode::Disable : ColorMode::Auto) in note() 126 DisableColors ? ColorMode::Disable : ColorMode::Auto) in remark() 137 case ColorMode::Auto: in colorsEnabled()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | WithColor.h | 43 Auto, enumerator 63 ColorMode Mode = ColorMode::Auto); 73 bool Bold = false, bool BG = false, ColorMode Mode = ColorMode::Auto)
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | OpenACCKinds.h | 156 Auto, enumerator 261 case OpenACCClauseKind::Auto:
|
| /freebsd-14.2/usr.sbin/bsdconfig/mouse/include/ |
| H A D | messages.subr | 27 msg_auto="Auto" 73 …Auto\", regardless of the model and the brand\nof the mouse. All other protocol types are for ser…
|
| /freebsd-14.2/contrib/wpa/src/eapol_auth/ |
| H A D | eapol_auth_sm.c | 201 sm->portMode = Auto; in SM_STATE() 394 if ((sm->portControl == Auto && sm->portMode != sm->portControl) || in SM_STEP() 560 if (sm->portControl != Auto || sm->initialize || sm->authAbort) { in SM_STEP() 645 if (sm->portControl != Auto || sm->initialize || in SM_STEP() 686 if (sm->initialize || sm->portControl != Auto) { in SM_STEP() 831 sm->portControl = Auto; in eapol_auth_alloc() 1136 sm->portControl = Auto; in eapol_auth_set_conf()
|
| H A D | eapol_auth_sm_i.h | 17 typedef enum { ForceUnauthorized = 1, ForceAuthorized = 3, Auto = 2 } enumerator
|
| /freebsd-14.2/lib/libifconfig/ |
| H A D | Symbol.map | 63 /* Auto-generated. */
|
| /freebsd-14.2/contrib/libpcap/ |
| H A D | Makefile-devel-adds | 2 # Auto-regenerate configure script or Makefile when things change.
|
| /freebsd-14.2/contrib/tcpdump/ |
| H A D | Makefile-devel-adds | 2 # Auto-regenerate configure script or Makefile when things change.
|
| /freebsd-14.2/contrib/file/ |
| H A D | README.DEVELOPER | 5 ## Auto files
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/i2c/ |
| H A D | brcm,brcmstb-i2c.yaml | 26 - description: Auto-I2C register range
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/clock/ |
| H A D | samsung,exynosautov9-clock.yaml | 7 title: Samsung Exynos Auto v9 SoC clock controller 17 Exynos Auto v9 clock controller is comprised of several CMU units, generating
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/regulator/ |
| H A D | richtek,rt5739.yaml | 42 0: Auto PFM/PWM mode
|
| H A D | richtek,rt4803.yaml | 41 1: Auto PFM/PWM
|
| /freebsd-14.2/tools/tools/net80211/scripts/ |
| H A D | config | 21 # Auto-detect WIRED and WIRELESS.
|
| /freebsd-14.2/sys/contrib/device-tree/src/arm64/exynos/ |
| H A D | exynos850-pinctrl.dtsi | 225 /* USI_CMGP0: UART function (4 pins, Auto Flow Control) */ 232 /* USI_CMGP0: UART function (2 pins, Non-Auto Flow Control) */ 255 /* USI_CMGP1: UART function (4 pins, Auto Flow Control) */ 262 /* USI_CMGP1: UART function (2 pins, Non-Auto Flow Control) */
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/arm/samsung/ |
| H A D | samsung-boards.yaml | 217 - description: Exynos Auto v9 based boards 220 - samsung,exynosautov9-sadk # Samsung Exynos Auto v9 SADK
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Serialization/ |
| H A D | TypeBitCodes.def | 49 TYPE_BIT_CODE(Auto, AUTO, 38)
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonSchedule.td | 54 // Auto-generated itinerary classes
|
| /freebsd-14.2/contrib/libcbor/ |
| H A D | .clang-format | 144 Standard: Auto
|
| /freebsd-14.2/contrib/ntp/ |
| H A D | README.refclocks | 25 NIST_ACTS 18 /* NIST Auto Computer Time Service */
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/net/ |
| H A D | ti,k3-am654-cpsw-nuss.yaml | 35 VLAN support, 802.1Q compliant, Auto add port VLAN for untagged frames on 36 ingress, Auto VLAN removal on egress and auto pad to minimum frame size.
|
| /freebsd-14.2/libexec/getty/ |
| H A D | gettytab | 195 # Auto-baud speed detect entry for Micom 600. 199 A|Auto-baud:\
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseOpenACC.cpp | 77 return OpenACCClauseKind::Auto; in getOpenACCClauseKind() 93 .Case("auto", OpenACCClauseKind::Auto) in getOpenACCClauseKind() 497 case OpenACCClauseKind::Auto: in getClauseParensKind()
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/lli/ |
| H A D | lli.cpp | 237 enum class LLJITPlatform { Inactive, Auto, ExecutorNative, GenericIR }; enumerator 241 cl::init(LLJITPlatform::Auto), 242 cl::values(clEnumValN(LLJITPlatform::Auto, "Auto", 1008 if (P == LLJITPlatform::Auto) in runOrcJIT()
|