/freebsd/crypto/openssl/apps/ |
H A D | CA.pl.in | 45 my %EXTRA; 55 $EXTRA{$_} = ''; 68 $EXTRA{$arg} .= " " . shift; 135 . " $EXTRA{req}"); 140 . " $EXTRA{req}"); 144 $RET = run("$REQ -new $1 -keyout $NEWKEY -out $NEWREQ $DAYS $EXTRA{req}"); 178 . " -out ${CATOP}/$CAREQ $EXTRA{req}"); 183 . " -infiles ${CATOP}/$CAREQ $EXTRA{ca}") if $RET == 0; 191 . " -export -name \"$cname\" $EXTRA{pkcs12}"); 194 $RET = run("$CA -policy policy_anything -infiles $NEWREQ $EXTRA{ca}"); [all …]
|
/freebsd/share/doc/usd/13.viref/ |
H A D | Makefile | 2 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/share/mk/ |
H A D | bsd.doc.mk | 161 .if defined(EXTRA) && !empty(EXTRA) 162 _stamp.extra: ${EXTRA}
|
/freebsd/sys/contrib/libsodium/m4/ |
H A D | 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
|
H A D | 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
|
/freebsd/share/doc/smm/12.timed/ |
H A D | Makefile | 3 EXTRA= date loop time unused macro
|
/freebsd/share/doc/papers/kerntune/ |
H A D | Makefile | 4 EXTRA= fig2.pic macro
|
/freebsd/share/doc/papers/kernmalloc/ |
H A D | Makefile | 4 EXTRA= alloc.fig usage.tbl macro
|
/freebsd/share/doc/papers/sysperf/ |
H A D | Makefile | 4 EXTRA= a1.t a2.t macro
|
/freebsd/share/doc/psd/02.implement/ |
H A D | Makefile | 3 EXTRA= ref.bib macro
|
/freebsd/share/doc/papers/relengr/ |
H A D | Makefile | 4 EXTRA= ref.bib macro
|
/freebsd/share/doc/papers/bufbio/ |
H A D | Makefile | 4 EXTRA= bufsize.eps macro
|
/freebsd/share/doc/psd/01.cacm/ |
H A D | Makefile | 3 EXTRA= ref.bib macro
|
/freebsd/share/doc/papers/jail/ |
H A D | Makefile | 4 EXTRA= implementation.ms mgt.ms future.ms jail01.eps macro
|
/freebsd/share/doc/psd/18.gprof/ |
H A D | Makefile | 4 EXTRA= postp1.pic postp2.pic postp3.pic pres1.pic pres2.pic macro
|
/freebsd/share/doc/psd/15.yacc/ |
H A D | Makefile | 4 EXTRA= ref.bib macro
|
/freebsd/share/doc/psd/20.ipctut/ |
H A D | Makefile | 4 EXTRA= dgramread.c dgramsend.c fig2.pic fig3.pic fig8.pic pipe.c \ macro
|
/freebsd/share/doc/papers/timecounter/ |
H A D | Makefile | 7 EXTRA= fig1.eps fig2.eps fig3.eps fig4.eps fig5.eps gps.ps intr.ps macro
|
/freebsd/sys/contrib/zlib/ |
H A D | inflate.h | 26 EXTRA, /* i: waiting for extra bytes (gzip) */ enumerator
|
/freebsd/contrib/bmake/mk/ |
H A D | doc.mk | 57 Makefile ${FILES} ${EXTRA} ${DESTDIR}${DOCDIR}/${DIR}
|
H A D | warnings.mk | 63 WARNINGS_SET_LIST ?= MIN LOW MEDIUM HIGH EXTRA
|
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/ |
H A D | dfdiv.S | 151 #define DIV_ITER1B(QSHIFTINSN,QSHIFT,REMSHIFT,EXTRA) \ argument 164 EXTRA \
|
/freebsd/sbin/ping/ |
H A D | ping6.c | 145 #define EXTRA 256 /* for AH and various other headers. weird. */ macro 751 packlen = 2048 + IP6LEN + ICMP6ECHOLEN + EXTRA; in ping6() 753 packlen = datalen + IP6LEN + ICMP6ECHOLEN + EXTRA; in ping6() 758 packlen = 2048 + IP6LEN + ICMP6ECHOLEN + EXTRA; in ping6()
|
/freebsd/sys/dev/cxgbe/firmware/ |
H A D | t5fw_cfg_fpga.txt | 253 # RDMA + ISCSI + FCOE + EXTRA + HYPERV) 364 neq = 66 # NPORTS*NCPUS * 2 (FL, ETHCTRL/TX) + 2 (EXTRA)
|
H A D | t4fw_cfg_uwire.txt | 236 # RDMA + ISCSI + FCOE + EXTRA + HYPERV) 415 neq = 66 # NPORTS*NCPUS * 2 (FL, ETHCTRL/TX) + 2 (EXTRA)
|