/titanic_44/usr/src/cmd/make/bin/ |
H A D | nse_printdep.cc | 123 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 D | implicit.cc | 860 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 D | misc.cc | 382 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 D | doname.cc | 193 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 D | state.cc | 256 for (m = 0, dependency = lines->body.line.dependencies; in write_state_file() 299 lines->body.line.dependencies; in write_state_file()
|
H A D | read2.cc | 799 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 D | depcomp | 39 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 D | DependencyCheck.txt | 30 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 D | examples.txt | 98 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 D | depend | 26 # 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 D | ttymux_rcm.c | 231 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 D | ttymux_rcm_impl.h | 68 struct link *dependencies; member
|
/titanic_44/usr/src/cmd/dtrace/test/cmd/scripts/ |
H A D | dtest.pl | 569 my @dependencies = ("gcc", "make", "java", "perl"); 571 for my $dep (@dependencies) {
|
/titanic_44/usr/src/pkg/transforms/ |
H A D | synthetic | 30 # self-referential dependencies in 'em, even when they make it into
|
/titanic_44/usr/src/cmd/sgs/ld/common/ |
H A D | mapfile-intf | 25 # Export eprintf for dependencies.
|
/titanic_44/usr/src/pkg/ |
H A D | README.pkg | 57 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 D | explain.c | 140 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 D | mapfile-vers | 82 # callers dependencies.
|
/titanic_44/usr/src/cmd/svc/milestone/ |
H A D | make-console-login-xml | 76 among other things, collects such dependencies.
|
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/ |
H A D | ipqosconf.h | 330 ipqos_conf_act_ref_t *dependencies; member
|
/titanic_44/exception_lists/ |
H A D | check_rtime | 53 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 D | README | 54 dependencies and will be automatically installed.
|
/titanic_44/usr/src/pkg/manifests/ |
H A D | service-security-gss.mf | 61 # These dependencies can be removed once there is a mechanism in place
|
/titanic_44/usr/src/cmd/initpkg/init.d/ |
H A D | README.rc2 | 34 After all its dependencies have been satisfied, the start method of the
|
H A D | README.rcS | 34 After all its dependencies have been satisfied, the start method of the
|