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

/freebsd-9.3-release/contrib/ipfilter/tools/
H A DMakefile6 DEST=. macro
8 all: $(DEST)/ipf_y.c $(DEST)/ipf_y.h $(DEST)/ipf_l.c \
9 $(DEST)/ipmon_y.c $(DEST)/ipmon_y.h $(DEST)/ipmon_l.c \
10 $(DEST)/ipnat_y.c $(DEST)/ipnat_y.h $(DEST)/ipnat_
[all...]
/freebsd-9.3-release/release/scripts/
H A Dsplit-file.sh11 DEST=$1; shift
19 rm -rf ${DEST} || true
20 mkdir -p ${DEST}
24 dd if=${FILE} bs=16k iseek=1 | split -b ${CHUNK_SIZE}k - ${DEST}/${prefix}.
28 files=`ls ${DEST}/${prefix}.*`
30 bootchunk="${DEST}/${prefix}.boot"
34 echo `basename ${bootchunk}` "\"Boot floppy\"" > ${DEST}/${prefix}.split
37 echo `basename ${file}` "\"${DESCR} floppy ${i}\"" >> ${DEST}/${prefix}.split
/freebsd-9.3-release/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-9.3-release/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)/bcopywrap.o \
15 $(DEST)/binprint.o \
16 $(DEST)/buildopts.o \
17 $(DEST)/checkrev.o \
18 $(DEST)/count6bits.o \
19 $(DEST)/count4bit
[all...]
/freebsd-9.3-release/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-9.3-release/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-9.3-release/contrib/dialog/samples/copifuncs/
H A Dadmin.funcs43 DEST=$2
47 dialog --backtitle "$TITLE" --infobox "Creo un alias per redirigere le mail per $SOURCE a $DEST ..." 0 0
51 echo "$SOURCE: $DEST" >>$ALIASES
55 sed /"$SOURCE:"/s/"$OLDDEST"/" $DEST"/ $ALIASES >$tmp_alias
/freebsd-9.3-release/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-9.3-release/contrib/ipfilter/
H A DMakefile281 (cd IRIX/`IRIX/cpurev`; smake -l -J 1 build TOP=../.. $(DEST) $(MFLAGS) IRIX=`../getrev` SGI=$$(IRIX) CPUDIR=`../cpurev`; cd ..); \
282 (cd IRIX/`IRIX/cpurev`; make -f Makefile.ipsend build TOP=../.. $(DEST) $(MFLAGS) IRIX=`../getrev` SGI=$$(IRIX) CPUDIR=`../cpurev`; cd ..); \
347 (cd HPUX/`HPUX/cpurev`; $(MAKE) build TOP=../.. $(DEST) $(MFLAGS) "BITS=`getconf KERNEL_BITS`" `../makeargs`; cd ..)
348 (cd HPUX/`HPUX/cpurev`; $(MAKE) -f Makefile.ipsend build TOP=../.. $(DEST) $(MFLAGS) "BITS=`getconf KERNEL_BITS`" `../makeargs`; cd ..)
351 (cd SunOS4; make build TOP=.. "CC=$(CC)" $(DEST) $(MFLAGS); cd ..)
352 (cd SunOS4; make -f Makefile.ipsend build "CC=$(CC)" TOP=.. $(DEST) $(MFLAGS); cd ..)
355 (cd SunOS5/$(CPUDIR); $(MAKE) build TOP=../.. "CC=$(CC)" $(DEST) $(MFLAGS) "SOLARIS2=$(SOLARIS2)"; cd ..)
356 (cd SunOS5/$(CPUDIR); $(MAKE) -f Makefile.ipsend build TOP=../.. "CC=$(CC)" $(DEST) $(MFLAGS); cd ..)
384 (cd IRIX; smake install CPU=$(CPU) TOP=.. $(DEST) $(MFLAGS) CPUDIR=`./cpurev`)
/freebsd-9.3-release/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-9.3-release/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-9.3-release/contrib/gnu-sort/src/
H A Dsystem.h769 # define ASSIGN_STRDUPA(DEST, S) \
770 do { DEST = strdupa (S); } while (0)
772 # define ASSIGN_STRDUPA(DEST, S) \
778 DEST = memcpy (tmp_dest_, (s_), len_); \
/freebsd-9.3-release/usr.sbin/pc-sysinstall/backend/
H A Dfunctions-disk.sh547 local DEST
551 DEST="${tmpSLICE}"
553 DEST="${DISK}"
556 write_image "${IMAGE}" "${DEST}"
557 check_disk_layout "${DEST}"
/freebsd-9.3-release/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-9.3-release/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))
/freebsd-9.3-release/contrib/ipfilter/BSD/
H A DMakefile30 DEST=$(OBJ) macro
173 (cd $(TOOL); make "DEST=$(HERE)" $(HERE)/$@)
178 (cd $(TOOL); make "DEST=$(HERE)" $(HERE)/$@)
181 (cd $(TOOL); make "DEST=$(HERE)" $(HERE)/$@)
368 (cd $(TOOL); make "DEST=$(HERE)" $(HERE)/$@)
373 (cd $(TOOL); make "DEST=$(HERE)" $(HERE)/$@)
376 (cd $(TOOL); make "DEST=$(HERE)" $(HERE)/$@)
391 (cd $(TOOL); make "DEST=$(HERE)" $(HERE)/$@)
396 (cd $(TOOL); make "DEST=$(HERE)" $(HERE)/$@)
399 (cd $(TOOL); make "DEST
[all...]

Completed in 202 milliseconds