Home
last modified time | relevance | path

Searched refs:DEST (Results 1 – 25 of 28) sorted by relevance

12

/trueos/contrib/ipfilter/lib/
HDMakefile10 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)/checkrev.o \
[all …]
/trueos/contrib/ipfilter/tools/
HDMakefile3 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
15 $(DEST)/ipf_y.c: ipf_y.y
[all …]
/trueos/share/examples/diskless/
HDclone_root69 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 && echo "New diskless root created."
90 (cd / ; tar -clf - ${TOCOPY} ) | (cd $DEST; tar xvf - )
94 chmod 555 $DEST/sbin/init
99 (cd ${DEST} ; rm -rf conf )
100 (cd / ; tar clf - conf ) | (cd ${DEST}; tar xvf - )
101 mkdir -p ${DEST}/conf/etc # used to mount things
[all …]
/trueos/sys/contrib/ngatm/netnatm/sig/
HDunimkmsg.h111 #define COPY_FROM_RELEASE_COMPL(U,DEST) \ argument
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) \ argument
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)->git[_j++] = \
[all …]
/trueos/contrib/byacc/
HDMakefile.old1 DEST = .
56 depend:; @mkmf -f $(MAKEFILE) PROGRAM=$(PROGRAM) DEST=$(DEST)
61 @echo Installing $(PROGRAM) in $(DEST)
62 @install -s $(PROGRAM) $(DEST)
/trueos/contrib/ipfilter/
HDMakefile282 …(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`)
/trueos/contrib/ofed/libsdp/src/
HDconfig_parser.h50 DEST = 266, enumerator
68 #define DEST 266 macro
HDconfig_scanner.c821 yylval.ival = DEST;
825 return DEST;
HDconfig_parser.c85 DEST = 266, enumerator
103 #define DEST 266 macro
/trueos/contrib/tcsh/
HDtc.os.h610 # define va_copy(DEST, SRC) __va_copy(DEST, SRC) argument
612 # define va_copy(DEST, SRC) memcpy(&(DEST), &(SRC), sizeof(va_list)) argument
/trueos/contrib/gcc/
HDc-incpath.c39 # define INO_T_COPY(DEST, SRC) memcpy(&(DEST), &(SRC), sizeof (SRC)) argument
46 # define INO_T_COPY(DEST, SRC) (DEST) = (SRC) argument
HDtree-flow.h243 #define FOR_EACH_IMM_USE_FAST(DEST, ITER, SSAVAR) \ argument
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) \ argument
279 for ((DEST) = first_imm_use_on_stmt (&(ITER)); \
281 (DEST) = next_imm_use_on_stmt (&(ITER)))
HDFSFChangeLog1989 has VOIDmode and don't do anything if DEST is wider than a host word.
HDChangeLog-19971600 DEST for the spill, adjust mode of SRC to compensate.
HDChangeLog.tree-ssa7482 form DEST = SRC where both DEST and SRC are SSA_NAMEs also
7483 record SRC = DEST into the const and copies table.
7576 edge from SRC to DEST with EDGE_FALLTHRU.
HDChangeLog-2005529 DEST.
25012 Don't abort if ORIG is a virtual and DEST isn't.
25013 If NEW does not have alias information but DEST does,
HDFSFChangeLog.104431 * function.c (fixup_var_refs_1): Make pseudo for DEST
HDFSFChangeLog.115690 as a REG_EQUIV note if DEST is set more than once.
/trueos/usr.sbin/pc-sysinstall/backend/
HDfunctions-disk.sh548 local DEST
552 DEST="${tmpSLICE}"
554 DEST="${DISK}"
557 write_image "${IMAGE}" "${DEST}"
558 check_disk_layout "${DEST}"
/trueos/contrib/binutils/gas/config/
HDobj-elf.h191 #define OBJ_COPY_SYMBOL_ATTRIBUTES(DEST, SRC) \ argument
192 (elf_copy_symbol_attributes (DEST, SRC))
HDtc-arm.h146 #define TC_COPY_SYMBOL_ATTRIBUTES(DEST, SRC) \ argument
147 (arm_copy_symbol_attributes (DEST, SRC))
/trueos/contrib/binutils/bfd/
HDbfd-in.h66 #define LITMEMCPY(DEST,STR2) memcpy ((DEST), (STR2), sizeof (STR2) - 1) argument
67 #define LITSTRCPY(DEST,STR2) memcpy ((DEST), (STR2), sizeof (STR2)) argument
HDbfd-in2.h73 #define LITMEMCPY(DEST,STR2) memcpy ((DEST), (STR2), sizeof (STR2) - 1) argument
74 #define LITSTRCPY(DEST,STR2) memcpy ((DEST), (STR2), sizeof (STR2)) argument
/trueos/contrib/apr/
HDNWGNUmakefile379 ifndef DEST
388 ifndef DEST
/trueos/gnu/usr.bin/binutils/libbfd/
HDbfd.h75 #define LITMEMCPY(DEST,STR2) memcpy ((DEST), (STR2), sizeof (STR2) - 1) argument
76 #define LITSTRCPY(DEST,STR2) memcpy ((DEST), (STR2), sizeof (STR2)) argument

12