HomeSort by: relevance | last modified time | path
    Searched refs:removed (Results 1 - 25 of 55) sorted by relevancy

1 2 3

  /src/usr.bin/make/unit-tests/
cmd-interrupt.exp 2 make: *** cmd-interrupt-ordinary removed
depsrc-precious.mk 5 # In such a case, the target file is usually removed, to avoid having
8 # For targets marked with .PRECIOUS, the target file is not removed.
opt-debug-no-rm.mk 4 # command scripts from being removed from the temporary directory.
var-scope-global.mk 12 # Global variables can be removed from their scope.
deptgt-delete_on_error.exp 4 make: *** deptgt-delete_on_error-regular removed
7 make: *** deptgt-delete_on_error-regular-delete removed
24 make: *** deptgt-delete_on_error-regular removed
29 make: *** deptgt-delete_on_error-regular-delete removed
dep-op-missing.mk 8 # but that is removed in an early stage of parsing.
varmod-order-string.mk 14 # and the additional spaces between them are removed.
cmd-interrupt.mk 6 # target is removed. This is to avoid having an unfinished target that
13 # To protect the target from being removed, the target has to be marked with
varcmd.mk 11 # "scope == SCOPE_GLOBAL" in Var_SetWithFlags is removed. This test should
opt-keep-going-indirect.mk 27 # in compat mode was removed, making it consistent with a direct failure
posix1.mk 22 # removed. (PR 49085)
sh-flags.mk 9 # this particular interaction may be removed from the test, to focus on the
directive-ifmake.mk 109 # removed though. The target name thus becomes '\!edge' instead of the
directive-undef.mk 110 # When an exported variable is undefined, the variable is removed both from
  /src/games/hunt/huntd/
expl.c 148 static REGEN removed[MAXREMOVE]; variable in typeref:typename:REGEN[]
149 static REGEN *rem_index = removed;
184 if (++r >= &removed[MAXREMOVE])
185 r = removed;
227 if (++r >= &removed[MAXREMOVE])
228 rem_index = removed;
248 for (rp = removed; rp < &removed[MAXREMOVE]; rp++)
250 rem_index = removed;
  /src/sys/fs/sysvbfs/
sysvbfs.h 55 int removed; member in struct:sysvbfs_node
sysvbfs_vnops.c 540 bnode->removed = 1;
580 * Make sure the source hasn't been removed between lookup
583 if (bnode->removed) {
688 if (bnode->removed)
711 if (bnode->removed) {
  /src/sys/ufs/chfs/
chfs_nodeops.c 345 int removed = 0; local in function:chfs_mark_node_obsolete
351 removed = 1;
355 if (removed == 0) {
359 removed = 1;
364 if (removed == 0) {
368 removed = 1;
373 if (removed == 0) {
377 removed = 1;
  /src/sys/sys/
rndio.h 60 uint32_t removed; member in struct:__anon55e960fb0208
  /src/sys/external/bsd/acpica/dist/tools/acpisrc/
asconvrt.c 542 printf ("Removed %d extra blanks after a period: %s\n",
665 AsPrint ("Extraneous spaces removed", SpaceCount, Filename);
675 * this can happen during the translation when lines are removed.
  /src/sys/dev/usb/
usb.c 182 "bool"/*removed*/);
591 * true if it successfully removed the task from the queue, false
616 return true; /* removed from the queue */
622 return false; /* was not removed from the queue */
631 * Return true if it successfully removed the task from the queue,
649 bool removed; local in function:usb_rem_task_wait
671 removed = false;
681 removed = true;
689 if (interlock && !removed)
693 dev, task, queue, interlock, removed);
    [all...]
  /src/etc/namedb/
bind.keys 46 # has been added. It will remain this file until it is removed from
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
imx6qdl-dhcom-drc02.dtsi 115 * Therefore, they have been removed from the list below.
  /src/common/lib/libc/gen/
radixtree.c 1471 unsigned int removed; local in function:test2
1669 removed = 0;
1704 removed += total;
1728 assert(total == nnodes - removed);
1731 printops(title, "ganglookup+remove", 0, nnodes - removed, &stv, &etv);
  /src/doc/
TODO.compat-module 5 1. Removed the building of the compat library - it is no longer needed.
22 recursion level (for auto-loading) have been removed. Previous code

Completed in 19 milliseconds

1 2 3