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

/freebsd-10-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-10-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-10-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-10-stable/contrib/ofed/libsdp/src/
H A Dconfig_parser.h50 DEST = 266, enumerator in enum:yytokentype
68 #define DEST 266 macro
H A Dconfig_parser.c85 DEST = 266, enumerator in enum:yytokentype
103 #define DEST 266 macro
H A Dconfig_scanner.c821 yylval.ival = DEST;
823 printf("DEST\n");
825 return DEST;
/freebsd-10-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-10-stable/contrib/binutils/gas/config/
H A Dobj-elf.h191 #define OBJ_COPY_SYMBOL_ATTRIBUTES(DEST, SRC) \
192 (elf_copy_symbol_attributes (DEST, SRC))
H A Dtc-arm.h146 #define TC_COPY_SYMBOL_ATTRIBUTES(DEST, SRC) \
147 (arm_copy_symbol_attributes (DEST, SRC))
/freebsd-10-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-10-stable/contrib/gcc/
H A Dc-incpath.c39 # define INO_T_COPY(DEST, SRC) memcpy(&(DEST), &(SRC), sizeof (SRC))
46 # define INO_T_COPY(DEST, SRC) (DEST) = (SRC)
H A Dtree-flow.h243 #define FOR_EACH_IMM_USE_FAST(DEST, ITER, SSAVAR) \
244 for ((DEST) = first_readonly_imm_use (&(ITER), (SSAVAR)); \
246 (DEST) = next_readonly_imm_use (&(ITER)))
278 #define FOR_EACH_IMM_USE_ON_STMT(DEST, ITER) \
279 for ((DEST) = first_imm_use_on_stmt (&(ITER)); \
281 (DEST) = next_imm_use_on_stmt (&(ITER)))
/freebsd-10-stable/contrib/tcsh/
H A Dtc.os.h610 # define va_copy(DEST, SRC) __va_copy(DEST, SRC)
612 # define va_copy(DEST, SRC) memcpy(&(DEST), &(SRC), sizeof(va_list))
/freebsd-10-stable/usr.sbin/pc-sysinstall/backend/
H A Dfunctions-disk.sh549 local DEST
553 DEST="${tmpSLICE}"
555 DEST="${DISK}"
558 write_image "${IMAGE}" "${DEST}"
559 check_disk_layout "${DEST}"
/freebsd-10-stable/contrib/binutils/bfd/
H A Dbfd-in.h66 #define LITMEMCPY(DEST,STR2) memcpy ((DEST), (STR2), sizeof (STR2) - 1)
67 #define LITSTRCPY(DEST,STR2) memcpy ((DEST), (STR2), sizeof (STR2))
H A Dbfd-in2.h73 #define LITMEMCPY(DEST,STR2) memcpy ((DEST), (STR2), sizeof (STR2) - 1)
74 #define LITSTRCPY(DEST,STR2) memcpy ((DEST), (STR2), sizeof (STR2))
/freebsd-10-stable/gnu/usr.bin/binutils/libbfd/
H A Dbfd.h75 #define LITMEMCPY(DEST,STR2) memcpy ((DEST), (STR2), sizeof (STR2) - 1)
76 #define LITSTRCPY(DEST,STR2) memcpy ((DEST), (STR2), sizeof (STR2))

Completed in 390 milliseconds