Searched refs:remove (Results 226 - 250 of 466) sorted by relevance

1234567891011>>

/freebsd-11-stable/crypto/heimdal/admin/
H A DMakefile.in103 list.$(OBJEXT) purge.$(OBJEXT) remove.$(OBJEXT) \
410 remove.c \
523 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/remove.Po@am__quote@
652 echo " to fix them, install help2man, remove and regenerate the man pages;" >&2; \
653 echo " typically \`make maintainer-clean' will remove them" >&2; \
/freebsd-11-stable/crypto/openssh/contrib/redhat/
H A Dopenssh.spec426 - Add new ssh-keysign program and remove setuid from ssh client
460 - remove dependency on db1-devel, which has just been swallowed up whole
569 - remove explicit openssl requirement, fixes builddistro issue
596 - remove build dependency on rsh to match openssh.com's packages more closely
599 - remove dependency on openssl -- would need to be too precise
/freebsd-11-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp291 // remove '[' ']'
315 // remove '[' ']'
568 // It is trying to remove the setter method decl. line entirely.
570 commit.remove(SourceRange(BeginOfSetterDclLoc, EndLoc));
751 commit.remove(TDRange);
762 // It is trying to remove the enum decl. lines entirely.
764 commit.remove(SourceRange(BeginOfEnumDclLoc, EndOfEnumDclLoc));
793 // This is to remove spaces between '}' and typedef name.
798 commit.remove(SourceRange(StartTypedefLoc, EndTypedefLoc));
1820 OS << " \"remove\"
[all...]
H A DTransGCAttrs.cpp289 TA.remove(Loc);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstExtenders.cpp138 Root = remove(Root, N);
164 Node *remove(Node *N, const Node *D);
638 RangeTree::Node *RangeTree::remove(Node *N, const Node *D) { function in class:RangeTree
644 N->Left = remove(N->Left, D);
646 N->Right = remove(N->Right, D);
650 // We got to the node we need to remove. If any of its children are
655 // Find the rightmost child of N->Left, remove it and plug it in place
660 M->Left = remove(N->Left, M);
1372 // - remove the extenders from the pool.
/freebsd-11-stable/contrib/gperf/src/
H A Dsearch.cc386 tryal.remove (i);
424 tryal.remove (i1);
425 tryal.remove (i2);
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp43 return State->remove<RefBindings>(Sym);
1173 B = RefBFactory.remove(B, I.first);
1449 B = F.remove(B, L);
1484 // FIXME: remove this, hack for backwards compatibility:
/freebsd-11-stable/contrib/ntp/lib/isc/unix/
H A Dfile.c304 if (remove(templet) < 0) {
307 "remove '%s': failed", templet);
/freebsd-11-stable/contrib/ntp/lib/isc/win32/
H A Dfile.c356 (void)remove(templet);
/freebsd-11-stable/contrib/gcc/
H A Dtlink.c480 remove the old file first. */
481 if (remove (f->key) == -1)
H A Dtree-outof-ssa.c1487 /* Look for VALUE in LIST. If found, remove it from the list and return it's
1626 /* This function will remove the expression for VERSION from replacement
1915 bool remove = false, is_copy = false; local
1946 remove = true;
1957 remove = true;
1967 if (remove)
/freebsd-11-stable/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_core.h260 int remove; /* Bulk to notify the local client of, and remove, member in struct:vchiq_bulk_queue_struct
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_base/bdb/
H A Denv.c724 (bdb, bdb->env->remove(bdb->env, bdb->path_bdb, DB_FORCE));
/freebsd-11-stable/sys/dev/hptnr/
H A Dldm.h310 void (*remove)(PVDEV vd); member in struct:vdev_class
/freebsd-11-stable/sys/dev/hptrr/
H A Dldm.h305 void (*remove)(PVDEV vd); member in struct:vdev_class
/freebsd-11-stable/sys/dev/hpt27xx/
H A Dldm.h311 void (*remove)(PVDEV vd); member in struct:vdev_class
/freebsd-11-stable/include/
H A Dstdio.h279 int remove(const char *);
/freebsd-11-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_pci.c214 pdev->pdrv->remove(pdev);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConstraintManager.h206 CZ = CZFactory.remove(CZ, *I);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp1396 bool remove = false; local
1401 remove = true;
1406 remove = true;
1408 if (remove)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVETailPredication.cpp439 MaybeDead.remove(I);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Rewrite/
H A DRewriter.cpp63 // Nothing to remove, exit early.
76 // Find the line that the remove occurred and if it is completely empty
77 // remove the line as well.
128 /// buffer with a new string. This is effectively a combined "remove+insert"
318 /// buffer with a new string. This is effectively a combined "remove/insert"
446 // If the remove fails, there's not a lot we can do - this is already an
448 llvm::sys::fs::remove(TempFilename);
/freebsd-11-stable/contrib/llvm-project/clang/tools/driver/
H A Ddriver.cpp398 // If -cc1 came from a response file, remove the EOL sentinels.
400 auto newEnd = std::remove(argv.begin(), argv.end(), nullptr);
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
H A DUninitializedObjectChecker.cpp221 State = State->remove<AnalyzedRegions>(R);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Inclusions/
H A DHeaderIncludes.cpp349 tooling::Replacements HeaderIncludes::remove(llvm::StringRef IncludeName,

Completed in 214 milliseconds

1234567891011>>