Searched refs:delete (Results 1 - 25 of 250) sorted by last modified time

12345678910

/freebsd-10.0-release/
H A DMakefile28 # delete-old - Delete obsolete directories/files.
29 # delete-old-dirs - Delete obsolete directories.
30 # delete-old-files - Delete obsolete files.
31 # delete-old-libs - Delete obsolete libraries.
75 # 9. `make delete-old'
77 # 11. `make delete-old-libs' (in case no 3rd party program uses them anymore)
98 delete-old delete-old-dirs delete-old-files delete
[all...]
H A DMakefile.inc1831 find ${DESTDIR}/${DISTDIR}/${dist} -mindepth 1 -empty -delete
1656 make(delete-old) || make(delete-old-dirs) || \
1657 make(delete-old-files) || make(delete-old-libs)
1660 # check for / delete old files section
1676 delete-old-files:
1677 @echo ">>> Removing old files (only deletes safe to delete libs)"
1725 delete-old-libs:
1763 delete
[all...]
/freebsd-10.0-release/usr.bin/ar/
H A Dacplex.l57 DELETE|delete { return (DELETE); }
/freebsd-10.0-release/usr.bin/svn/lib/libsvn_client/
H A DMakefile12 copy_foreign.c ctx.c delete.c deprecated.c diff.c \
/freebsd-10.0-release/usr.bin/svn/svn/
H A DMakefile13 copy-cmd.c delete-cmd.c deprecated.c diff-cmd.c export-cmd.c \
/freebsd-10.0-release/usr.bin/svn/lib/libsvn_wc/
H A DMakefile12 context.c copy.c crop.c delete.c deprecated.c diff_editor.c \
/freebsd-10.0-release/usr.bin/vi/
H A DMakefile58 SRCS+= conv.c cut.c delete.c encoding.c exf.c key.c line.c log.c main.c mark.c msg.c options.c \
/freebsd-10.0-release/usr.bin/csup/
H A Dtoken.l61 delete { yylval.i = PT_DELETE; return BOOLEAN; }
/freebsd-10.0-release/usr.bin/tr/
H A Dtr.c73 struct cset *delete, *squeeze; local
129 delete = setup(argv[0], &s1, cflag, Cflag);
133 if (!cset_in(delete, ch) &&
151 delete = setup(argv[0], &s1, cflag, Cflag);
154 if (!cset_in(delete, ch))
/freebsd-10.0-release/release/picobsd/floppy.tree/sbin/
H A Ddhclient-script76 #route delete $alias_ip_address $LOCALHOST > /dev/null 2>&1
114 #route delete "$old_ip_address" $LOCALHOST >/dev/null 2>&1
119 route delete "$1" "$2"
126 # one here. We don't so just delete the default route if it's
129 route delete default >/dev/null 2>&1
135 route delete "$1" "$2"
/freebsd-10.0-release/release/scripts/
H A Dmm-mtree.sh140 find ${TEMPROOT}/usr/obj -type f -delete 2>/dev/null
144 find ${TEMPROOT}/usr -type l -delete 2>/dev/null
145 find ${TEMPROOT} -type f -size 0 -delete 2>/dev/null
146 find -d ${TEMPROOT} -type d -empty -delete 2>/dev/null
/freebsd-10.0-release/usr.bin/mail/
H A Dcmd2.c263 delete(int msgvec[]) function
H A Dcmdtab.c61 { "delete", delete, W|P|MSGLIST, 0, MMNDEL },
H A Dextern.h101 int delete(int []);
/freebsd-10.0-release/crypto/openssl/crypto/threads/
H A Dmttest.c1246 delete lock_cs[i];
/freebsd-10.0-release/crypto/heimdal/
H A Dautogen.sh6 find . \( -name '*-private.h' -o -name '*-protos.h' \) -delete
/freebsd-10.0-release/crypto/heimdal/appl/ftp/ftp/
H A Dcmds.c1080 delete(int argc, char **argv) function
H A Dcmdtab.c51 char deletehelp[] = "delete remote file";
64 char mdeletehelp[] = "delete multiple files";
131 { "delete", deletehelp, 0, 1, 1, delete },
H A Dextern.h67 void delete (int, char **);
/freebsd-10.0-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c1302 ** file write, and file delete opertions up to 10 times, with a delay
4122 ** ^The sqlite3_finalize() function is called to delete a [prepared statement].
4226 ** and xFinal and NULL pointer must be passed for xFunc. ^To delete an existing
6524 ** never invoke xUnpin() except to deliberately delete a page.
6598 ** ^The xDestroy() method is used to delete a cache allocated by xCreate().
7381 ** Access routines. To delete, insert a NULL pointer.
9434 ** insert, update, or delete statement. It remains constant throughout the
10909 Table *pZombieTab; /* List of Table objects to delete after code gen */
11007 * target -> A token holding the quoted name of the table to delete from.
12705 void (*xDel)(void *); /* If not null, call this function to delete Me
[all...]
/freebsd-10.0-release/crypto/openssh/
H A Dbuildpkg.sh.in333 svccfg delete -f $OPENSSH_FMRI
465 svccfg delete -f $OPENSSH_FMRI
H A Dclientloop.c876 int delete = 0, local = 0, remote = 0, dynamic = 0; local
923 delete = 1;
937 if (delete && !compat20) {
946 if (delete) {
/freebsd-10.0-release/sys/netpfil/ipfw/
H A Ddummynet.txt143 DELETE: configuration command delete a scheduler which in turn
349 the delay line will be delete now.
391 If the type or the mask differ, it is necessary to delete the old scheduler
441 "ipfw pipe|queue x delete". XXX sched?
447 A pipe can be deleted by the user throught the command 'ipfw pipe x delete'.
448 To delete a pipe, the pipe is removed from the pipe list, and then deleted.
460 are discarded when arrive. Next, the flowset is marked as delete.
469 zero. When a queue is delete (by dn_delete_queue() function) it is checked if
477 To delete a scheduler we must be sure that any scheduler instance of this type
481 To delete th
[all...]
/freebsd-10.0-release/sys/contrib/dev/acpica/
H A Dacpica_prep.sh55 find ${wrk} -name ${i} -type f -delete
/freebsd-10.0-release/sys/compat/ndis/
H A Dwinx64_wrap.S118 leave # delete space on stack

Completed in 308 milliseconds

12345678910