Searched refs:deleted (Results 1 - 25 of 55) sorted by relevance

123

/freebsd-current/contrib/bmake/unit-tests/
H A Ddeptgt-delete_on_error.mk4 # which controls whether the target is deleted if a shell command fails or
7 # In compatibility mode, regular and phony targets are deleted, but precious
10 # In parallel mode, regular targets are deleted, while phony and precious
H A Dvarmod-loop-delete.mk8 # and at the end of the loop, this variable is deleted. Since var.c 1.204
10 # deleted while it was in use, leading to a use-after-free bug.
H A Dvar-scope-cmdline.mk26 # same name is deleted.
28 # Whenever a global variable is deleted, nothing special happens.
41 # variable was deleted, but not with the exact same name as the cmdline
H A Dvarname-makefile.mk35 # When the overwritten value is deleted, the fallback value becomes
/freebsd-current/contrib/mandoc/
H A Dcompat_ohash.h43 unsigned int deleted; member in struct:ohash
H A Dcompat_ohash.c80 if (4 * h->deleted < h->total) {
85 } else if (3 * h->deleted > 2 * h->total)
116 h->total -= h->deleted;
117 h->deleted = 0;
132 h->deleted++;
133 if (h->deleted >= MINDELETED && 4 * h->deleted > h->total)
154 h->deleted--;
168 return h->total - h->deleted;
205 h->total = h->deleted
[all...]
/freebsd-current/lib/libopenbsd/
H A Dohash.c78 if (4 * h->deleted < h->total) {
83 } else if (3 * h->deleted > 2 * h->total)
114 h->total -= h->deleted;
115 h->deleted = 0;
130 h->deleted++;
131 if (h->deleted >= MINDELETED && 4 * h->deleted > h->total)
152 h->deleted--;
166 return h->total - h->deleted;
203 h->total = h->deleted
[all...]
H A Dohash.h45 unsigned int deleted; member in struct:ohash
/freebsd-current/contrib/ncurses/ncurses/base/
H A Dlib_freeall.c74 bool deleted = FALSE; local
104 deleted = TRUE;
112 if (!deleted)
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDomTreeUpdater.h154 /// erased from available trees if it exists and finally get deleted.
164 /// be called. Finally, DelBB will be deleted.
213 void deleted() override {
215 CallbackVH::deleted();
237 /// Returns true if at least one BasicBlock is deleted.
246 /// Helper function to flush deleted BasicBlocks if all available
H A DAssumptionCache.h72 void deleted() override;
201 /// function is deleted. The nature of the AssumptionCache is that it is not
206 /// delete our cache of intrinsics for a function when it is deleted.
210 void deleted() override;
H A DPhiValues.h87 /// A CallbackVH to notify PhiValues when a value is deleted or replaced, so
92 void deleted() override;
H A DGlobalsModRef.h66 void deleted() override;
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DCFBasicHash.h51 uint64_t deleted : 16; // number of elements deleted member in struct:lldb_private::CFBasicHash::__CFBasicHash::Bits
/freebsd-current/usr.bin/dtc/
H A Dchecking.cc52 auto &deleted = n->deleted_child_nodes(); local
53 if (deleted.empty())
57 bool plural = deleted.size() > 1;
63 for (auto &d : deleted)
234 checkers.insert(std::make_pair(string("deleted-nodes"),
235 new deleted_node_checker("deleted-nodes")));
/freebsd-current/usr.bin/sed/
H A Ddefs.h144 int deleted; /* If deleted. */ member in struct:__anon919
/freebsd-current/contrib/diff/src/
H A Dcontext.c213 while (next && next->line0 + next->deleted <= i)
222 Otherwise it is "deleted". */
250 If lines were deleted here in file 0, this is "changed".
252 prefix = (next->deleted > 0 ? "!" : "+");
355 /* For each difference, first output the deleted part. */
357 k = next->deleted;
406 top0 = start->line0 + start->deleted;
426 It should be 1 if all the lines inserted or deleted in that change
H A Dutil.c518 the line is inserted, deleted, changed, etc.). */
654 If no lines from file 0 are deleted, then FIRST0 is LAST0+1.
656 Return UNCHANGED if only ignorable lines are inserted or deleted,
657 OLD if lines of file 0 are deleted,
688 l0 = next->line0 + next->deleted - 1;
690 show_from += next->deleted;
728 /* If all inserted or deleted lines are ignorable,
779 long int deleted = sp->deleted;
782 line0, line1, deleted, inserte
768 long int deleted = sp->deleted; local
[all...]
H A Ddiff.h210 Each `struct change' represents one place where some lines are deleted
214 DELETED is the number of lines deleted here from file 0.
224 lin deleted; /* # lines of file 0 changed here. */
225 lin line0; /* Line number of 1st deleted line. */
222 lin deleted; /* # lines of file 0 changed here. */ member in struct:change
/freebsd-current/tests/sys/netinet/
H A Darp.sh80 atf_check -o match:"198.51.100.2 \(198.51.100.2\) deleted" jexec ${jname} arp -nd 198.51.100.2
202 deleted=\
203 "${ipb} (${ipb}) deleted\n"
218 atf_check -o "inline:${deleted}" jexec ${jname}a arp -nd ${ipb}
223 atf_check -o "inline:${deleted}" \
/freebsd-current/contrib/tcsh/
H A Dsh.hist.c643 int deleted; member in struct:__anon6219
651 unsigned deleted = 0; local
657 deleted++;
661 xprintf(" found len %u occupied %u deleted %u\n",
662 histHashTableLength, occupied, deleted);
663 assert(deleted == hashStats.deleted);
674 xprintf("%s history hash table len %u count %u (deleted %d)\n", reason,
675 histHashTableLength, histCount, hashStats.deleted);
779 /* Find a free (empty or deleted) slo
855 unsigned deleted = 0; /* number of deleted entries skipped */ local
[all...]
/freebsd-current/contrib/processor-trace/libipt/test/src/
H A Dptunit-image.c58 * - zero if initialized and not (yet) deleted
59 * - non-zero if deleted and not (re-)initialized
61 int deleted; member in struct:ifix_status
142 status->deleted = 0;
253 status->deleted += 1;
255 if (status->deleted > 1)
475 ptu_int_eq(status.deleted, 1);
1202 ptu_int_ne(ifix->status[0].deleted, 0);
1203 ptu_int_eq(ifix->status[1].deleted, 0);
1244 ptu_int_eq(ifix->status[0].deleted,
[all...]
/freebsd-current/contrib/cortex-strings/
H A Dautogen.sh63 echo Emptying list of files that should be deleted...
/freebsd-current/lib/libc/db/btree/
H A Dbt_delete.c85 * have started a scan and not have already deleted it.
283 int deleted, exact, redo; local
285 deleted = 0;
289 return (deleted ? RET_SUCCESS : RET_ERROR);
292 return (deleted ? RET_SUCCESS : RET_SPECIAL);
315 deleted = 1;
377 * offset is for the page traversed on the search. We've just deleted
382 * (which is never deleted, it's just not worth the effort) or if the
607 * Link around a deleted page.
611 * h: page to be deleted
[all...]
/freebsd-current/tools/test/stress2/misc/
H A Dnfsrename.sh75 * the sillyrenamed file in lookup but the file is deleted by the time

Completed in 345 milliseconds

123