HomeSort by: relevance | last modified time | path
    Searched defs:FLAGS (Results 1 - 10 of 10) sorted by relevancy

  /src/usr.bin/make/unit-tests/
meta-cmd-cmp.mk 21 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}
Makefile 226 TESTS+= job-flags
314 TESTS+= sh-flags
509 # Override make flags for some of the tests; default is -k.
511 # settings FLAGS.test=-dv here, since that is closer to the test code.
512 FLAGS.cond-func-make= via-cmdline
513 FLAGS.doterror= # none, especially not -k
514 FLAGS.jobs-error-indirect= # none, especially not -k
515 FLAGS.jobs-error-nested= # none, especially not -k
516 FLAGS.jobs-error-nested-make= # none, especially not -k
517 FLAGS.varname-empty= -dv '$${:U}=cmdline-u' '=cmdline-plain
    [all...]
varmisc.mk 177 FLAGS= one two
178 FLAGS+= ${FLAGS.${.ALLSRC:M*.c:T:u}}
179 FLAGS.target2.c= three four
184 all: target1-flags target2-flags
185 target1-flags: target1.c
186 @echo $@: we have: ${FLAGS}
188 target2-flags: target2.c
189 @echo $@: we have: ${FLAGS}
    [all...]
  /src/sys/arch/i386/include/
bioscall.h 94 #define FLAGS r_flags.biosreg_half[BIOSREG_LO]
  /src/sys/arch/hp300/stand/inst/
inst.c 275 #define FLAGS(out, flag) \
388 FLAGS("Bad sectoring? [%c] ", D_BADSECT);
389 FLAGS("Ecc? [%c] ", D_ECC);
390 FLAGS("Removable? [%c] ", D_REMOVABLE);
  /src/sys/arch/ews4800mips/stand/boot/
Makefile 66 FLAGS = ${MIPSFLAGS} ${DEBUGFLAGS} ${OPTFLAGS}
67 AFLAGS = -xassembler-with-cpp -D_LOCORE ${FLAGS}
68 CFLAGS = ${FLAGS} -ffreestanding
  /src/common/dist/zlib/
inflate.h 22 FLAGS, /* i: waiting for method and flags (gzip) */
24 OS, /* i: waiting for extra flags and operating system (gzip) */
62 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME -> COMMENT ->
89 int flags; /* gzip header method and flags, 0 if zlib, or member in struct:inflate_state
  /src/sys/arch/hppa/hppa/
db_disasm.c 88 typedef unsigned int FLAGS;
  /src/sys/dev/microcode/aic7xxx/
aic7xxx_reg.h 558 ahc_print_register(NULL, 0, "FLAGS", 0x6b, regvalue, cur_col, wrap)
1456 #define FLAGS 0x6b
aic79xx_reg.h 1783 ahd_print_register(NULL, 0, "FLAGS", 0xd8, regvalue, cur_col, wrap)
3455 #define FLAGS 0xd8

Completed in 26 milliseconds