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

1 2 3 4 5 6 7 8 9

  /src/usr.bin/make/unit-tests/
opt-ignore.exp 0 dependency 1
3 dependency 2
5 dependency 3
opt-keep-going.exp 0 dependency 1
varfind.exp 1 VarFind-aliases.to: long explicit-dependency VarFind-aliases.from
2 VarFind-aliases.to: abbr explicit-dependency VarFind-aliases.from
9 VarFind-aliases.to: long explicit-dependency VarFind-aliases.from
10 VarFind-aliases.to: abbr explicit-dependency VarFind-aliases.from
depsrc.exp 1 : 'Undefined variables are expanded directly in the dependency'
depsrc.mk 4 # uppercase letters) in dependency declarations, such as '.PHONY'.
10 # Demonstrate when exactly undefined variables are expanded in a dependency
18 : 'Undefined variables are expanded directly in the dependency'
23 : 'Undefined variables are tried to be expanded in a dependency'
dep-colon-bug-cross-file.mk 3 # Until 2020-09-25, the very last dependency group of a top-level makefile
7 # In pass 1, there is a dependency group at the bottom of the file.
8 # This dependency group is not finished properly. Finishing the dependency
13 # In this pass, another command is added to the "current dependency group",
deptgt.mk 3 # Tests for special targets like .BEGIN or .SUFFIXES in dependency
9 # dependency line: That doesn't work, and make immediately rejects it.
32 # In a dependency declaration, the list of targets can be empty.
43 # the dependency declaration.
48 # In a dependency declaration, the whole line is expanded before interpreting
dep-var.mk 3 # Tests for variable references in dependency declarations.
10 # In a dependency line, an undefined expressions expands to an empty string.
16 # all about defined or undefined variables in dependency lines.
25 # Try out how many levels of indirection are really expanded in dependency
28 # The first level of indirection is the $$ in the dependency line.
29 # When the dependency line is parsed, it is resolved to the string
67 # or "$)" or "$$". Using "$:" does not work since the dependency line is
69 # would be interpreted as a dependency operator instead.
72 # The $$INDIRECT in the following line is treated like the dependency of the
deptgt-error.mk 3 # Tests for the special target .ERROR in dependency declarations, which
posix1.mk 139 # Explicit rule where the dependency is an inferred file. The dependency
141 # forced a dependency on member even when no such dependency was specified
152 # Excplicit rule where the dependency also has an explicit rule.
156 # Use .c.a inference with an extra dependency.
159 # Use .c.o inference with an extra dependency.
depsrc-meta.mk 3 # Tests for the special source .META in dependency declarations.
directive.mk 22 # dependency declaration with 2 targets and 1 source.
35 # This is a dependency since directives must be given directly.
suff-incomplete.exp 14 Parsing suff-incomplete.mk:21: .a.c: ${.PREFIX}.dependency
16 ParseDependency(.a.c: ${.PREFIX}.dependency)
20 Target ".a.c" depends on "${.PREFIX}.dependency"
22 # ${.PREFIX}.dependency, unmade, type none, flags none
  /src/external/gpl3/binutils/dist/gas/
depend.c 1 /* depend.c - Handle dependency tracking.
27 struct dependency struct
30 struct dependency * next;
34 static struct dependency * dep_chain = NULL;
47 never called, then dependency tracking is simply skipped. */
60 struct dependency *dep;
71 dep = XNEW (struct dependency);
181 /* Print dependency file. */
187 struct dependency *dep;
  /src/external/gpl3/binutils.old/dist/gas/
depend.c 1 /* depend.c - Handle dependency tracking.
27 struct dependency struct
30 struct dependency * next;
34 static struct dependency * dep_chain = NULL;
47 never called, then dependency tracking is simply skipped. */
60 struct dependency *dep;
71 dep = XNEW (struct dependency);
181 /* Print dependency file. */
187 struct dependency *dep;
  /src/sys/external/bsd/drm2/dist/drm/scheduler/
