HomeSort by: relevance | last modified time | path
    Searched refs:EXTRA (Results 1 - 25 of 26) sorted by relevancy

1 2

  /src/distrib/notes/mac68k/
Makefile 4 EXTRA= ${.CURDIR}/contrib
  /src/sys/external/bsd/compiler_rt/dist/test/Unit/
test 29 EXTRA=
33 EXTRA="-fexceptions gcc_personality_test_helper.cxx -lstdc++ /usr/lib/libgcc_s.1.dylib"
38 # this test requires an extra compiler option
39 EXTRA="-fnested-functions"
43 if gcc $CFLAGS $FILE ../../darwin_fat/Release/libcompiler_rt.a $LIBS $EXTRA -o ./remote/$FILE.exe
50 if gcc $CFLAGS $FILE ../../darwin_fat/Release/libcompiler_rt.a $LIBS $EXTRA
  /src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
test 29 EXTRA=
33 EXTRA="-fexceptions gcc_personality_test_helper.cxx -lstdc++ /usr/lib/libgcc_s.1.dylib"
38 # this test requires an extra compiler option
39 EXTRA="-fnested-functions"
43 if gcc $CFLAGS $FILE ../../darwin_fat/Release/libcompiler_rt.a $LIBS $EXTRA -o ./remote/$FILE.exe
50 if gcc $CFLAGS $FILE ../../darwin_fat/Release/libcompiler_rt.a $LIBS $EXTRA
  /src/share/doc/papers/bus_dma/
Makefile 5 EXTRA= figure1.pic figure2.pic figure3.pic
7 DPSRCS= ${SRCS} ${EXTRA} Makefile
  /src/usr.bin/spell/spell/
spell.sh 37 EXTRA=
95 +*) EXTRA="$EXTRA ${1#+}"
108 $SPELLPROG $FLAGS $DICT $LANG $EXTRA | sort -u -k1f - $TMP | \
113 $SPELLPROG $FLAGS $DICT $LANG $EXTRA | sort -u -k1f - $TMP
  /src/share/doc/papers/relengr/
Makefile 8 EXTRA= ref.bib tmac.srefs
  /src/tests/usr.bin/indent/
edge_cases.c 87 use enum qw(FNAME LINES TEXT PHYSLINES CHANGED BEFORE AFTER EXTRA);
98 # querying, getting and setting the extra values.
101 return exists($self->[EXTRA]->{$name});
121 use enum qw (FNAME LINES TEXT PHYSLINES CHANGED BEFORE AFTER EXTRA);
140 # querying, getting and setting the extra values.
143 return exists($self->[EXTRA]->{
151 // warning: Standard Input:17: Extra ']'
152 // warning: Standard Input:17: Extra ')'
154 // warning: Standard Input:27: Extra ')'
  /src/share/doc/papers/memfs/
Makefile 8 EXTRA= ref.bib A.t tmac.srefs
  /src/share/doc/papers/px/
Makefile 8 EXTRA= fig1.1.n fig1.2.n fig1.3.n fig2.3.raw fig2.4.n fig3.2.n \
  /src/share/doc/papers/sysperf/
Makefile 8 EXTRA= a1.t a2.t
  /src/tools/compat/buildaux/
ax_check_compile_flag.m4 7 # 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
  /src/common/dist/zlib/
inflate.h 24 OS, /* i: waiting for extra flags and operating system (gzip) */
25 EXLEN, /* i: waiting for extra length (gzip) */
26 EXTRA, /* i: waiting for extra bytes (gzip) */
42 LENEXT, /* i: waiting for length extra bits */
44 DISTEXT, /* i: waiting for distance extra bits */
62 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME -> COMMENT ->
108 unsigned extra; /* extra bits needed */ member in struct:inflate_state
  /src/common/dist/zlib/examples/
gzlog.c 16 system crashes. The status of the operation is recorded in an extra field
39 - fixed-length (no file name) header with extra field (see below)
48 extra field has the necessary information to restore the start of the last
61 The extra field has the necessary information to find the end of the
93 Following is the definition of the extra field with all of the information
100 length is two bytes long. The gzip extra field two-byte identification is
101 "ap" for append. It is assumed that writing the extra field to the file is
102 an "atomic" operation. That is, either all of the extra field is written
104 point of updating the extra field. This is a reasonable assumption, since
105 the extra field is within the first 52 bytes of the file, which is smalle
    [all...]
  /src/sys/external/isc/libsodium/dist/m4/
ax_check_compile_flag.m4 7 # AX_CHECK_COMPILE_FLAG(FLAG, [ACTION-SUCCESS], [ACTION-FAILURE], [EXTRA-FLAGS])
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
ax_check_link_flag.m4 7 # 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
  /src/games/larn/
io.c 173 #ifdef EXTRA
293 #ifdef EXTRA
781 #ifdef EXTRA
893 #ifdef EXTRA
regen.c 25 #ifdef EXTRA
scores.c 70 #ifdef EXTRA
690 #ifdef EXTRA
786 #ifdef EXTRA
create.c 466 froom(2, ORINGOFEXTRA, 0); /* ring of extra regen */
520 #ifdef EXTRA
528 #ifdef EXTRA
diag.c 31 #ifdef EXTRA
main.c 955 #ifdef EXTRA
monster.c 265 #ifdef EXTRA
1201 #ifdef EXTRA
  /src/sys/sys/
mount.h 227 #define VFS_NEWVNODE(MP, DVP, VP, VAP, CRED, EXTRA, NEW_LEN, NEW_KEY) \
228 (*(MP)->mnt_op->vfs_newvnode)(MP, DVP, VP, VAP, CRED, EXTRA, \
  /src/sbin/ping6/
ping6.c 155 #define EXTRA 256 /* for AH and various other headers. weird. */
669 packlen = 2048 + IP6LEN + ICMP6ECHOLEN + EXTRA;
671 packlen = datalen + IP6LEN + ICMP6ECHOLEN + EXTRA;
676 packlen = 2048 + IP6LEN + ICMP6ECHOLEN + EXTRA;
  /src/share/mk/
bsd.doc.mk 19 # EXTRA extra files to install (XXX)
192 ##### Extra custom rules

Completed in 29 milliseconds

1 2