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

1234

/freebsd-10-stable/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-10-stable/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-10-stable/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)
1248 if (cpp_opts->deps.style != DEPS_NONE)
1276 DEPS_TARGET", where OUTPUT_FILE is the file to write deps info to
1277 and DEPS_TARGET is the target to mention in the deps. They also
1288 cpp_opts->deps.style = DEPS_USER;
1294 cpp_opts->deps
1324 struct deps *deps; local
[all...]
/freebsd-10-stable/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-10-stable/usr.sbin/pkg_install/lib/
H A DMakefile6 deps.c version.c pkgwrap.c url.c pkgng.c
/freebsd-10-stable/tools/
H A Dmake_libdeps.sh107 deps=$(
111 if [ "${deps}" ]; then
112 echo ${libdir}"${FS}"$(echo ${deps} | tr ' ' '\n' | convert | resolvelibdirs)
/freebsd-10-stable/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-10-stable/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-10-stable/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
254 if [ -s $t/deps ] ; then
262 done < $t/deps
/freebsd-10-stable/sys/cddl/contrib/opensolaris/common/zfs/
H A Dzfeature_common.c134 const char *desc, zfeature_flags_t flags, const spa_feature_t *deps)
146 if (deps == NULL)
147 deps = nodeps;
154 feature->fi_depends = deps;
133 zfeature_register(spa_feature_t fid, const char *guid, const char *name, const char *desc, zfeature_flags_t flags, const spa_feature_t *deps) argument
/freebsd-10-stable/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-10-stable/usr.sbin/jail/
H A Dstate.c63 int error, deps, ldeps; local
92 deps = 0;
103 deps++;
130 if (deps && (deps > 1 || ldeps)) {
/freebsd-10-stable/contrib/ntp/parseutil/
H A DMakefile.in487 BUILT_SOURCES = .deps-ver
488 CLEANFILES = .deps-ver
804 $(DEPDIR)/deps-ver: $(top_srcdir)/deps-ver
806 cp $(top_srcdir)/deps-ver $@
809 @cmp $(top_srcdir)/deps-ver $@ > /dev/null || ( \
826 cat $(top_srcdir)/deps-ver \
828 cp $(top_srcdir)/deps-ver $@
830 .deps-ver: $(top_srcdir)/deps
[all...]
/freebsd-10-stable/contrib/ntp/ntpdate/
H A DMakefile.in492 BUILT_SOURCES = check-libntp .deps-ver
493 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-10-stable/contrib/ntp/adjtimed/
H A DMakefile.in491 BUILT_SOURCES = check-libntp .deps-ver
492 CLEANFILES = check-libntp .deps-ver
959 $(DEPDIR)/deps-ver: $(top_srcdir)/deps-ver
961 cp $(top_srcdir)/deps-ver $@
964 @cmp $(top_srcdir)/deps-ver $@ > /dev/null || ( \
981 cat $(top_srcdir)/deps-ver \
983 cp $(top_srcdir)/deps-ver $@
985 .deps-ver: $(top_srcdir)/deps
[all...]
/freebsd-10-stable/contrib/ntp/clockstuff/
H A DMakefile.in492 BUILT_SOURCES = check-libntp .deps-ver
493 CLEANFILES = check-libntp .deps-ver
800 $(DEPDIR)/deps-ver: $(top_srcdir)/deps-ver
802 cp $(top_srcdir)/deps-ver $@
805 @cmp $(top_srcdir)/deps-ver $@ > /dev/null || ( \
822 cat $(top_srcdir)/deps-ver \
824 cp $(top_srcdir)/deps-ver $@
826 .deps-ver: $(top_srcdir)/deps
[all...]
/freebsd-10-stable/sys/kern/
H A Dkern_linker.c146 const char* name, int deps);
617 lf->deps = NULL;
721 if (file->deps) {
723 linker_file_unload(file->deps[i], flags);
724 free(file->deps, M_LINKER);
725 file->deps = NULL;
761 file->deps = realloc(file->deps, (file->ndeps + 1) * sizeof(*newdeps),
763 file->deps[file->ndeps] = dep;
797 linker_file_lookup_symbol(linker_file_t file, const char *name, int deps) argument
812 linker_file_lookup_symbol_internal(linker_file_t file, const char *name, int deps) argument
[all...]
/freebsd-10-stable/contrib/subversion/
H A Dgen-make.py73 for dep_type, target_dict in generator.graph.deps.items():
/freebsd-10-stable/contrib/ntp/
H A DMakefile.am59 deps-ver \

Completed in 141 milliseconds

1234