| /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/crypto/external/bsd/openssl/dist/apps/ |
| CA.pl.in | 45 my %EXTRA; 50 # Split out "-extra-CMD value", and return new |@ARGV|. Fill in 51 # |EXTRA{CMD}| with list of values. 55 $EXTRA{$_} = ''; 61 if ( $arg !~ m/-extra-([a-z0-9]+)/ ) { 65 $arg =~ s/-extra-//; 66 die("Unknown \"-${arg}-extra\" option, exiting") 68 $EXTRA{$arg} .= " " . shift; 124 CA.pl -newcert | -newreq | -newreq-nodes | -xsign | -sign | -signCA | -signcert | -crl | -newca [-extra-cmd parameter] 135 . " $EXTRA{req}") [all...] |
| /src/share/doc/papers/bus_dma/ |
| Makefile | 5 EXTRA= figure1.pic figure2.pic figure3.pic 7 DPSRCS= ${SRCS} ${EXTRA} Makefile
|
| /src/crypto/external/bsd/openssl.old/dist/apps/ |
| CA.pl.in | 50 my %EXTRA = extra_args(\@ARGV, "-extra-"); 116 print STDERR "usage: CA.pl -newcert | -newreq | -newreq-nodes | -xsign | -sign | -signCA | -signcert | -crl | -newca [-extra-cmd extra-params]\n"; 117 print STDERR " CA.pl -pkcs12 [-extra-pkcs12 extra-params] [certname]\n"; 118 print STDERR " CA.pl -verify [-extra-verify extra-params] certfile ...\n"; 119 print STDERR " CA.pl -revoke [-extra-ca extra-params] certfile [reason]\n" [all...] |
| /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/crypto/external/apache2/openssl/dist/apps/ |
| CA.pl.in | 50 my %EXTRA; 200 # Split out "-extra-CMD value", and return new |@ARGV|. Fill in 201 # |EXTRA{CMD}| with list of values. 206 $EXTRA{$_} = []; 210 if ( $arg !~ m{^-extra-(\w+)$} ) { 215 die "Unknown \"-extra-${arg}\" option, exiting\n" 217 die "Missing \"-extra-${arg}\" option value, exiting\n" 219 push @{$EXTRA{$arg}}, split_val(shift(@_)); 275 CA.pl -newcert | -newreq | -newreq-nodes | -xsign | -sign | -signCA | -signcert | -crl | -newca [-extra-cmd parameter] 285 $RET = run(@REQ, qw(-new -x509 -keyout), $NEWKEY, "-out", $NEWCERT, @DAYS, @{$EXTRA{req}}) [all...] |
| /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/external/gpl3/gcc/dist/gcc/config/arc/ |
| arc-arch.h | 84 /* Extra options for a processor template to hold any CPU specific 111 /* Extra value. */ 112 enum arc_extras extra; member in struct:__anon12672 132 #define ARC_CPU(NAME, ARCH, FLAGS, EXTRA, TUNE) \ 133 {#NAME, &arc_arch_types [BASE_ARCH_##ARCH], PROCESSOR_##NAME, FLAGS, HAS_##EXTRA, ARC_TUNE_##TUNE },
|
| arc-opts.h | 27 #define ARC_CPU(NAME, ARCH, FLAGS, EXTRA, TUNE) PROCESSOR_##NAME,
|
| /src/external/gpl3/gcc.old/dist/gcc/config/arc/ |
| arc-arch.h | 83 /* Extra options for a processor template to hold any CPU specific 110 /* Extra value. */ 111 enum arc_extras extra; member in struct:__anon15289 131 #define ARC_CPU(NAME, ARCH, FLAGS, EXTRA, TUNE) \ 132 {#NAME, &arc_arch_types [BASE_ARCH_##ARCH], PROCESSOR_##NAME, FLAGS, HAS_##EXTRA, ARC_TUNE_##TUNE },
|
| arc-opts.h | 27 #define ARC_CPU(NAME, ARCH, FLAGS, EXTRA, TUNE) PROCESSOR_##NAME,
|
| /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/external/cddl/osnet/dist/uts/common/zmod/ |
| inflate.h | 26 OS, /* i: waiting for extra flags and operating system (gzip) */ 27 EXLEN, /* i: waiting for extra length (gzip) */ 28 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 102 unsigned extra; /* extra bits needed */ member in struct:inflate_state
|
| /src/external/lgpl3/gmp/dist/ |
| gen-bases.c | 121 #define EXTRA 16 131 mpz_setbit (t, prec + EXTRA); 136 mpz_setbit (two, prec + EXTRA + 1); 141 mpz_mul_2exp (b, b, prec+EXTRA); 145 mpz_mul_2exp (b, b, prec+EXTRA); 149 mpz_tdiv_q_2exp (t2, t2, prec+EXTRA);
|
| /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/external/gpl3/binutils/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/external/gpl3/binutils.old/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/external/gpl3/gdb/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/external/gpl3/gdb.old/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...] |