Searched refs:subst (Results 1 - 25 of 36) sorted by relevance

12

/freebsd-11.0-release/sys/ofed/drivers/infiniband/debug/
H A DMakefile1 EXTRA_CFLAGS := $(subst $(KERNEL_MEMTRACK_CFLAGS),,$(EXTRA_CFLAGS))
/freebsd-11.0-release/contrib/bmake/unit-tests/
H A Dforsubst.mk3 all: for-subst
8 for-subst: ${file:S;^;${here}/;g}
/freebsd-11.0-release/contrib/libarchive/tar/
H A Dsubst.c27 __FBSDID("$FreeBSD: releng/11.0/contrib/libarchive/tar/subst.c 299529 2016-05-12 10:16:16Z mm $");
61 struct substitution *subst; local
63 bsdtar->substitution = subst = malloc(sizeof(*subst));
64 if (subst == NULL)
66 subst->first_rule = subst->last_rule = NULL;
73 struct substitution *subst; local
78 if ((subst = bsdtar->substitution) == NULL) {
80 subst
216 struct substitution *subst; local
314 struct substitution *subst; local
[all...]
/freebsd-11.0-release/crypto/heimdal/tools/
H A DMakefile.am17 subst = sed -e "s!@PACKAGE\@!$(PACKAGE)!g" \
34 $(subst) $(srcdir)/krb5-config.in > $@.new
39 $(subst) $(srcdir)/heimdal-gssapi.pc.in > $@.new
H A DMakefile.in379 subst = sed -e "s!@PACKAGE\@!$(PACKAGE)!g" \
889 $(subst) $(srcdir)/krb5-config.in > $@.new
894 $(subst) $(srcdir)/heimdal-gssapi.pc.in > $@.new
/freebsd-11.0-release/usr.bin/tar/
H A DMakefile14 subst.c \
/freebsd-11.0-release/contrib/ncurses/
H A Ddist.mk72 rm -f $(ALL) subst.tmp subst.sed
110 @rm -f subst.tmp ;
116 echo "s/$${xu}/$${x}/g" >> subst.tmp ;\
120 @cat man_alias.sed >> subst.tmp
121 @echo 's/<B>/<STRONG>/g' >> subst.tmp
122 @echo 's/<\/B>/<\/STRONG>/g' >> subst.tmp
123 @echo 's/<I>/<EM>/g' >> subst.tmp
124 @echo 's/<\/I>/<\/EM>/g' >> subst.tmp
125 @misc/csort < subst
[all...]
H A Dconvert_configure.pl83 $subst= <<EOS
94 {$2$subst$1 -f $3 -o -f $3.exe ;}
/freebsd-11.0-release/usr.sbin/makefs/
H A Dmtree.c187 int c, error, quoted, subst; local
197 subst = (c == '`' || c == '"') ? 1 : 0;
198 quoted = (subst || c == '\'') ? 1 : 0;
200 if (!subst) {
/freebsd-11.0-release/usr.bin/localedef/
H A Dcollate.c203 typedef struct subst{ struct
206 RB_ENTRY(subst) entry;
207 RB_ENTRY(subst) entry_ref;
215 static RB_HEAD(substs, subst) substs[COLL_WEIGHTS_MAX];
216 static RB_HEAD(substs_ref, subst) substs_ref[COLL_WEIGHTS_MAX];
436 RB_GENERATE_STATIC(substs, subst, entry, subst_compare);
449 RB_GENERATE_STATIC(substs_ref, subst, entry_ref, subst_compare_ref);
1119 collate_subst_t *subst[COLL_WEIGHTS_MAX]; local
1227 subst[i] = st;
1299 if (wr_category(subst[
[all...]
/freebsd-11.0-release/usr.bin/svn/lib/libsvn_subr/
H A DMakefile23 stream.c string.c subst.c sysinfo.c target.c \
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DTemplateName.cpp197 } else if (SubstTemplateTemplateParmStorage *subst
199 subst->getReplacement().print(OS, Policy, SuppressNNS);
/freebsd-11.0-release/contrib/netbsd-tests/usr.bin/tr/
H A Dt_basic.sh144 atf_test_case subst
193 atf_add_test_case subst
/freebsd-11.0-release/contrib/dtc/
H A DMakefile76 localver_config = $(subst $(space),, $(string) \
79 localver_cmd = $(subst $(space),, $(string) \
/freebsd-11.0-release/usr.sbin/ctm/mkCTM/
H A Dmkctm.c230 goto subst;
238 goto subst;
247 goto subst;
256 goto subst;
287 subst:
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DTemplateName.h337 if (SubstTemplateTemplateParmStorage *subst
339 return subst->getReplacement().getUnderlying();
/freebsd-11.0-release/contrib/libcxxrt/
H A Dlibelftc_dem_gnu3.c84 struct vector_str subst; /* substitution string vector */ member in struct:cpp_demangle_data
540 vector_str_dest(&d->subst);
556 if (!vector_str_init(&d->subst))
567 assert(d->subst.container != NULL);
588 vector_str_dest(&d->subst);
649 if (!vector_str_find(&ddata->subst, str, len))
650 return (vector_str_push(&ddata->subst, str, len));
866 if (ddata == NULL || ddata->subst.size <= idx)
868 if ((len = strlen(ddata->subst.container[idx])) == 0)
870 if (!cpp_demangle_push_str(ddata, ddata->subst
[all...]
/freebsd-11.0-release/contrib/elftoolchain/libelftc/
H A Dlibelftc_dem_gnu3.c75 struct vector_str subst; /* substitution string vector */ member in struct:cpp_demangle_data
247 vector_str_dest(&d->subst);
263 if (!vector_str_init(&d->subst))
274 assert(d->subst.container != NULL);
295 vector_str_dest(&d->subst);
356 if (!vector_str_find(&ddata->subst, str, len))
357 return (vector_str_push(&ddata->subst, str, len));
573 if (ddata == NULL || ddata->subst.size <= idx)
575 if ((len = strlen(ddata->subst.container[idx])) == 0)
577 if (!cpp_demangle_push_str(ddata, ddata->subst
[all...]
/freebsd-11.0-release/usr.sbin/ppp/
H A Dcommand.c438 subst(char *tgt, const char *oldstr, const char *newstr) function
472 return subst(tgt, oldstr, inet_ntoa(ip));
482 return subst(tgt, oldstr, buf);
492 return subst(tgt, oldstr, buf);
500 return subst(tgt, oldstr, ncpaddr_ntoa(ip));
515 return subst(tgt, oldstr, prefix);
551 nargv[arg] = subst(nargv[arg], "AUTHNAME", bundle->cfg.auth.name);
554 nargv[arg] = subst(nargv[arg], "ENDDISC",
562 nargv[arg] = subst(nargv[arg], "INTERFACE", bundle->iface->name);
581 nargv[arg] = subst(narg
[all...]
/freebsd-11.0-release/contrib/tcsh/
H A Dsh.lex.c91 /* (Tail of) current word from ! subst */
94 /* The rest of the ! subst words */
97 /* Count of remaining words in ! subst */
704 goto subst;
708 goto subst;
716 goto subst;
731 subst:
/freebsd-11.0-release/contrib/llvm/lib/Target/Hexagon/
H A DBitTracker.h50 void subst(RegisterRef OldRR, RegisterRef NewRR);
/freebsd-11.0-release/contrib/bmake/mk/
H A Ddpadd.mk96 # the DPADD paths will be to the obj tree so we need to subst anyway.
/freebsd-11.0-release/contrib/gcc/
H A Dcombine.c284 /* When `subst' is called, this is the insn that is being modified
292 /* This is the lowest CUID that `subst' is currently dealing with.
400 static rtx subst (rtx, rtx, rtx, int, int);
2294 processing we do in `subst' for a SET; namely, if the destination
2334 by letting subst look at the innermost one of them.
2357 i1src = subst (i1src, pc_rtx, pc_rtx, 0, 0);
2362 i2src = subst (i2src, pc_rtx, pc_rtx, 0, 0);
2366 n_occurrences = 0; /* `subst' counts here */
2373 newpat = subst (PATTERN (i3), i2dest, i2src, 0,
2404 newpat = subst (newpa
3889 subst (rtx x, rtx from, rtx to, int in_dest, int unique_copy) function
[all...]
/freebsd-11.0-release/contrib/gcclibs/libiberty/
H A Dcp-demangle.c1062 int subst; local
1067 subst = 1;
1076 subst = 0;
1082 called d_substitution() above (i.e., subst == 1). We
1091 if (! subst)
/freebsd-11.0-release/contrib/binutils/libiberty/
H A Dcp-demangle.c1108 int subst; local
1113 subst = 1;
1122 subst = 0;
1128 called d_substitution() above (i.e., subst == 1). We
1137 if (! subst)

Completed in 604 milliseconds

12