Home
last modified time | relevance | path

Searched refs:EXTRA (Results 1 – 25 of 41) sorted by relevance

12

/freebsd/crypto/openssl/apps/
H A DCA.pl51 my %EXTRA;
207 $EXTRA{$_} = [];
220 push @{$EXTRA{$arg}}, split_val(shift(@_));
286 $RET = run(@REQ, qw(-new -x509 -keyout), $NEWKEY, "-out", $NEWCERT, @DAYS, @{$EXTRA{req}});
290 $RET = run(@REQ, qw(-x509 -precert -keyout), $NEWKEY, "-out", $NEWCERT, @DAYS, @{$EXTRA{req}});
294 … run(@REQ, "-new", (defined $1 ? ($1,) : ()), "-keyout", $NEWKEY, "-out", $NEWREQ, @{$EXTRA{req}});
328 "-out", "${CATOP}/$CAREQ", @{$EXTRA{req}});
331 @EXTENSIONS, "-infiles", "${CATOP}/$CAREQ", @{$EXTRA{ca}})
340 qw(-export -name), $cname, @{$EXTRA{pkcs12}});
343 $RET = run(@CA, @POLICY, "-infiles", $NEWREQ, @{$EXTRA{ca}});
[all …]
H A DCA.pl.in50 my %EXTRA;
206 $EXTRA{$_} = [];
219 push @{$EXTRA{$arg}}, split_val(shift(@_));
285 $RET = run(@REQ, qw(-new -x509 -keyout), $NEWKEY, "-out", $NEWCERT, @DAYS, @{$EXTRA{req}});
289 $RET = run(@REQ, qw(-x509 -precert -keyout), $NEWKEY, "-out", $NEWCERT, @DAYS, @{$EXTRA{req}});
293 … run(@REQ, "-new", (defined $1 ? ($1,) : ()), "-keyout", $NEWKEY, "-out", $NEWREQ, @{$EXTRA{req}});
327 "-out", "${CATOP}/$CAREQ", @{$EXTRA{req}});
330 @EXTENSIONS, "-infiles", "${CATOP}/$CAREQ", @{$EXTRA{ca}})
339 qw(-export -name), $cname, @{$EXTRA{pkcs12}});
342 $RET = run(@CA, @POLICY, "-infiles", $NEWREQ, @{$EXTRA{ca}});
[all …]
/freebsd/share/doc/usd/13.viref/
H A DMakefile2 EXTRA= ex.cmd.roff ref.so set.opt.roff vi.cmd.roff macro
15 EXTRA+= index.so.${_dev}
22 index.so.${_dev}: vi.ref-patched ${EXTRA:Nindex.so.${_dev}}
/freebsd/contrib/pkgconf/m4/
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
/freebsd/share/mk/
H A Dbsd.doc.mk161 .if defined(EXTRA) && !empty(EXTRA)
162 _stamp.extra: ${EXTRA}
/freebsd/sys/contrib/libsodium/m4/
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
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
/freebsd/share/doc/smm/12.timed/
H A DMakefile3 EXTRA= date loop time unused macro
/freebsd/share/doc/papers/kerntune/
H A DMakefile4 EXTRA= fig2.pic macro
/freebsd/share/doc/papers/kernmalloc/
H A DMakefile4 EXTRA= alloc.fig usage.tbl macro
/freebsd/share/doc/papers/sysperf/
H A DMakefile4 EXTRA= a1.t a2.t macro
/freebsd/share/doc/psd/02.implement/
H A DMakefile3 EXTRA= ref.bib macro
/freebsd/share/doc/papers/relengr/
H A DMakefile4 EXTRA= ref.bib macro
/freebsd/share/doc/papers/bufbio/
H A DMakefile4 EXTRA= bufsize.eps macro
/freebsd/share/doc/psd/01.cacm/
H A DMakefile3 EXTRA= ref.bib macro
/freebsd/share/doc/papers/jail/
H A DMakefile4 EXTRA= implementation.ms mgt.ms future.ms jail01.eps macro
/freebsd/share/doc/psd/18.gprof/
H A DMakefile4 EXTRA= postp1.pic postp2.pic postp3.pic pres1.pic pres2.pic macro
/freebsd/share/doc/psd/15.yacc/
H A DMakefile4 EXTRA= ref.bib macro
/freebsd/share/doc/psd/20.ipctut/
H A DMakefile4 EXTRA= dgramread.c dgramsend.c fig2.pic fig3.pic fig8.pic pipe.c \ macro
/freebsd/share/doc/papers/timecounter/
H A DMakefile7 EXTRA= fig1.eps fig2.eps fig3.eps fig4.eps fig5.eps gps.ps intr.ps macro
/freebsd/sys/contrib/zlib/
H A Dinflate.h26 EXTRA, /* i: waiting for extra bytes (gzip) */ enumerator
/freebsd/contrib/bmake/mk/
H A Ddoc.mk57 Makefile ${FILES} ${EXTRA} ${DESTDIR}${DOCDIR}/${DIR}
H A Dwarnings.mk55 WARNINGS_SET_LIST ?= MIN LOW MEDIUM HIGH EXTRA
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/
H A Ddfdiv.S151 #define DIV_ITER1B(QSHIFTINSN,QSHIFT,REMSHIFT,EXTRA) \ argument
164 EXTRA \
/freebsd/sbin/ping/
H A Dping6.c146 #define EXTRA 256 /* for AH and various other headers. weird. */ macro
752 packlen = 2048 + IP6LEN + ICMP6ECHOLEN + EXTRA; in ping6()
754 packlen = datalen + IP6LEN + ICMP6ECHOLEN + EXTRA; in ping6()
759 packlen = 2048 + IP6LEN + ICMP6ECHOLEN + EXTRA; in ping6()

12