Searched refs:EXTRA (Results 1 - 25 of 27) sorted by relevance

12

/src/distrib/notes/mac68k/
H A DMakefile4 EXTRA= ${.CURDIR}/contrib macro
/src/sys/external/bsd/compiler_rt/dist/test/Unit/
H A Dtest29 EXTRA=
33 EXTRA="-fexceptions gcc_personality_test_helper.cxx -lstdc++ /usr/lib/libgcc_s.1.dylib"
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/
H A Dtest29 EXTRA=
33 EXTRA="-fexceptions gcc_personality_test_helper.cxx -lstdc++ /usr/lib/libgcc_s.1.dylib"
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/
H A DMakefile5 EXTRA= figure1.pic figure2.pic figure3.pic macro
7 DPSRCS= ${SRCS} ${EXTRA} Makefile
/src/usr.bin/spell/spell/
H A Dspell.sh37 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/
H A DMakefile8 EXTRA= ref.bib tmac.srefs macro
/src/tests/usr.bin/indent/
H A Dedge_cases.c87 use enum qw(FNAME LINES TEXT PHYSLINES CHANGED BEFORE AFTER EXTRA);
101 return exists($self->[EXTRA]->{$name});
121 use enum qw (FNAME LINES TEXT PHYSLINES CHANGED BEFORE AFTER EXTRA);
143 return exists($self->[EXTRA]->{
/src/share/doc/papers/memfs/
H A DMakefile8 EXTRA= ref.bib A.t tmac.srefs macro
/src/share/doc/papers/px/
H A DMakefile8 EXTRA= fig1.1.n fig1.2.n fig1.3.n fig2.3.raw fig2.4.n fig3.2.n \ macro
/src/share/doc/papers/sysperf/
H A DMakefile8 EXTRA= a1.t a2.t macro
/src/tools/compat/buildaux/
H A 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
/src/common/dist/zlib/
H A Dinflate.h26 EXTRA, /* i: waiting for extra bytes (gzip) */ enumerator in enum:__anon017365670103
62 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME -> COMMENT ->
/src/common/dist/zlib/examples/
H A Dgzlog.c313 /* 35 is EXTRA, 39 is EXTRA + 4 */
318 /* initial gzip extra field content (52 == HEAD + EXTRA + 1) */
328 #define EXTRA sizeof(log_gzext) /* should be 35 */ macro
413 unsigned char buf[HEAD + EXTRA];
416 read(log->fd, buf, HEAD + EXTRA) != HEAD + EXTRA ||
440 unsigned char ext[EXTRA];
452 write(log->fd, ext, EXTRA) != EXTRA
[all...]
/src/sys/external/isc/libsodium/dist/m4/
H A Dax_check_compile_flag.m47 # 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
H A 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
/src/games/larn/
H A Dio.c173 #ifdef EXTRA
293 #ifdef EXTRA
781 #ifdef EXTRA
893 #ifdef EXTRA
H A Dregen.c25 #ifdef EXTRA
H A Dscores.c70 #ifdef EXTRA
690 #ifdef EXTRA
786 #ifdef EXTRA
H A Dcreate.c520 #ifdef EXTRA
528 #ifdef EXTRA
H A Ddiag.c31 #ifdef EXTRA
H A Dmain.c955 #ifdef EXTRA
/src/distrib/notes/
H A DMakefile.inc21 MAIN= ${COMMON}/main ${EXTRA}
/src/sys/sys/
H A Dmount.h227 #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/
H A Dping6.c155 #define EXTRA 256 /* for AH and various other headers. weird. */ macro
669 packlen = 2048 + IP6LEN + ICMP6ECHOLEN + EXTRA;
671 packlen = datalen + IP6LEN + ICMP6ECHOLEN + EXTRA;
676 packlen = 2048 + IP6LEN + ICMP6ECHOLEN + EXTRA;
/src/share/mk/
H A Dbsd.doc.mk19 # EXTRA extra files to install (XXX)

Completed in 18 milliseconds

12