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

/macosx-10.9.5/procmail-14/procmail/man/
H A Dmansed18 DEST="$3"
21 export SHELL SRC DEST RM DEVNULL
25 if test ! -f "$DEST"
27 trap "$RM \"$DEST\" $TMPF0 $TMPF1;exit 1" 1 2 3 15
80 expr "X$DEST" : '.*[18]$' >$DEVNULL && cat <<HERE
147 cat $TMPF0 >"$DEST"
/macosx-10.9.5/sudo-72/src/
H A Dinstall-sh164 DEST="$1"
165 if [ ! -d "${DEST}" ] ; then
166 ${MKDIR} "${DEST}" || exit 1
169 ${CHOWN} "${OWNER}" "${DEST}" || exit 1
172 ${CHGRP} "${GROUP}" "${DEST}" || exit 1
175 ${CHMOD} "${MODE}" "${DEST}" || exit 1
190 DEST="$2/`basename $1`"
193 DEST="$2"
199 if cmp -s "$1" "${DEST}" ; then
201 ${TOUCHIT} && touch "${DEST}"
[all...]
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/framework/
H A Dpost-setup.rb5 DEST = 'build/Default/RubyCocoa.framework/Resources/BridgeSupport'
7 command "rm -rf #{DEST}"
8 command "mkdir #{DEST}"
9 command "tar -xzf #{SOURCE} -C #{DEST}"
/macosx-10.9.5/curl-78.94.1/curl/packages/OS400/
H A Dmake-include.sh51 do DEST="${SRCPF}/`db2_name \"${HFILE}\"`.MBR"
52 if action_needed "${DEST}" "${HFILE}"
53 then copy_hfile "${DEST}" "${HFILE}"
/macosx-10.9.5/Libc-997.90.3/xcodescripts/
H A Dmanpages.sh26 DEST=${DESTDIR}/${solid}
31 cmd="unifdef -t ${UNIFDEF_FLAGS} < ${SOURCE} | cat > ${DEST}"
51 DEST=${DESTDIR}/${page}
54 [[ "${page}" == "libuuid.3" ]] && DEST=${DESTDIR}/uuid.3
56 sed -f ${SRCROOT}/uuid/uuidman.sed ${SRCROOT}/uuid/uuidsrc/${page}.in > ${DEST}
/macosx-10.9.5/CPANInternal-140/Filesys-Df/
H A DMakefile.PL154 open(DEST, ">$dest") or die "$! $dest\n";
156 print DEST @contents;
157 close(DEST);
/macosx-10.9.5/CPANInternal-140/Filesys-Df-0.92/
H A DMakefile.PL154 open(DEST, ">$dest") or die "$! $dest\n";
156 print DEST @contents;
157 close(DEST);
/macosx-10.9.5/remote_cmds-41.90.1/timed.tproj/SMM.doc/
H A DMakefile68 copy:: DEST
69 @$(MAKE) installsrc "SRCROOT = $(DEST)"
81 SRCROOT DEST:
93 @$(ECHO) 'copy: copies the sources to DEST'
/macosx-10.9.5/apache-786.1/httpd/build/
H A DNWGNUhead.inc29 $(MAKE) $(MAKECMDGOALS) -f NWGNUmakefile RELEASE=$(RELEASE) DEST="$(INSTALL)" LM_LICENSE_FILE="$(METROWERKS)/license.dat"
90 $(MAKE) -C $@ $(MAKECMDGOALS) -f NWGNUmakefile RELEASE=$(RELEASE) DEST="$(INSTALL)" LM_LICENSE_FILE="$(LM_LICENSE_FILE)"
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/build/
H A DNWGNUhead.inc29 $(MAKE) $(MAKECMDGOALS) -f NWGNUmakefile RELEASE=$(RELEASE) DEST="$(INSTALL)" LM_LICENSE_FILE="$(METROWERKS)/license.dat"
77 $(MAKE) -C $@ $(MAKECMDGOALS) -f NWGNUmakefile RELEASE=$(RELEASE) DEST="$(INSTALL)" LM_LICENSE_FILE="$(LM_LICENSE_FILE)"
/macosx-10.9.5/apr-30/apr/apr/build/
H A DNWGNUhead.inc29 $(MAKE) $(MAKECMDGOALS) -f NWGNUmakefile RELEASE=$(RELEASE) DEST="$(INSTALL)" LM_LICENSE_FILE="$(METROWERKS)/license.dat"
75 $(MAKE) -C $@ $(MAKECMDGOALS) -f NWGNUmakefile RELEASE=$(RELEASE) DEST="$(INSTALL)" LM_LICENSE_FILE="$(LM_LICENSE_FILE)"
/macosx-10.9.5/rsync-42/rsync/support/
H A Datomic-rsync62 Usage: atomic-rsync [RSYNC-OPTIONS] HOST:/SOURCE/DIR/ /DEST/DIR/
63 atomic-rsync [RSYNC-OPTIONS] HOST::MOD/DIR/ /DEST/DIR/
/macosx-10.9.5/tcsh-65/tcsh/
H A Dtc.os.h598 # define va_copy(DEST, SRC) __va_copy(DEST, SRC)
600 # define va_copy(DEST, SRC) memcpy(&(DEST), &(SRC), sizeof(va_list))
/macosx-10.9.5/text_cmds-87/sort/
H A Dsystem.h717 # define ASSIGN_STRDUPA(DEST, S) \
718 do { DEST = strdupa (S); } while (0)
720 # define ASSIGN_STRDUPA(DEST, S) \
726 DEST = memcpy (tmp_dest_, (s_), len_); \
/macosx-10.9.5/cxxfilt-11/cxxfilt/include/opcode/
H A Dm88k.h56 #define DEST 6 macro
111 dest: DEST,
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/
H A DNWGNUmakefile379 ifndef DEST
388 ifndef DEST
/macosx-10.9.5/apr-30/apr/apr/
H A DNWGNUmakefile379 ifndef DEST
388 ifndef DEST
/macosx-10.9.5/cxxfilt-11/cxxfilt/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))
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dgedcom.vim20 syntax keyword gedcom_record DATA DEAT DESC DESI DEST DIV DIVF DSCR EDUC EMIG
/macosx-10.9.5/configd-596.15/SystemConfiguration.fproj/
H A DgenSCPreferences.c219 #define DEST "Dest" macro
755 { SC_10_1, NETPROP IPV4, DEST ADDRESSES, NULL, CFARRAY_CFSTRING },
789 { SC_10_3, NETPROP IPV6, DEST ADDRESSES, NULL, CFARRAY_CFSTRING },

Completed in 1177 milliseconds