Searched refs:mno (Results 1 – 20 of 20) sorted by relevance
/freebsd/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 …]
|
/freebsd/sys/conf/ |
H A D | kern.mk | 130 CFLAGS.clang+= -mno-aes -mno-avx 131 CFLAGS+= -mno-mmx -mno-sse -msoft-float 150 CFLAGS += -mno-outline-atomics 173 CFLAGS+= -mno-relax 192 CFLAGS.clang+= -mno-aes -mno-avx 193 CFLAGS+= -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float \ 204 CFLAGS+= -mno-altivec -msoft-float 209 CFLAGS.gcc+= -mno-spe
|
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 | 165 CFLAGS+= -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer 183 CFLAGS.clang+= -mno-movt
|
/freebsd/stand/ |
H A D | defs.mk | 162 CFLAGS+= -mno-spe 170 CFLAGS+= -fPIC -mno-red-zone 177 CFLAGS.clang+= -mno-movt 185 CFLAGS+= -mno-relax
|
/freebsd/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 …]
|
/freebsd/share/mk/ |
H A D | bsd.cpu.mk | 368 CFLAGS_NO_SIMD.clang= -mno-avx -mno-avx2 369 CFLAGS_NO_SIMD= -mno-mmx -mno-sse
|
H A D | bsd.prog.mk | 106 CFLAGS += -mno-relax
|
H A D | bsd.lib.mk | 146 CFLAGS += -mno-relax
|
/freebsd/stand/efi/ |
H A D | Makefile.inc | 8 CFLAGS+= -mno-red-zone
|
/freebsd/stand/efi/libefi/ |
H A D | Makefile | 48 CFLAGS+= -fPIC -mno-red-zone
|
/freebsd/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…
|
/freebsd/stand/libsa/ |
H A D | Makefile | 49 CFLAGS.clang+= -mno-movt
|
/freebsd/share/misc/ |
H A D | iso639 | 327 mno mno Manobo languages
|
/freebsd/sys/contrib/libsodium/ |
H A D | configure.ac | 340 AX_CHECK_COMPILE_FLAG([$CFLAGS -mno-avx512f], 341 [CFLAGS="$CFLAGS -mno-avx512f"])
|
/freebsd/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.
|
/freebsd/contrib/jemalloc/ |
H A D | ChangeLog | 1037 with libm. This, in combination with e.g. EXTRA_CFLAGS=-mno-sse on x64
|