Searched refs:DEST (Results 1 – 10 of 10) sorted by relevance
| /freebsd-13.1/contrib/ipfilter/lib/ |
| H A D | Makefile | 10 LIBOBJS=$(DEST)/addicmp.o \ 11 $(DEST)/addipopt.o \ 13 $(DEST)/alist_new.o \ 14 $(DEST)/allocmbt.o \ 17 $(DEST)/binprint.o \ 23 $(DEST)/debug.o \ 24 $(DEST)/dupmbt.o \ 26 $(DEST)/facpri.o \ 29 $(DEST)/flags.o \ 31 $(DEST)/ftov.o \ [all …]
|
| /freebsd-13.1/contrib/ipfilter/tools/ |
| H A D | Makefile | 3 DEST=. macro 5 all: $(DEST)/ipf_y.c $(DEST)/ipf_y.h $(DEST)/ipf_l.c \ 6 $(DEST)/ipmon_y.c $(DEST)/ipmon_y.h $(DEST)/ipmon_l.c \ 7 $(DEST)/ipnat_y.c $(DEST)/ipnat_y.h $(DEST)/ipnat_l.c \ 8 $(DEST)/ipscan_y.c $(DEST)/ipscan_y.h $(DEST)/ipscan_l.c \ 9 $(DEST)/ippool_y.c $(DEST)/ippool_y.h $(DEST)/ippool_l.c \ 10 $(DEST)/ipf_l.h $(DEST)/ipnat_l.h $(DEST)/ipscan_l.h \ 11 $(DEST)/ippool_l.h $(DEST)/ipmon_l.h 13 $(DEST)/ipf_y.h: $(DEST)/ipf_y.c 27 $(DEST)/ipmon_y.n: $(DEST)/ipmon_y.c [all …]
|
| /freebsd-13.1/share/examples/diskless/ |
| H A D | clone_root | 69 DEST=/diskless_root 83 echo "Cleaning old diskless root ($DEST)" 85 rm -rf ${DEST} && echo "Old diskless root removed." 86 echo "Creating $DEST..." 94 chmod 555 $DEST/sbin/init 99 (cd ${DEST} ; rm -rf conf ) 101 mkdir -p ${DEST}/conf/etc # used to mount things 109 rm -r -f ${DEST}/$i 110 mkdir -p ${DEST}/$i && chown root:wheel ${DEST}/$i && echo -n "$i " 113 ln -s /var/tmp ${DEST}/tmp [all …]
|
| /freebsd-13.1/contrib/libfido2/windows/ |
| H A D | build.ps1 | 208 Function Package-Dynamic(${SRC}, ${DEST}) { in Package-Dynamic() argument 219 Function Package-Static(${SRC}, ${DEST}) { in Package-Static() argument 227 Function Package-PDBs(${SRC}, ${DEST}) { in Package-PDBs() argument 229 "${DEST}\crypto-46.pdb" -ErrorAction Stop in Package-PDBs() 231 "${DEST}\cbor.pdb" -ErrorAction Stop in Package-PDBs() 233 "${DEST}\zlib.pdb" -ErrorAction Stop in Package-PDBs() 235 "${DEST}\fido2.pdb" -ErrorAction Stop in Package-PDBs() 238 Function Package-Tools(${SRC}, ${DEST}) { in Package-Tools() argument 240 "${DEST}\fido2-assert.exe" -ErrorAction stop in Package-Tools() 242 "${DEST}\fido2-cred.exe" -ErrorAction stop in Package-Tools() [all …]
|
| /freebsd-13.1/sys/contrib/ngatm/netnatm/sig/ |
| H A D | unimkmsg.h | 111 #define COPY_FROM_RELEASE_COMPL(U,DEST) \ argument 117 (DEST)->cause[_j++] = \ 121 (DEST)->git[_j++] = \ 124 (DEST)->uu = (U)->u.release_compl.uu; \ 129 #define COPY_FROM_DROP_ACK(U,DEST) \ argument 138 (DEST)->uu = (U)->u.drop_party_ack.uu; \ 141 (DEST)->git[_j++] = \ 145 #define COPY_FROM_ADD_REJ(U,DEST) \ argument 150 (DEST)->epref = (U)->u.add_party_rej.epref; \ 154 (DEST)->uu = (U)->u.add_party_rej.uu; \ [all …]
|
| /freebsd-13.1/contrib/byacc/ |
| H A D | Makefile.old | 1 DEST = . 56 depend:; @mkmf -f $(MAKEFILE) PROGRAM=$(PROGRAM) DEST=$(DEST) 61 @echo Installing $(PROGRAM) in $(DEST) 62 @install -s $(PROGRAM) $(DEST)
|
| /freebsd-13.1/contrib/ipfilter/ |
| H A D | Makefile | 282 …(cd IRIX/`IRIX/cpurev`; smake -l -J 1 build TOP=../.. $(DEST) $(MFLAGS) IRIX=`../getrev` SGI=$$(IR… 283 …(cd IRIX/`IRIX/cpurev`; make -f Makefile.ipsend build TOP=../.. $(DEST) $(MFLAGS) IRIX=`../getrev`… 348 …(cd HPUX/`HPUX/cpurev`; $(MAKE) build TOP=../.. $(DEST) $(MFLAGS) "BITS=`getconf KERNEL_BITS`" `..… 349 …(cd HPUX/`HPUX/cpurev`; $(MAKE) -f Makefile.ipsend build TOP=../.. $(DEST) $(MFLAGS) "BITS=`getcon… 352 (cd SunOS4; make build TOP=.. "CC=$(CC)" $(DEST) $(MFLAGS); cd ..) 353 (cd SunOS4; make -f Makefile.ipsend build "CC=$(CC)" TOP=.. $(DEST) $(MFLAGS); cd ..) 356 …(cd SunOS5/$(CPUDIR); $(MAKE) build TOP=../.. "CC=$(CC)" $(DEST) $(MFLAGS) "SOLARIS2=$(SOLARIS2)" … 357 …(cd SunOS5/$(CPUDIR); $(MAKE) -f Makefile.ipsend build TOP=../.. "CC=$(CC)" $(DEST) $(MFLAGS); cd … 385 (cd IRIX; smake install CPU=$(CPU) TOP=.. $(DEST) $(MFLAGS) CPUDIR=`./cpurev`)
|
| /freebsd-13.1/contrib/tcsh/ |
| H A D | tc.os.h | 609 # define va_copy(DEST, SRC) __va_copy(DEST, SRC) argument 611 # define va_copy(DEST, SRC) memcpy(&(DEST), &(SRC), sizeof(va_list)) argument
|
| /freebsd-13.1/crypto/openssl/crypto/aria/ |
| H A D | aria.c | 46 #define PUT_U32_BE(DEST, IDX, VAL) \ argument 48 ((uint8_t *)(DEST))[IDX * 4 ] = GET_U8_BE(VAL, 0); \ 49 ((uint8_t *)(DEST))[IDX * 4 + 1] = GET_U8_BE(VAL, 1); \ 50 ((uint8_t *)(DEST))[IDX * 4 + 2] = GET_U8_BE(VAL, 2); \ 51 ((uint8_t *)(DEST))[IDX * 4 + 3] = GET_U8_BE(VAL, 3); \
|
| /freebsd-13.1/contrib/apr/ |
| H A D | NWGNUmakefile | 383 ifndef DEST 392 ifndef DEST
|