| /src/external/bsd/zstd/dist/contrib/diagnose_corruption/ |
| Makefile | 24 FLAGS = $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) 31 $(CC) $(FLAGS) $< -o $@$(EXT) $(ZSTDLIBDIR)/libzstd.a
|
| /src/external/bsd/zstd/dist/contrib/recovery/ |
| Makefile | 24 FLAGS = $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) 31 $(CC) $(FLAGS) $^ -o $@$(EXT)
|
| /src/external/mpl/bind/dist/doc/misc/ |
| parsegrammar.py | 66 FLAGS = [ 120 """Extract known flags from comments. Must match exact strings used by cfg_test.""" 122 for flag in FLAGS: 144 flags = parse_flags(comment) 146 return thismap, flags 164 subkeys, flags = parse_mapbody(filein) 167 if flags: 168 thismap[key]["_flags"] = flags 175 if flags: 176 thismap[key]["_flags"] = flags [all...] |
| /src/external/bsd/zstd/dist/contrib/gen_html/ |
| Makefile | 13 FLAGS = $(CPPFLAGS) $(CXXFLAGS) $(LDFLAGS) 39 $(CXX) $(FLAGS) $^ -o $@$(EXT)
|
| /src/external/bsd/zstd/dist/doc/educational_decoder/ |
| Makefile | 34 FLAGS = $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) $(MULTITHREAD_LDFLAGS) 37 $(CC) $(FLAGS) $^ -o $@
|
| /src/external/bsd/zstd/dist/lib/dll/example/ |
| Makefile | 16 CFLAGS ?= -O3 # can select custom flags. For example : CFLAGS="-O2 -g" make 22 FLAGS := $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) 41 $(CC) $(FLAGS) $^ -o $@$(EXT) $(LIBDIR)/libzstd_static.lib 44 $(CC) $(FLAGS) $^ -o $@$(EXT) -DZSTD_DLL_IMPORT=1 $(DLLDIR)/libzstd.dll
|
| /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}
|
| 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...] |
| Makefile | 226 TESTS+= job-flags 314 TESTS+= sh-flags 510 # Override make flags for some of the tests; default is -k. 512 # settings FLAGS.test=-dv here, since that is closer to the test code. 513 FLAGS.cond-func-make= via-cmdline 514 FLAGS.doterror= # none, especially not -k 515 FLAGS.jobs-error-indirect= # none, especially not -k 516 FLAGS.jobs-error-nested= # none, especially not -k 517 FLAGS.jobs-error-nested-make= # none, especially not -k 518 FLAGS.varname-empty= -dv '$${:U}=cmdline-u' '=cmdline-plain [all...] |
| /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/external/mpl/bind/dist/tests/dns/ |
| nsec3param_test.c | 41 #define FLAGS 0 51 unsigned char flags; member in struct:__anon24210 78 to->flags = from.flags; 92 rdata_fromparams(uint8_t hash, uint8_t flags, uint16_t iter, uint8_t saltlen, 96 nsec3param.flags = flags; 143 assert_int_equal(param.flags, expect.flags); 180 { rdata_fromparams(HASH, FLAGS, ITER, SALTLEN, NULL) [all...] |
| /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/i386/include/ |
| bioscall.h | 94 #define FLAGS r_flags.biosreg_half[BIOSREG_LO]
|
| /src/external/bsd/zstd/dist/lib/ |
| libzstd.mk | 121 FLAGS = $(CPPFLAGS) $(CFLAGS) $(ASFLAGS) $(LDFLAGS) 125 ifeq ($(shell echo "int main(int argc, char* argv[]) { (void)argc; (void)argv; return 0; }" | $(CC) $(FLAGS) -z noexecstack -x c -Werror - -o $(VOID) 2>$(VOID) && echo 1 || echo 0),1) 128 ifeq ($(shell echo | $(CC) $(FLAGS) -Wa,--noexecstack -x assembler -Werror -c - -o $(VOID) 2>$(VOID) && echo 1 || echo 0),1) 131 else ifeq ($(shell echo | $(CC) $(FLAGS) -Qunused-arguments -Wa,--noexecstack -x assembler -Werror -c - -o $(VOID) 2>$(VOID) && echo 1 || echo 0),1) 138 ifeq ($(shell echo "int main(int argc, char* argv[]) { (void)argc; (void)argv; return 0; }" | $(CC) $(FLAGS) -z cet-report=error -x c -Werror - -o $(VOID) 2>$(VOID) && echo 1 || echo 0),1) 228 $(info warning : could not find HASH ($(HASH)), needed to differentiate builds using different flags)
|
| /src/external/cddl/osnet/dist/uts/common/zmod/ |
| inflate.h | 24 FLAGS, /* i: waiting for method and flags (gzip) */ 26 OS, /* i: waiting for extra flags and operating system (gzip) */ 62 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME 84 int flags; /* gzip header method and flags (0 if zlib) */ member in struct:inflate_state
|
| /src/external/gpl3/gdb/dist/sim/rl78/ |
| rl78.c | 294 #define FLAGS(before,after) if (opcode.flags) op_flags (before, after, opcode.flags, opcode.size) 453 FLAGS (b, v); 464 FLAGS (b, v); 475 FLAGS (b, v); 549 FLAGS (b, v); 610 FLAGS (a, a); 697 FLAGS (b, v); 879 FLAGS (b, v) [all...] |
| /src/external/gpl3/gdb.old/dist/sim/rl78/ |
| rl78.c | 294 #define FLAGS(before,after) if (opcode.flags) op_flags (before, after, opcode.flags, opcode.size) 453 FLAGS (b, v); 464 FLAGS (b, v); 475 FLAGS (b, v); 549 FLAGS (b, v); 610 FLAGS (a, a); 697 FLAGS (b, v); 879 FLAGS (b, v) [all...] |
| /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/external/bsd/flex/dist/src/ |
| scanopt.c | 50 int flags; /* The above hex flags. */ 73 static int FLAGS(struct _scanopt_t *, int); 82 ((s->aux[i].flags & IS_LONG) ? 2 : 1); 95 static int FLAGS (struct _scanopt_t *s, int i) 97 return s->aux[i].flags; 141 scanopt_t *scanopt_init (const optspec_t *options, int argc, char **argv, int flags) 153 s->no_err_msg = (flags & SCANOPT_NO_ERR_MSG); 174 aux->flags = ARG_NONE; 177 aux->flags |= IS_LONG 49 int flags; \/* The above hex flags. *\/ member in struct:_aux [all...] |
| /src/external/bsd/nsd/dist/ |
| packet.h | 49 /* First octet of flags */ 80 /* Second octet of flags */ 115 /* Flags, RCODE, and OPCODE. */ 116 #define FLAGS(packet) (buffer_read_u16_at((packet), 2))
|
| /src/external/gpl3/binutils/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/external/gpl3/binutils.old/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/external/gpl3/gdb/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/external/gpl3/gdb.old/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/crypto/external/bsd/netpgp/dist/src/netpgpverify/ |
| zlib.c | 111 FLAGS, /* i: waiting for method and flags (gzip) */ 113 OS, /* i: waiting for extra flags and operating system (gzip) */ 183 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME 205 int flags; /* gzip header method and flags (0 if zlib) */ member in struct:inflate_state 648 (state->flags ? crc32(check, buf, len) : adler32(check, buf, len)) 1484 state->mode = FLAGS; 1487 state->flags = 0; /* expect zlib header */ 1518 case FLAGS [all...] |