Searched refs:DEST (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/ipfilter/tools/
H A DMakefile3 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_
[all...]
/freebsd-13-stable/share/examples/diskless/
H A Dclone_root18 # and puts it into ${DEST} (defaults to /diskless_root ) on the server,
26 # ${SERVER}:${DEST} / nfs ro 0 0
49 # ${DEST} -maproot=0 -alldirs <list of diskless clients>
59 # :rp="${SERVER}:${DEST}":
67 # DEST the diskless_root dir (goes into /etc/bootptab and /etc/exports
69 DEST=/diskless_root
83 echo "Cleaning old diskless root ($DEST)"
85 rm -rf ${DEST} && echo "Old diskless root removed."
86 echo "Creating $DEST..."
87 mkdir -p $DEST
[all...]
/freebsd-13-stable/contrib/ipfilter/lib/
H A DMakefile10 LIBOBJS=$(DEST)/addicmp.o \
11 $(DEST)/addipopt.o \
12 $(DEST)/alist_free.o \
13 $(DEST)/alist_new.o \
14 $(DEST)/allocmbt.o \
15 $(DEST)/assigndefined.o \
16 $(DEST)/bcopywrap.o \
17 $(DEST)/binprint.o \
18 $(DEST)/buildopts.o \
19 $(DEST)/checkre
[all...]
/freebsd-13-stable/sys/contrib/ngatm/netnatm/sig/
H A Dunimkmsg.h111 #define COPY_FROM_RELEASE_COMPL(U,DEST) \
117 (DEST)->cause[_j++] = \
121 (DEST)->git[_j++] = \
124 (DEST)->uu = (U)->u.release_compl.uu; \
126 (DEST)->crankback = (U)->u.release_compl.crankback; \
129 #define COPY_FROM_DROP_ACK(U,DEST) \
134 (DEST)->epref = (U)->u.drop_party_ack.epref; \
136 (DEST)->cause = (U)->u.drop_party_ack.cause; \
138 (DEST)->uu = (U)->u.drop_party_ack.uu; \
141 (DEST)
[all...]
/freebsd-13-stable/contrib/byacc/
H A DMakefile.old0 DEST = .
56 depend:; @mkmf -f $(MAKEFILE) PROGRAM=$(PROGRAM) DEST=$(DEST)
61 @echo Installing $(PROGRAM) in $(DEST)
62 @install -s $(PROGRAM) $(DEST)
/freebsd-13-stable/contrib/ipfilter/
H A DMakefile282 (cd IRIX/`IRIX/cpurev`; smake -l -J 1 build TOP=../.. $(DEST) $(MFLAGS) IRIX=`../getrev` SGI=$$(IRIX) CPUDIR=`../cpurev`; cd ..); \
283 (cd IRIX/`IRIX/cpurev`; make -f Makefile.ipsend build TOP=../.. $(DEST) $(MFLAGS) IRIX=`../getrev` SGI=$$(IRIX) CPUDIR=`../cpurev`; cd ..); \
348 (cd HPUX/`HPUX/cpurev`; $(MAKE) build TOP=../.. $(DEST) $(MFLAGS) "BITS=`getconf KERNEL_BITS`" `../makeargs`; cd ..)
349 (cd HPUX/`HPUX/cpurev`; $(MAKE) -f Makefile.ipsend build TOP=../.. $(DEST) $(MFLAGS) "BITS=`getconf KERNEL_BITS`" `../makeargs`; cd ..)
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)" INSTANCE=$(INSTANCE); cd ..)
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-stable/contrib/tcsh/
H A Dtc.os.h609 # define va_copy(DEST, SRC) __va_copy(DEST, SRC)
611 # define va_copy(DEST, SRC) memcpy(&(DEST), &(SRC), sizeof(va_list))
/freebsd-13-stable/crypto/openssl/crypto/aria/
H A Daria.c46 #define PUT_U32_BE(DEST, IDX, VAL) \
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); \

Completed in 121 milliseconds