Searched refs:deps (Results 1 - 25 of 87) sorted by relevance

1234

/freebsd-9.3-release/contrib/gcclibs/libcpp/include/
H A Dmkdeps.h29 struct deps;
31 /* Create a deps buffer. */
32 extern struct deps *deps_init (void);
34 /* Destroy a deps buffer. */
35 extern void deps_free (struct deps *);
42 extern void deps_add_vpath (struct deps *, const char *);
44 /* Add a target (appears on left side of the colon) to the deps list. Takes
46 extern void deps_add_target (struct deps *, const char *, int);
50 extern void deps_add_default_target (struct deps *, const char *);
53 deps lis
[all...]
/freebsd-9.3-release/crypto/openssl/util/
H A Dclean-depend.pl16 my ($dummy, $file,$deps)=/^((.*):)? (.*)$/;
19 next if !defined $deps;
22 my @deps=split ' ',$deps;
23 @deps=grep(!/^\//,@deps);
24 @deps=grep(!/^\\$/,@deps);
25 @deps=grep(!/^$origfile$/,@deps);
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Dgenmddeps.c33 static struct filedep *deps, **last = &deps; variable in typeref:struct:filedep
59 for (d = deps; d ; d = d->next)
65 for (d = deps; d ; d = d->next)
H A Dsched-deps.c98 static void flush_pending_lists (struct deps *, rtx, int, int);
99 static void sched_analyze_1 (struct deps *, rtx, rtx);
100 static void sched_analyze_2 (struct deps *, rtx, rtx);
101 static void sched_analyze_insn (struct deps *, rtx, rtx);
680 add_insn_mem_dependence (struct deps *deps, rtx *insn_list, rtx *mem_list,
696 deps->pending_lists_length++;
704 flush_pending_lists (struct deps *deps, rtx insn, int for_read,
709 add_dependence_list_and_free (insn, &deps
673 add_insn_mem_dependence(struct deps *deps, rtx *insn_list, rtx *mem_list, rtx insn, rtx mem) argument
697 flush_pending_lists(struct deps *deps, rtx insn, int for_read, int for_write) argument
723 sched_analyze_reg(struct deps *deps, int regno, enum machine_mode mode, enum rtx_code ref, rtx insn) argument
795 sched_analyze_1(struct deps *deps, rtx x, rtx insn) argument
928 sched_analyze_2(struct deps *deps, rtx x, rtx insn) argument
1118 sched_analyze_insn(struct deps *deps, rtx x, rtx insn) argument
1461 sched_analyze(struct deps *deps, rtx head, rtx tail) argument
1709 init_deps(struct deps *deps) argument
1734 free_deps(struct deps *deps) argument
[all...]
H A Dsched-int.h46 struct deps struct
386 functions in sched-deps.c .
394 See also: check_dep_status () in sched-deps.c . */
485 /* This represents the results of calling sched-deps.c functions,
609 /* Functions in sched-deps.c. */
612 extern void sched_analyze (struct deps *, rtx, rtx);
613 extern void init_deps (struct deps *);
614 extern void free_deps (struct deps *);
H A Dc-opts.c343 cpp_opts->deps.style = (code == OPT_M ? DEPS_SYSTEM: DEPS_USER);
350 cpp_opts->deps.style = (code == OPT_MD ? DEPS_SYSTEM: DEPS_USER);
361 cpp_opts->deps.missing_files = true;
366 cpp_opts->deps.phony_targets = true;
1019 if (cpp_opts->deps.style == DEPS_NONE)
1241 if (cpp_opts->deps.style != DEPS_NONE)
1269 DEPS_TARGET", where OUTPUT_FILE is the file to write deps info to
1270 and DEPS_TARGET is the target to mention in the deps. They also
1281 cpp_opts->deps.style = DEPS_USER;
1287 cpp_opts->deps
1317 struct deps *deps; local
[all...]
/freebsd-9.3-release/tools/
H A Dmake_libdeps.sh70 deps=$(
74 if [ "${deps}" ]; then
76 echo ${deps} |
/freebsd-9.3-release/release/scripts/
H A Dpackage-split.py63 deps = {}
69 if name in deps:
76 deps[name] = fields[DEPENDS_COL].split()
79 return (deps, pkgs)
88 def layout_discs(discs, pkgs, deps):
98 pkg_list = [pkg] + deps[pkg]
126 (deps, pkgs) = load_index(index)
128 layout = layout_discs(discs, pkgs, deps)
/freebsd-9.3-release/contrib/gcclibs/libcpp/
H A Dmkdeps.c29 struct deps struct
116 apply_vpath (struct deps *d, const char *t)
157 struct deps *
160 return XCNEW (struct deps);
164 deps_free (struct deps *d)
196 deps_add_target (struct deps *d, const char *t, int quote)
217 deps_add_default_target (struct deps *d, const char *tgt)
247 deps_add_dep (struct deps *d, const char *t)
260 deps_add_vpath (struct deps *d, const char *vpath)
289 deps_write (const struct deps *
356 deps_save(struct deps *deps, FILE *f) argument
385 deps_restore(struct deps *deps, FILE *fd, const char *self) argument
[all...]
H A Dmakedepend.c143 options->deps.style = DEPS_USER;
152 struct deps *deps = cpp_get_deps (reader); local
153 deps_add_vpath (deps, vpath);
H A Dinit.c255 if (pfile->deps)
256 deps_free (pfile->deps);
480 if (CPP_OPTION (pfile, deps.style) != DEPS_NONE)
482 if (!pfile->deps)
483 pfile->deps = deps_init ();
486 deps_add_default_target (pfile->deps, fname);
607 /* Don't write the deps file if there are errors. */
608 if (CPP_OPTION (pfile, deps.style) != DEPS_NONE
611 deps_write (pfile->deps, deps_stream, 72);
613 if (CPP_OPTION (pfile, deps
[all...]
H A Dpch.c349 if (!r->deps)
350 r->deps = deps_init ();
352 if (deps_save (r->deps, f) != 0)
686 if (deps_restore (r->deps, f, CPP_OPTION (r, restore_pch_deps) ? name : NULL)
/freebsd-9.3-release/usr.sbin/pkg_install/lib/
H A DMakefile6 deps.c version.c pkgwrap.c url.c
/freebsd-9.3-release/tools/build/options/
H A Dmakeman231 comm -13 $t/config_WITH_ALL $t/config_WITH_ALL_${opt} | sed -n "/^${opt}$/!p" > $t/deps
235 comm -13 $t/config_WITHOUT_ALL $t/config_WITHOUT_ALL_${opt} | sed -n "/^${opt}$/!p" > $t/deps
243 comm -13 $t/deps - > $t/deps2
248 sort $t/deps $t/deps2 > $t/_deps
249 mv $t/_deps $t/deps
253 if [ -s $t/deps ] ; then
257 cat $t/deps | while read opt2 ; do
265 if [ -s $t/deps ] ; then
/freebsd-9.3-release/contrib/binutils/libiberty/
H A Dmaint-tool39 &deps() if $mode eq "deps";
213 sub deps {
227 $deps{$f} = join(' ', &deps_for("$incdir/$f"));
235 $deps{$f} = join(' ', &deps_for("$srcdir/$f"));
246 print OUT "# generated by \"make maint-deps\". Manual edits will be lost.\n\n";
260 push(@pending, split(' ', $deps{$p}));
265 @deps = sort { &locals_first($a,$b) } keys %scanned;
269 if ($#deps >= 0) {
272 for $dt (@deps) {
[all...]
/freebsd-9.3-release/contrib/gcclibs/libiberty/
H A Dmaint-tool39 &deps() if $mode eq "deps";
213 sub deps {
227 $deps{$f} = join(' ', &deps_for("$incdir/$f"));
235 $deps{$f} = join(' ', &deps_for("$srcdir/$f"));
246 print OUT "# generated by \"make maint-deps\". Manual edits will be lost.\n\n";
260 push(@pending, split(' ', $deps{$p}));
265 @deps = sort { &locals_first($a,$b) } keys %scanned;
269 if ($#deps >= 0) {
272 for $dt (@deps) {
[all...]
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/common/zfs/
H A Dzfeature_common.c131 boolean_t activate_on_enable, const spa_feature_t *deps)
142 if (deps == NULL)
143 deps = nodeps;
152 feature->fi_depends = deps;
129 zfeature_register(spa_feature_t fid, const char *guid, const char *name, const char *desc, boolean_t readonly, boolean_t mos, boolean_t activate_on_enable, const spa_feature_t *deps) argument
/freebsd-9.3-release/usr.sbin/pkg_install/create/
H A Dperform.c143 char **deps, *deporigin; local
158 deps = alloca(sizeof(*deps) * ndeps + 1);
159 if (deps == NULL) {
166 deps[i] = cp;
171 deps[ndeps] = NULL;
173 sortdeps(deps);
175 deporigin = strchr(deps[i], ':');
180 add_plist_top(&plist, PLIST_PKGDEP, deps[i]);
182 printf(" %s", deps[
[all...]
/freebsd-9.3-release/usr.sbin/jail/
H A Dstate.c63 int error, deps, ldeps; local
92 deps = 0;
103 deps++;
130 if (deps && (deps > 1 || ldeps)) {
/freebsd-9.3-release/usr.sbin/sysinstall/
H A Dindex.c216 new_index(char *name, char *pathto, char *prefix, char *comment, char *descr, char *maint, char *deps, int volume) argument
226 tmp->deps = _strdup(deps);
333 cp += skip_to_sep(cp, '|'); /* build deps - not used */
334 cp += copy_to_sep(rdeps, cp, '|'); /* run deps */
343 cp += skip_to_sep(cp, '|'); /* extract deps - not used */
345 cp += skip_to_sep(cp, '|'); /* patch deps - not used */
347 cp += skip_to_sep(cp, '|'); /* fetch deps - not used */
360 char name[127], pathto[255], prefix[255], comment[255], descr[127], maint[127], cats[511], deps[2048 * 8]; local
364 while (index_parse(fp, name, pathto, prefix, comment, descr, maint, cats, deps,
[all...]
/freebsd-9.3-release/contrib/ntp/clockstuff/
H A DMakefile.in490 BUILT_SOURCES = check-libntp .deps-ver
491 CLEANFILES = check-libntp .deps-ver
799 $(DEPDIR)/deps-ver: $(top_srcdir)/deps-ver
801 cp $(top_srcdir)/deps-ver $@
804 @cmp $(top_srcdir)/deps-ver $@ > /dev/null || ( \
821 cat $(top_srcdir)/deps-ver \
823 cp $(top_srcdir)/deps-ver $@
825 .deps-ver: $(top_srcdir)/deps
[all...]
/freebsd-9.3-release/contrib/ntp/parseutil/
H A DMakefile.in486 BUILT_SOURCES = .deps-ver
487 CLEANFILES = .deps-ver
802 $(DEPDIR)/deps-ver: $(top_srcdir)/deps-ver
804 cp $(top_srcdir)/deps-ver $@
807 @cmp $(top_srcdir)/deps-ver $@ > /dev/null || ( \
824 cat $(top_srcdir)/deps-ver \
826 cp $(top_srcdir)/deps-ver $@
828 .deps-ver: $(top_srcdir)/deps
[all...]
/freebsd-9.3-release/contrib/ntp/ntpdate/
H A DMakefile.in491 BUILT_SOURCES = check-libntp .deps-ver
492 CLEANFILES = check-libntp .deps-ver
981 $(DEPDIR)/deps-ver: $(top_srcdir)/deps-ver
983 cp $(top_srcdir)/deps-ver $@
986 @cmp $(top_srcdir)/deps-ver $@ > /dev/null || ( \
1003 cat $(top_srcdir)/deps-ver \
1005 cp $(top_srcdir)/deps-ver $@
1007 .deps-ver: $(top_srcdir)/deps
[all...]
/freebsd-9.3-release/contrib/ntp/adjtimed/
H A DMakefile.in490 BUILT_SOURCES = check-libntp .deps-ver
491 CLEANFILES = check-libntp .deps-ver
958 $(DEPDIR)/deps-ver: $(top_srcdir)/deps-ver
960 cp $(top_srcdir)/deps-ver $@
963 @cmp $(top_srcdir)/deps-ver $@ > /dev/null || ( \
980 cat $(top_srcdir)/deps-ver \
982 cp $(top_srcdir)/deps-ver $@
984 .deps-ver: $(top_srcdir)/deps
[all...]
/freebsd-9.3-release/sys/kern/
H A Dkern_linker.c138 const char* name, int deps);
592 lf->deps = NULL;
696 if (file->deps) {
698 linker_file_unload(file->deps[i], flags);
699 free(file->deps, M_LINKER);
700 file->deps = NULL;
736 file->deps = realloc(file->deps, (file->ndeps + 1) * sizeof(*newdeps),
738 file->deps[file->ndeps] = dep;
772 linker_file_lookup_symbol(linker_file_t file, const char *name, int deps) argument
787 linker_file_lookup_symbol_internal(linker_file_t file, const char *name, int deps) argument
[all...]

Completed in 184 milliseconds

1234