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

12

/freebsd-10.3-release/sys/ofed/drivers/infiniband/debug/
H A DMakefile1 EXTRA_CFLAGS := $(subst $(KERNEL_MEMTRACK_CFLAGS),,$(EXTRA_CFLAGS))
/freebsd-10.3-release/contrib/bmake/unit-tests/
H A Dforsubst.mk3 all: for-subst
8 for-subst: ${file:S;^;${here}/;g}
/freebsd-10.3-release/contrib/libarchive/tar/
H A Dsubst.c27 __FBSDID("$FreeBSD: releng/10.3/contrib/libarchive/tar/subst.c 248616 2013-03-22 13:36:03Z 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
312 struct substitution *subst; local
[all...]
/freebsd-10.3-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-10.3-release/contrib/ncurses/
H A Ddist.mk72 rm -f $(ALL) subst.tmp subst.sed
104 @rm -f subst.tmp ;
110 echo "s/$${xu}/$${x}/g" >> subst.tmp ;\
114 @cat man_alias.sed >> subst.tmp
115 @echo 's/<B>/<STRONG>/g' >> subst.tmp
116 @echo 's/<\/B>/<\/STRONG>/g' >> subst.tmp
117 @echo 's/<I>/<EM>/g' >> subst.tmp
118 @echo 's/<\/I>/<\/EM>/g' >> subst.tmp
119 @misc/csort < subst
[all...]
H A Dconvert_configure.pl83 $subst= <<EOS
94 {$2$subst$1 -f $3 -o -f $3.exe ;}
/freebsd-10.3-release/usr.bin/tar/
H A DMakefile14 subst.c \
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/AST/
H A DTemplateName.cpp147 } else if (SubstTemplateTemplateParmStorage *subst
149 subst->getReplacement().print(OS, Policy, SuppressNNS);
H A DASTContext.cpp3947 SubstTemplateTemplateParmStorage *subst local
3949 return DeclarationNameInfo(subst->getParameter()->getDeclName(),
3954 SubstTemplateTemplateParmPackStorage *subst local
3956 return DeclarationNameInfo(subst->getParameterPack()->getDeclName(),
3987 SubstTemplateTemplateParmStorage *subst local
3989 return getCanonicalTemplateName(subst->getReplacement());
3993 SubstTemplateTemplateParmPackStorage *subst local
3996 = getCanonicalTemplateTemplateParmDecl(subst->getParameterPack());
3998 = getCanonicalTemplateArgument(subst->getArgumentPack());
6322 SubstTemplateTemplateParmStorage *subst local
[all...]
H A DItaniumMangle.cpp931 SubstTemplateTemplateParmStorage *subst local
933 mangleExistingSubstitution(subst->getReplacement());
1597 SubstTemplateTemplateParmStorage *subst local
1599 mangleType(subst->getReplacement());
/freebsd-10.3-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-10.3-release/usr.bin/svn/lib/libsvn_subr/
H A DMakefile21 stream.c string.c subst.c sysinfo.c target.c temp_serializer.c \
/freebsd-10.3-release/contrib/netbsd-tests/usr.bin/tr/
H A Dt_basic.sh144 atf_test_case subst
193 atf_add_test_case subst
/freebsd-10.3-release/contrib/dtc/
H A DMakefile76 localver_config = $(subst $(space),, $(string) \
79 localver_cmd = $(subst $(space),, $(string) \
/freebsd-10.3-release/usr.sbin/ctm/mkCTM/
H A Dmkctm.c230 goto subst;
238 goto subst;
247 goto subst;
256 goto subst;
287 subst:
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DTemplateName.h366 if (SubstTemplateTemplateParmStorage *subst
368 return subst->getReplacement().getUnderlying();
/freebsd-10.3-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-10.3-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-10.3-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-10.3-release/contrib/bmake/mk/
H A Ddpadd.mk48 # the DPADD paths will be to the obj tree so we need to subst anyway.
/freebsd-10.3-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-10.3-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-10.3-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)
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectCommands.cpp885 "command regex <cmd-name> [s/<regex>/<subst>/ ...]"),
894 " s/<regex>/<subst>/\n"
929 output_sp->PutCString("Enter one of more sed substitution commands in the form: 's/<regex>/<subst>/'.\nTerminate the substitution list with an empty line.\n");
1106 // so we can have "s/<regex>/<subst>/" or "s|<regex>|<subst>|"
1147 error.SetErrorStringWithFormat("<regex> can't be empty in 's%c<regex>%c<subst>%c' string: '%.*s'",
1157 error.SetErrorStringWithFormat("<subst> can't be empty in 's%c<regex>%c<subst>%c' string: '%.*s'",
1169 std::string subst(regex_sed.substr(second_separator_char_pos + 1, third_separator_char_pos - second_separator_char_pos - 1));
1171 subst
[all...]

Completed in 295 milliseconds

12