Home
last modified time | relevance | path

Searched refs:dependencies (Results 1 – 25 of 57) sorted by relevance

123

/titanic_44/usr/src/cmd/make/bin/
H A Dnse_printdep.cc123 register Dependency dependencies; in print_more_deps() local
126 if (line != NULL && line->body.line.dependencies != NULL) { in print_more_deps()
128 print_deplist(line->body.line.dependencies); in print_more_deps()
130 for (dependencies= line->body.line.dependencies; in print_more_deps()
131 dependencies != NULL; in print_more_deps()
132 dependencies= dependencies->next) { in print_more_deps()
133 print_deps(dependencies->name, in print_more_deps()
134 get_prop(dependencies->name->prop, line_prop)); in print_more_deps()
178 print_deplist(line->body.line.dependencies); in print_deps()
181 for (dep = line->body.line.dependencies; in print_deps()
[all …]
H A Dimplicit.cc860 if (pat_rule->dependencies != NULL) { in find_percent_rule()
861 for (pat_depe = pat_rule->dependencies; in find_percent_rule()
1000 for (pat_depe = pat_rule->dependencies; in find_percent_rule()
1024 for (pat_depe = pat_rule->dependencies; in find_percent_rule()
1051 if (line->body.line.dependencies != NULL) { in find_percent_rule()
1053 for (depe = line->body.line.dependencies; in find_percent_rule()
1103 for (pat_depe = pat_rule->dependencies; in find_percent_rule()
1311 for (pat_depe = pat_rule->dependencies; pat_depe != NULL; pat_depe = pat_depe->next) { in create_target_group_and_dependencies_list()
1438 for (dp = line->body.line.dependencies; dp != NULL; dp = dp->next) { in dependency_exists()
H A Dmisc.cc382 for (percent_depe = percent->dependencies; in dump_make_state()
466 (line->body.line.dependencies == NULL))) { in print_rule()
473 for (dependency = line->body.line.dependencies; in print_rule()
523 for (dependency = line->body.line.dependencies; in print_target_n_deps()
H A Ddoname.cc193 for (dependency = source_line->body.line.dependencies; in enter_explicit_rule_from_dynamic_rule()
401 for (dependency = line->body.line.dependencies; in doname()
410 (line->body.line.dependencies != NULL)) { in doname()
417 for (dependency = line->body.line.dependencies; in doname()
428 for (p = automatics, dependency = line->body.line.dependencies; in doname()
944 for (dependency = line->body.line.dependencies; in check_dependencies()
1179 for (dependency = line->body.line.dependencies; in check_dependencies()
1225 if(line->body.line.dependencies != NULL) { in check_dependencies()
1226 less = line->body.line.dependencies->name; in check_dependencies()
1338 for (dependency = line->body.line.dependencies; in dynamic_dependencies()
[all …]
H A Dstate.cc256 for (m = 0, dependency = lines->body.line.dependencies; in write_state_file()
299 lines->body.line.dependencies; in write_state_file()
H A Dread2.cc799 for (dp = line->body.line.dependencies; in enter_dependencies()
878 for (insert = &line->body.line.dependencies, dp = *insert; in enter_dependency()
930 register Percent *depe_tail = &result->dependencies; in enter_percent()
943 result->dependencies = NULL; in enter_percent()
988 depe->dependencies = NULL; in enter_percent()
1039 for (depe = result->dependencies; depe != NULL; depe = depe->next) { in enter_percent()
/titanic_44/usr/src/grub/grub-0.97/
H A Ddepcomp39 Run PROGRAMS ARGS to compile a file, generating dependencies
46 DEPDIR directory where to store dependencies.
48 tmpdepfile Temporary file to use when outputing dependencies.
/titanic_44/usr/src/tools/depcheck/
H A DDependencyCheck.txt30 dependencies on libraries and other executable files. It is important to
32 list, but the output should give you pointers on possible dependencies.
68 there is no way to know if the dependencies identified will actually be
78 The only way to conclusively know all the dependencies is to do a runtime
79 analysis. Furthermore, to get the complete set of dependencies, you would need
H A Dexamples.txt98 dependencies.. This analysis does not use "/usr/bin/strings" and only
114 A pkg level anaysis on the executable. In this format, only pkg dependencies
115 are listed and file dependencies are dropped from the output.
149 listing of pkg dependencies.
435 Package dependencies for SUNWnisu:
/titanic_44/usr/src/cmd/sgs/packages/common/
H A Ddepend26 # This package information file defines software dependencies associated
27 # with the pkg. You can define three types of pkg dependencies with this file:
/titanic_44/usr/src/cmd/rcm_daemon/common/
H A Dttymux_rcm.c231 rsrc->dependencies = NULL; in cache_create()
345 linkhead = user->dependencies; in add_dependency()
374 user->dependencies = link; in add_dependency()
875 for (link = rs->dependencies; in rsrc_available()
898 for (link = rs->dependencies; in rsrc_unavailable()
936 for (link = src->dependencies, cnt = 0; in get_next_user()
1222 for (link = rsrc->dependencies; link != NULL; ) { in rcm_mod_fini()
1282 if (rsrc->dependencies != NULL && in tty_register()
1290 for (link = rsrc->dependencies; link != NULL; in tty_register()
H A Dttymux_rcm_impl.h68 struct link *dependencies; member
/titanic_44/usr/src/cmd/dtrace/test/cmd/scripts/
H A Ddtest.pl569 my @dependencies = ("gcc", "make", "java", "perl");
571 for my $dep (@dependencies) {
/titanic_44/usr/src/pkg/transforms/
H A Dsynthetic30 # self-referential dependencies in 'em, even when they make it into
/titanic_44/usr/src/cmd/sgs/ld/common/
H A Dmapfile-intf25 # Export eprintf for dependencies.
/titanic_44/usr/src/pkg/
H A DREADME.pkg57 dependencies before publication.
79 package dependencies will not be generated. This variable
258 packaging dependencies.
280 Package dependencies are automatically calculated during build time
282 dependencies in the <package>.res file described above. If the
360 remove their rename dependencies. Here is what you must do.
/titanic_44/usr/src/cmd/svc/svcs/
H A Dexplain.c140 uu_list_t *dependencies; /* list of dependency_group's */ member
293 assert(svcp->dependencies == NULL); in load_dependencies()
294 svcp->dependencies = uu_list_create(depgroups, svcp, UU_LIST_DEBUG); in load_dependencies()
295 if (svcp->dependencies == NULL) in load_dependencies()
400 r = uu_list_append(svcp->dependencies, dg); in load_dependencies()
1244 for (dg = uu_list_first(svcp->dependencies); in determine_causes()
1246 dg = uu_list_next(svcp->dependencies, dg)) { in determine_causes()
/titanic_44/usr/src/cmd/sgs/libld/common/
H A Dmapfile-vers82 # callers dependencies.
/titanic_44/usr/src/cmd/svc/milestone/
H A Dmake-console-login-xml76 among other things, collects such dependencies.
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dipqosconf.h330 ipqos_conf_act_ref_t *dependencies; member
/titanic_44/exception_lists/
H A Dcheck_rtime53 SKIP ^usr/MACH(lib)/lddstub$ # lddstub has no dependencies
95 # Objects allowed to have unused dependencies
96 UNUSED_DEPS ^usr/lib/picl/plugins/ # require devtree dependencies
/titanic_44/usr/src/test/libc-tests/doc/
H A DREADME54 dependencies and will be automatically installed.
/titanic_44/usr/src/pkg/manifests/
H A Dservice-security-gss.mf61 # These dependencies can be removed once there is a mechanism in place
/titanic_44/usr/src/cmd/initpkg/init.d/
H A DREADME.rc234 After all its dependencies have been satisfied, the start method of the
H A DREADME.rcS34 After all its dependencies have been satisfied, the start method of the

123