sched_entity.c 121 if (READ_ONCE(entity->dependency))
319 if (entity->dependency) {
320 dma_fence_remove_callback(entity->dependency,
322 dma_fence_put(entity->dependency);
323 entity->dependency = NULL;
351 * drm_sched_entity_clear_dep - callback to clear the entities dependency
359 entity->dependency = NULL;
364 * drm_sched_entity_clear_dep - callback to clear the entities dependency and
397 * drm_sched_entity_add_dependency_cb - add callback for the entities dependency
399 * @entity: entity with dependency
    [all...]
  /src/sys/conf/
ldscript.mk 3 # Give MD generated ldscript dependency on ${SYSTEM_OBJ}
  /src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
llvm_dep.go 1 //===- llvm_dep.go - creates LLVM dependency ------------------------------===//
  /src/crypto/external/bsd/heimdal/dist/packages/mac/
mac.sh 26 ${config} --disable-dependency-tracking > log || exit 1
  /src/external/gpl3/binutils/dist/config/
depstand.m4 17 # Variant of _AM_DEPENDENCIES which just does the dependency probe and
21 # honor --disable-dependency-checking, and failure to detect a usable
35 AC_CACHE_CHECK([dependency style of $depcc],
49 # it helps to detect inapplicable dependency modes. For instance
65 # like to wrap large dependency lists on column 80 (with \), and
117 then AC_MSG_ERROR([no usable dependency style found])
124 # Choose a directory name for dependency files.
  /src/external/gpl3/binutils.old/dist/config/
depstand.m4 17 # Variant of _AM_DEPENDENCIES which just does the dependency probe and
21 # honor --disable-dependency-checking, and failure to detect a usable
35 AC_CACHE_CHECK([dependency style of $depcc],
49 # it helps to detect inapplicable dependency modes. For instance
65 # like to wrap large dependency lists on column 80 (with \), and
117 then AC_MSG_ERROR([no usable dependency style found])
124 # Choose a directory name for dependency files.
  /src/external/gpl3/gcc/dist/config/
depstand.m4 17 # Variant of _AM_DEPENDENCIES which just does the dependency probe and
21 # honor --disable-dependency-checking, and failure to detect a usable
35 AC_CACHE_CHECK([dependency style of $depcc],
49 # it helps to detect inapplicable dependency modes. For instance
65 # like to wrap large dependency lists on column 80 (with \), and
117 then AC_MSG_ERROR([no usable dependency style found])
124 # Choose a directory name for dependency files.
  /src/external/gpl3/gcc.old/dist/config/
depstand.m4 17 # Variant of _AM_DEPENDENCIES which just does the dependency probe and
21 # honor --disable-dependency-checking, and failure to detect a usable
35 AC_CACHE_CHECK([dependency style of $depcc],
49 # it helps to detect inapplicable dependency modes. For instance
65 # like to wrap large dependency lists on column 80 (with \), and
117 then AC_MSG_ERROR([no usable dependency style found])
124 # Choose a directory name for dependency files.
  /src/external/gpl3/gdb/dist/config/
depstand.m4 17 # Variant of _AM_DEPENDENCIES which just does the dependency probe and
21 # honor --disable-dependency-checking, and failure to detect a usable
35 AC_CACHE_CHECK([dependency style of $depcc],
49 # it helps to detect inapplicable dependency modes. For instance
65 # like to wrap large dependency lists on column 80 (with \), and
117 then AC_MSG_ERROR([no usable dependency style found])
124 # Choose a directory name for dependency files.
  /src/external/gpl3/gdb.old/dist/config/
depstand.m4 17 # Variant of _AM_DEPENDENCIES which just does the dependency probe and
21 # honor --disable-dependency-checking, and failure to detect a usable
35 AC_CACHE_CHECK([dependency style of $depcc],
49 # it helps to detect inapplicable dependency modes. For instance
65 # like to wrap large dependency lists on column 80 (with \), and
117 then AC_MSG_ERROR([no usable dependency style found])
124 # Choose a directory name for dependency files.

Completed in 28 milliseconds

1 2 3 4 5 6 7 8 9