Home
last modified time | relevance | path

Searched refs:FLAGS (Results 1 – 25 of 306) sorted by relevance

12345678910>>...13

/netbsd/src/external/mit/expat/dist/conftools/
Dax-append-flag.m47 # AX_APPEND_FLAG(FLAG, [FLAGS-VARIABLE])
11 # FLAG is appended to the FLAGS-VARIABLE shell variable, with a space
14 # If FLAGS-VARIABLE is not specified, the current language's flags (e.g.
15 # CFLAGS) is used. FLAGS-VARIABLE is not changed if it already contains
16 # FLAG. If FLAGS-VARIABLE is unset in the shell, it is set to exactly
36 AS_VAR_PUSHDEF([FLAGS], [m4_default($2,_AC_LANG_PREFIX[FLAGS])])
37 AS_VAR_SET_IF(FLAGS,[
38 AS_CASE([" AS_VAR_GET(FLAGS) "],
39 [*" $1 "*], [AC_RUN_LOG([: FLAGS already contains $1])],
41 AS_VAR_APPEND(FLAGS,[" $1"])
[all …]
Dax-append-link-flags.m47 # AX_APPEND_LINK_FLAGS([FLAG1 FLAG2 ...], [FLAGS-VARIABLE], [EXTRA-FLAGS], [INPUT])
12 # flag. If it does, the flag is added FLAGS-VARIABLE
14 # If FLAGS-VARIABLE is not specified, the linker's flags (LDFLAGS) is
17 # If EXTRA-FLAGS is defined, it is added to the linker's default flags
19 # EXTRA-FLAGS FLAG". This can for example be used to force the linker to
Dax-append-compile-flags.m47 # AX_APPEND_COMPILE_FLAGS([FLAG1 FLAG2 ...], [FLAGS-VARIABLE], [EXTRA-FLAGS], [INPUT])
12 # flag. If it does, the flag is added FLAGS-VARIABLE
14 # If FLAGS-VARIABLE is not specified, the current language's flags (e.g.
18 # If EXTRA-FLAGS is defined, it is added to the current language's default
20 # the flags: "CFLAGS EXTRA-FLAGS FLAG". This can for example be used to
Dax-check-compile-flag.m47 # AX_CHECK_COMPILE_FLAG(FLAG, [ACTION-SUCCESS], [ACTION-FAILURE], [EXTRA-FLAGS], [INPUT])
17 # If EXTRA-FLAGS is defined, it is added to the current language's default
19 # the flags: "CFLAGS EXTRA-FLAGS FLAG". This can for example be used to
65 ax_check_save_flags=$[]_AC_LANG_PREFIX[]FLAGS
66 _AC_LANG_PREFIX[]FLAGS="$[]_AC_LANG_PREFIX[]FLAGS $4 -Werror $1"
72 _AC_LANG_PREFIX[]FLAGS=$ax_check_save_flags])
Dax-check-link-flag.m47 # AX_CHECK_LINK_FLAG(FLAG, [ACTION-SUCCESS], [ACTION-FAILURE], [EXTRA-FLAGS], [INPUT])
17 # If EXTRA-FLAGS is defined, it is added to the linker's default flags
19 # EXTRA-FLAGS FLAG". This can for example be used to force the linker to
/netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/
Dgcc-auto-profile16 FLAGS=u
19 FLAGS=k
23 FLAGS=uk
45 model*:\ 122) E="cpu/event=0xC4,umask=0xFE/p$FLAGS" ;;
65 model*:\ 85) E="cpu/event=0xC4,umask=0x20/p$FLAGS" ;;
72 model*:\ 44) E="cpu/event=0x88,umask=0x40/p$FLAGS" ;;
77 model*:\ 53) E="cpu/event=0x88,umask=0x41/p$FLAGS" ;;
82 model*:\ 108) E="cpu/event=0xc4,umask=0x20/p$FLAGS" ;;
/netbsd/src/usr.bin/spell/spell/
Dspell.sh38 FLAGS=
59 FLAGS="$FLAGS -b"
73 FLAGS="$FLAGS -v -o $VTMP"
75 x) FLAGS="$FLAGS -x"
108 $SPELLPROG $FLAGS $DICT $LANG $EXTRA | sort -u -k1f - $TMP | \
113 $SPELLPROG $FLAGS $DICT $LANG $EXTRA | sort -u -k1f - $TMP
/netbsd/src/usr.bin/make/unit-tests/
Dmeta-cmd-cmp.mk21 FLAGS?=
28 @echo FLAGS=${FLAGS:Uempty} > $@
31 @echo FLAGS=${FLAGS:Uempty} > $@
37 @echo This line not compared FLAGS=${FLAGS:Uempty} ${.OODATE:MNOMETA_CMP}
59 @${.MAKE} -dM -r -C ${.CURDIR} -f ${MAKEFILE} FLAGS=changed ${tests}
Dvarmisc.mk177 FLAGS= one two
178 FLAGS+= ${FLAGS.${.ALLSRC:M*.c:T:u}}
179 FLAGS.target2.c= three four
186 @echo $@: we have: ${FLAGS}
189 @echo $@: we have: ${FLAGS}
/netbsd/src/external/ibm-public/postfix/dist/mantools/
Dccformat20 FLAGS="-st -di8 -npsl -bap -bad -bbb -nbc -i4 -d0 -nip -nfc1 -cd41 -c49"
36 *) FLAGS="$FLAGS -T$2"; shift;;
54 0) indent $TROFF $FLAGS;;
58 indent $TROFF $FLAGS $i
65 (indent $FLAGS <$i 2>.ind.$$ >$TMPF || test ! -s .ind.$$) >$TMPF &&
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dssa-iterators.h171 #define FOR_EACH_SSA_TREE_OPERAND(TREEVAR, STMT, ITER, FLAGS) \ argument
172 for (TREEVAR = op_iter_init_tree (&(ITER), STMT, FLAGS); \
179 #define FOR_EACH_SSA_USE_OPERAND(USEVAR, STMT, ITER, FLAGS) \ argument
180 for (USEVAR = op_iter_init_use (&(ITER), STMT, FLAGS); \
187 #define FOR_EACH_SSA_DEF_OPERAND(DEFVAR, STMT, ITER, FLAGS) \ argument
188 for (DEFVAR = op_iter_init_def (&(ITER), STMT, FLAGS); \
195 #define FOR_EACH_PHI_ARG(USEVAR, STMT, ITER, FLAGS) \ argument
196 for ((USEVAR) = op_iter_init_phiuse (&(ITER), STMT, FLAGS); \
203 #define FOR_EACH_PHI_OR_STMT_USE(USEVAR, STMT, ITER, FLAGS) \ argument
207 FLAGS) \
[all …]
Dinternal-fn.def31 DEF_INTERNAL_FN (NAME, FLAGS, FNSPEC)
32 DEF_INTERNAL_OPTAB_FN (NAME, FLAGS, OPTAB, TYPE)
33 DEF_INTERNAL_SIGNED_OPTAB_FN (NAME, FLAGS, SELECTOR, SIGNED_OPTAB,
35 DEF_INTERNAL_FLT_FN (NAME, FLAGS, OPTAB, TYPE)
36 DEF_INTERNAL_INT_FN (NAME, FLAGS, OPTAB, TYPE)
38 where NAME is the name of the function, FLAGS is a set of
94 #define DEF_INTERNAL_FN(CODE, FLAGS, FNSPEC)
98 #define DEF_INTERNAL_OPTAB_FN(NAME, FLAGS, OPTAB, TYPE) \
99 DEF_INTERNAL_FN (NAME, FLAGS | ECF_LEAF, NULL)
103 #define DEF_INTERNAL_SIGNED_OPTAB_FN(NAME, FLAGS, SELECTOR, SIGNED_OPTAB, \
[all …]
/netbsd/src/external/gpl3/gcc/dist/gcc/config/arc/
Darc-arch.h44 #define ARC_ARCH(NAME, ARCH, FLAGS, DFLAGS) BASE_ARCH_##ARCH, argument
121 #define ARC_ARCH(NAME, ARCH, FLAGS, DFLAGS) \ argument
122 {NAME, BASE_ARCH_##ARCH, FLAGS, DFLAGS},
131 #define ARC_CPU(NAME, ARCH, FLAGS, EXTRA, TUNE) \ argument
132 …{#NAME, &arc_arch_types [BASE_ARCH_##ARCH], PROCESSOR_##NAME, FLAGS, HAS_##EXTRA, ARC_TUNE_##TUNE …
/netbsd/src/sys/external/bsd/drm2/include/linux/
Dspinlock.h92 #define spin_lock_irqsave(SPINLOCK, FLAGS) \ argument
94 (FLAGS) = 0; \
98 #define spin_trylock_irqsave(SPINLOCK, FLAGS) \ argument
99 ( (FLAGS) = 0, \
114 #define spin_lock_irqsave_nested(SPINLOCK, FLAGS, SUBCLASS) \ argument
115 spin_lock_irqsave(SPINLOCK, FLAGS)
Dseqlock.h170 #define write_seqlock_irqsave(SEQLOCK, FLAGS) do { \ argument
171 (FLAGS) = (unsigned long)splvm(); \
175 #define write_sequnlock_irqrestore(SEQLOCK, FLAGS) do { \ argument
177 splx((int)(FLAGS)); \
/netbsd/src/external/bsd/openldap/dist/build/
Dmkdep155 FLAGS=""
159 -*) FLAGS="$FLAGS $i" ;;
164 $MKDEP_CC $MKDEP_CFLAGS $FLAGS $i | grep '^#.*"' > $TMP.sed
/netbsd/src/external/gpl3/binutils/dist/binutils/
Dembedspu.sh53 FLAGS=
59 -*) FLAGS="${FLAGS} $1" ;;
146 ${CC} ${FLAGS} -x assembler-with-cpp -nostartfiles -nostdlib \
/netbsd/src/external/gpl3/gdb/dist/sim/common/
Dlocal.mk208 $(@D) "$$FLAGS" ignored "$$isa" $$mach ignored \
213 $(@D) "$$FLAGS" $$cpu "$$isa" $$mach "$$SUFFIX" \
218 $(@D) "$$FLAGS" $$cpu "$$isa" $$mach "$$SUFFIX" \
223 $(@D) "$$FLAGS" $$cpu "$$isa" $$mach "$$SUFFIX" \
228 $(@D) "$$FLAGS" $$cpu "$$isa" $$mach "$$SUFFIX" \
233 $(@D) "$$FLAGS" $$cpu "$$isa" $$mach "$$SUFFIX" \
/netbsd/src/sys/arch/ews4800mips/stand/
DMakefile.bootxx27 FLAGS = ${MIPSFLAGS} ${DEBUGFLAGS} ${OPTFLAGS}
28 AFLAGS = -xassembler-with-cpp -D_LOCORE ${FLAGS}
29 CFLAGS = ${FLAGS} -ffreestanding
/netbsd/src/external/gpl3/gdb/dist/sim/rl78/
Drl78.c294 #define FLAGS(before,after) if (opcode.flags) op_flags (before, after, opcode.flags, opcode.size) macro
453 FLAGS (b, v); in decode_opcode()
464 FLAGS (b, v); in decode_opcode()
475 FLAGS (b, v); in decode_opcode()
549 FLAGS (b, v); in decode_opcode()
610 FLAGS (a, a); in decode_opcode()
697 FLAGS (b, v); in decode_opcode()
879 FLAGS (b, v); in decode_opcode()
891 FLAGS (b, v); in decode_opcode()
910 FLAGS (b, v); in decode_opcode()
/netbsd/src/external/gpl3/gdb/dist/include/coff/
Dtic4x.h34 #define TICOFF_TARGET_MACHINE_GET(FLAGS) \ argument
35 (((FLAGS) & F_VERS) ? bfd_mach_tic4x : bfd_mach_tic3x)
/netbsd/src/external/gpl3/binutils/dist/include/coff/
Dtic4x.h34 #define TICOFF_TARGET_MACHINE_GET(FLAGS) \ argument
35 (((FLAGS) & F_VERS) ? bfd_mach_tic4x : bfd_mach_tic3x)
/netbsd/src/external/gpl3/gcc/dist/gcc/config/m68k/
Dm68k-opts.h26 #define M68K_MICROARCH(NAME,DEVICE,MICROARCH,ISA,FLAGS) \ argument
37 #define M68K_DEVICE(NAME,ENUM_VALUE,FAMILY,MULTILIB,MICROARCH,ISA,FLAGS) \ argument
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/scripts/
Dcheck_compile28 FLAGS=`$flags_script --cxxflags`
31 CXX="$COMPILER $INCLUDES $PCH_FLAGS $FLAGS -Wfatal-errors $TEST_FLAGS"
/netbsd/src/external/gpl3/gdb/dist/opcodes/
Daarch64-tbl.h2790 #define CORE_INSN(NAME,OPCODE,MASK,CLASS,OP,OPS,QUALS,FLAGS) \ argument
2791 { NAME, OPCODE, MASK, CLASS, OP, CORE, OPS, QUALS, FLAGS, 0, 0, NULL }
2792 #define __FP_INSN(NAME,OPCODE,MASK,CLASS,OP,OPS,QUALS,FLAGS) \ argument
2793 { NAME, OPCODE, MASK, CLASS, OP, FP, OPS, QUALS, FLAGS, 0, 0, NULL }
2794 #define SIMD_INSN(NAME,OPCODE,MASK,CLASS,OP,OPS,QUALS,FLAGS) \ argument
2795 { NAME, OPCODE, MASK, CLASS, OP, SIMD, OPS, QUALS, FLAGS, 0, 0, NULL }
2796 #define _SIMD_INSN(NAME,OPCODE,MASK,CLASS,OP,OPS,QUALS,FLAGS,VERIFIER) \ argument
2797 { NAME, OPCODE, MASK, CLASS, OP, SIMD, OPS, QUALS, FLAGS, 0, 0, VERIFIER }
2798 #define _CRC_INSN(NAME,OPCODE,MASK,CLASS,OPS,QUALS,FLAGS) \ argument
2799 { NAME, OPCODE, MASK, CLASS, 0, CRC, OPS, QUALS, FLAGS, 0, 0, NULL }
[all …]

12345678910>>...13