| /src/contrib/sendmail/mailstats/ |
| H A D | mailstats.c | 51 int mno; variable 132 mno = 0; 133 (void) sm_strlcpy(mtable[mno++], "prog", MNAMELEN + 1); 134 (void) sm_strlcpy(mtable[mno++], "*file*", MNAMELEN + 1); 135 (void) sm_strlcpy(mtable[mno++], "*include*", MNAMELEN + 1); 191 if (mno >= MAXMAILERS) 198 m = mtable[mno]; 204 for (i = 0; i < mno; i++) 206 if (strcmp(mtable[i], mtable[mno]) == 0) 209 if (i == mno) [all …]
|
| /src/sys/conf/ |
| H A D | kern.mk | 133 CFLAGS.clang+= -mno-aes -mno-avx 134 CFLAGS+= -mno-mmx -mno-sse -msoft-float 153 CFLAGS += -mno-outline-atomics 176 CFLAGS+= -mno-relax 195 CFLAGS.clang+= -mno-aes -mno-avx 196 CFLAGS+= -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float \ 207 CFLAGS+= -mno-altivec -msoft-float
|
| H A D | Makefile.amd64 | 35 CFLAGS+= -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer
|
| H A D | Makefile.arm64 | 60 CFLAGS += -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer
|
| H A D | kmod.mk | 167 CFLAGS+= -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer 185 CFLAGS.clang+= -mno-movt
|
| /src/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Options.td | 313 def mno_mpx : Flag<["-"], "mno-mpx">, Group<clang_ignored_legacy_options_Group>; 399 def mno_#NAME : Flag<["-"], "mno-"#name>, Group<opt_group>, 3751 def mno_tocdata_EQ : CommaJoined<["-"], "mno-tocdata=">, 4586 def mno_iamcu : Flag<["-"], "mno-iamcu">, Group<m_Group>, 4620 def mno_long_calls : Flag<["-"], "mno-long-calls">, Group<m_Group>, 4625 def mno_execute_only : Flag<["-"], "mno-execute-only">, Group<m_arm_Features_Group>, 4633 def mno_pure_code : Flag<["-"], "mno-pure-code">, Alias<mno_execute_only>; 4666 def mno_default_build_attributes : Joined<["-"], "mno-default-build-attributes">, Group<m_Group>; 4685 def mno_inline_all_stringops : Flag<["-"], "mno-inline-all-stringops">, Group<clang_ignored_m_Group… 4738 def mno_outline : Flag<["-"], "mno-outline">, Group<f_clang_Group>, [all …]
|
| /src/stand/ |
| H A D | defs.mk | 166 CFLAGS+= -fPIC -mno-red-zone 173 CFLAGS.clang+= -mno-movt 181 CFLAGS+= -mno-relax
|
| /src/share/mk/ |
| H A D | bsd.cpu.mk | 357 CFLAGS_NO_SIMD.clang= -mno-avx -mno-avx2 358 CFLAGS_NO_SIMD= -mno-mmx -mno-sse
|
| H A D | bsd.prog.mk | 95 CFLAGS += -mno-relax
|
| H A D | bsd.lib.mk | 169 CFLAGS += -mno-relax
|
| /src/stand/efi/ |
| H A D | Makefile.inc | 10 CFLAGS+= -mno-red-zone
|
| /src/stand/efi/libefi/ |
| H A D | Makefile | 48 CFLAGS+= -fPIC -mno-red-zone
|
| /src/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | CodeGenOptions.def | 81 CODEGENOPT(DisableRedZone , 1, 0) ///< Set when -mno-red-zone is enabled. 84 CODEGENOPT(IndirectTlsSegRefs, 1, 0) ///< Set when -mno-tls-direct-seg-refs 188 CODEGENOPT(NoImplicitFloat , 1, 0) ///< Set when -mno-implicit-float is enabled. 346 CODEGENOPT(NoStackArgProbe, 1, 0) ///< Set when -mno-stack-arg-probe is used
|
| H A D | DiagnosticDriverKinds.td | 201 "invalid argument '-mno-amdgpu-ieee' only allowed with relaxed NaN handling">;
|
| H A D | AttrDocs.td | 2369 These attributes override the ``-mmicromips`` and ``-mno-micromips`` options 2391 as ``-mlong-calls`` and ``-mno-long-calls``. 2413 as ``-mlong-calls`` and ``-mno-long-calls``. 2514 the target with or without a "-mno-" in front corresponding to the absence 6376 …the case where `-mno-speculative-load-hardening <https://clang.llvm.org/docs/ClangCommandLineRefer…
|
| /src/stand/libsa/ |
| H A D | Makefile | 49 CFLAGS.clang+= -mno-movt
|
| /src/share/misc/ |
| H A D | iso639 | 327 mno mno Manobo languages
|
| /src/sys/contrib/libsodium/ |
| H A D | configure.ac | 340 AX_CHECK_COMPILE_FLAG([$CFLAGS -mno-avx512f], 341 [CFLAGS="$CFLAGS -mno-avx512f"])
|
| /src/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsCallingConv.td | 285 // Don't use odd numbered single-precision registers for -mno-odd-spreg.
|
| /src/contrib/jemalloc/ |
| H A D | ChangeLog | 1137 with libm. This, in combination with e.g. EXTRA_CFLAGS=-mno-sse on x64
|
| /src/contrib/xz/ |
| H A D | ChangeLog | 255 enabled -O2 -mno-strict-align 66.1 s 256 disabled -O2 -mno-strict-align 79.5 s 261 to detect if -mstrict-align or -mno-strict-align is in effect (the 262 default is -mno-strict-align). Use heuristics to detect which of the
|