Searched refs:remove (Results 1 - 25 of 466) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/byacc/package/debian/
H A Dprerm7 update-alternatives --remove yacc /usr/bin/byacc
/freebsd-11-stable/etc/periodic/monthly/
H A D200.accounting20 remove=NO
25 remove=YES
29 remove=YES
45 [ $remove = YES ] && rm -f $W.0;;
/freebsd-11-stable/bin/setfacl/
H A DMakefile5 SRCS= file.c mask.c merge.c remove.c setfacl.c util.c
/freebsd-11-stable/lib/libc/stdio/
H A Dremove.c34 static char sccsid[] = "@(#)remove.c 8.1 (Berkeley) 6/4/93";
45 remove(const char *file) function
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Edit/
H A DEditsReceiver.h27 virtual void remove(CharSourceRange range);
/freebsd-11-stable/tools/regression/zfs/zpool/remove/
H A Dspare.t30 expect_ok ${ZPOOL} remove ${name0} ${disk1} ${disk2}
44 expect_ok ${ZPOOL} remove ${name0} ${disk3}
76 expect_ok ${ZPOOL} remove ${name0} ${file1} ${file2}
90 expect_ok ${ZPOOL} remove ${name0} ${file3}
H A Dcache.t29 expect_ok ${ZPOOL} remove ${name0} ${disk1} ${disk2}
43 expect_ok ${ZPOOL} remove ${name0} ${disk3}
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTImporterLookupTable.h58 void remove(DeclContext *DC, NamedDecl *ND);
65 void remove(NamedDecl *ND);
/freebsd-11-stable/usr.sbin/etcupdate/tests/
H A Dfbsdid_test.sh90 # remove: Remove a file where the only local difference is a
92 store_id $OLD/remove
93 store_id $TEST/remove ": head/remove 12345 jhb "
200 # local-remove: A file removed locally changed it's FreeBSD ID
202 store_id $OLD/local-remove ": head/local-remove 12000 jhb "
203 store_id $NEW/local-remove ": head/local-remove 12345 jhb "
205 cat >> $i/local-remove <<EO
[all...]
/freebsd-11-stable/contrib/netbsd-tests/sbin/resize_ffs/
H A Dcommon.sh141 # how much data to remove so fs can be shrunk
142 local remove=$((numdata-numdata*nsize/osize))
143 local dataleft=$((numdata-remove))
144 echo remove is $remove dataleft is $dataleft
145 remove_multiple ${remove}
155 check_data_range $((remove + 1)) ${numdata}
/freebsd-11-stable/release/picobsd/build/
H A DMakefile.conf38 strip --remove-section=.note --remove-section=.comment ${.TARGET}
/freebsd-11-stable/etc/rc.d/
H A Dugidfw46 xargs -n 1 ugidfw remove
/freebsd-11-stable/contrib/ntp/sntp/tests/
H A Dt-log.c56 (void)remove("testLogfile2.log");
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DToolOutputFile.cpp28 sys::fs::remove(Filename);
H A DLockFileManager.cpp57 sys::fs::remove(LockFileName);
74 sys::fs::remove(LockFileName);
130 /// will remove the unique lock file. The caller should ensure there is a
147 sys::fs::remove(Filename);
203 // We failed to write out PID, so report the error, remove the
208 sys::fs::remove(UniqueLockFileName);
238 sys::fs::remove(UniqueLockFileName);
250 if ((EC = sys::fs::remove(LockFileName))) {
251 std::string S("failed to remove lockfile ");
285 // Since we own the lock, remove th
[all...]
/freebsd-11-stable/contrib/groff/src/roff/troff/
H A Ddictionary.h54 void *remove(symbol);
83 void remove(symbol nm);
H A Ddictionary.cpp47 // we can't use double-hashing because we want a remove function
96 void *dictionary::remove(symbol s) function in class:dictionary
183 object *obj = (object *)d.remove(oldnm);
191 void object_dictionary::remove(symbol nm) function in class:object_dictionary
193 object *obj = (object *)d.remove(nm);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileUtilities.h56 sys::fs::remove(Filename);
62 /// had ownership of a file, remove it first.
66 sys::fs::remove(Filename);
/freebsd-11-stable/contrib/llvm-project/lld/Common/
H A DFilesystem.cpp27 // so remove this when operating systems are improved.
31 // milliseconds to remove a 1 GB file on ext4 filesystem on my machine.
33 // To create a new result file, we first remove existing file. So, if
35 // cycle, every cycle wastes 250 milliseconds only to remove a file.
39 // This function spawns a background thread to remove the file.
44 sys::fs::remove(path);
50 // We cannot just remove path from a different thread because we are now going
56 sys::fs::remove(path);
61 // close and therefore remove TempPath in background.
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DASTImporterLookupTable.cpp77 void ASTImporterLookupTable::remove(DeclContext *DC, NamedDecl *ND) { function in class:clang::ASTImporterLookupTable
79 bool EraseResult = Decls.remove(ND);
81 assert(EraseResult == true && "Trying to remove not contained Decl");
93 void ASTImporterLookupTable::remove(NamedDecl *ND) { function in class:clang::ASTImporterLookupTable
96 remove(DC, ND);
99 remove(ReDC, ND);
/freebsd-11-stable/contrib/atf/atf-c++/
H A Dmacros_test.cpp365 atf::fs::remove(before);
367 atf::fs::remove(after);
414 atf::fs::remove(before);
416 atf::fs::remove(after);
459 atf::fs::remove(before);
461 atf::fs::remove(after);
506 atf::fs::remove(before);
508 atf::fs::remove(after);
551 atf::fs::remove(before);
553 atf::fs::remove(afte
[all...]
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-shmem.c598 * @param remove 1: remove the descriptor and named block if this
600 * 0: do not remove
605 static inline int __cvmx_shmem_close_dscptr(struct cvmx_shmem_dscptr *dscptr, int remove) argument
612 if ((dscptr->use_count == 0) && remove)
622 cvmx_dprintf("cvmx-shmem-dbg: remove named block %s \n", dscptr->name);
640 * @param remove 1: remove the descriptor and named block if this
642 * 0: do not remove
648 static inline int __cvmx_shmem_close_standalone(struct cvmx_shmem_dscptr *dscptr, int remove) argument
670 __cvmx_shmem_close_linux(struct cvmx_shmem_dscptr *dscptr, int remove) argument
698 cvmx_shmem_close(struct cvmx_shmem_dscptr *dscptr, int remove) argument
[all...]
H A Dcvmx-shmem.h125 * @Param remove Remove the named block if it is created by the application
127 int cvmx_shmem_close(struct cvmx_shmem_dscptr *desc, int remove);
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dpex-common.h76 /* Number of temporary files to remove. */
78 /* List of temporary files to remove; array allocated using malloc
80 char **remove; member in struct:pex_obj
/freebsd-11-stable/sys/contrib/vchiq/interface/vchi/
H A Dvchi_common.h171 void *remove; member in struct:__anon8871

Completed in 297 milliseconds

1234567891011>>