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

12

/freebsd-13-stable/contrib/libarchive/tar/
H A Dsubst.c61 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 = bsdtar->substitution;
89 if (subst
217 struct substitution *subst; local
315 struct substitution *subst; local
[all...]
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dforsubst.mk10 # for-subst: ${file:S;^;${here}/;g}
15 all: for-subst
20 for-subst: ${file:S;^;${here}/;g}
H A Dvarmod-subst.mk1 # $NetBSD: varmod-subst.mk,v 1.7 2020/11/15 20:20:58 rillig Exp $
5 all: mod-subst
6 all: mod-subst-delimiter
7 all: mod-subst-chain
8 all: mod-subst-dollar
81 mod-subst:
93 mod-subst-delimiter:
143 mod-subst-chain:
164 mod-subst-dollar:
H A Dmoderrs.mk20 all: mod-subst-delimiter
104 mod-subst-delimiter: print-header print-footer
131 # mod-subst-chain). Luckily the modifier :U does not make sense after :C,
H A DMakefile364 TESTS+= varmod-subst
365 TESTS+= varmod-subst-regex
512 SED_CMDS.varmod-subst-regex+= \
/freebsd-13-stable/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-13-stable/contrib/ncurses/
H A Ddist.mk76 rm -f $(ALL) subst.tmp subst.sed
111 @rm -f subst.tmp ;
117 echo "s/$${xu}/$${x}/g" >> subst.tmp ;\
121 @cat man_alias.sed >> subst.tmp
122 @echo 's/<B>/<STRONG>/g' >> subst.tmp
123 @echo 's/<\/B>/<\/STRONG>/g' >> subst.tmp
124 @echo 's/<I>/<EM>/g' >> subst.tmp
125 @echo 's/<\/I>/<\/EM>/g' >> subst.tmp
126 @misc/csort < subst
[all...]
H A Dconvert_configure.pl84 $subst= <<EOS
95 {$2$subst$1 -f $3 -o -f $3.exe ;}
/freebsd-13-stable/usr.bin/tar/
H A DMakefile16 subst.c \
/freebsd-13-stable/sys/contrib/device-tree/
H A DMakefile106 $(ALL_DTB): ARCH=$(word 2,$(subst /, ,$@))
130 dtc-tmp = $(subst $(comma),_,$(dot-target).dts.tmp)
/freebsd-13-stable/usr.sbin/makefs/
H A Dmtree.c197 int c, error, quoted, subst; local
207 subst = (c == '`' || c == '"') ? 1 : 0;
208 quoted = (subst || c == '\'') ? 1 : 0;
210 if (!subst) {
/freebsd-13-stable/usr.bin/localedef/
H A Dcollate.c205 typedef struct subst{ struct
208 RB_ENTRY(subst) entry;
209 RB_ENTRY(subst) entry_ref;
217 static RB_HEAD(substs, subst) substs[COLL_WEIGHTS_MAX];
218 static RB_HEAD(substs_ref, subst) substs_ref[COLL_WEIGHTS_MAX];
441 RB_GENERATE_STATIC(substs, subst, entry, subst_compare);
454 RB_GENERATE_STATIC(substs_ref, subst, entry_ref, subst_compare_ref);
1126 collate_subst_t *subst[COLL_WEIGHTS_MAX]; local
1240 subst[i] = st;
1317 if (wr_category(subst[
[all...]
/freebsd-13-stable/usr.bin/svn/lib/libsvn_subr/
H A DMakefile76 subst.c \
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DTemplateName.cpp243 } else if (SubstTemplateTemplateParmStorage *subst
245 subst->getReplacement().print(OS, Policy, SuppressNNS);
/freebsd-13-stable/contrib/netbsd-tests/usr.bin/tr/
H A Dt_basic.sh144 atf_test_case subst
193 atf_add_test_case subst
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DTemplateName.h376 if (SubstTemplateTemplateParmStorage *subst
378 return subst->getReplacement().getUnderlying();
/freebsd-13-stable/contrib/libcxxrt/
H A Dlibelftc_dem_gnu3.c100 struct vector_str subst; /* substitution string vector */ member in struct:cpp_demangle_data
574 if (*ddata.cur != 0 && ddata.subst.size >= 1) {
575 if (!vector_str_pop(&ddata.subst))
668 vector_str_dest(&d->subst);
681 if (!vector_str_init(&d->subst))
691 assert(d->subst.container != NULL);
716 vector_str_dest(&d->subst);
789 if (!vector_str_find(&ddata->subst, str, len))
790 return (vector_str_push(&ddata->subst, str, len));
1072 if (ddata == NULL || ddata->subst
[all...]
/freebsd-13-stable/contrib/elftoolchain/libelftc/
H A Dlibelftc_dem_gnu3.c86 struct vector_str subst; /* substitution string vector */ member in struct:cpp_demangle_data
240 if (*ddata.cur != 0 && ddata.subst.size >= 1) {
241 if (!vector_str_pop(&ddata.subst))
334 vector_str_dest(&d->subst);
347 if (!vector_str_init(&d->subst))
357 assert(d->subst.container != NULL);
382 vector_str_dest(&d->subst);
455 if (!vector_str_find(&ddata->subst, str, len))
456 return (vector_str_push(&ddata->subst, str, len));
738 if (ddata == NULL || ddata->subst
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibFunc.cpp795 int const subst = findSubst(p);
796 if (subst < 0) return false;
800 if (subst == 0) os << "S_";
801 else os << 'S' << (subst-1) << '_';
/freebsd-13-stable/usr.sbin/ppp/
H A Dcommand.c440 subst(char *tgt, const char *oldstr, const char *newstr) function
474 return subst(tgt, oldstr, inet_ntoa(ip));
484 return subst(tgt, oldstr, buf);
494 return subst(tgt, oldstr, buf);
502 return subst(tgt, oldstr, ncpaddr_ntoa(ip));
517 return subst(tgt, oldstr, prefix);
553 nargv[arg] = subst(nargv[arg], "AUTHNAME", bundle->cfg.auth.name);
556 nargv[arg] = subst(nargv[arg], "ENDDISC",
564 nargv[arg] = subst(nargv[arg], "INTERFACE", bundle->iface->name);
583 nargv[arg] = subst(narg
[all...]
/freebsd-13-stable/contrib/tcsh/
H A Dsh.lex.c86 /* (Tail of) current word from ! subst */
89 /* The rest of the ! subst words */
92 /* Count of remaining words in ! subst */
720 goto subst;
724 goto subst;
732 goto subst;
747 subst:
/freebsd-13-stable/usr.bin/bmake/unit-tests/
H A DMakefile368 TESTS+= varmod-subst
369 TESTS+= varmod-subst-regex
516 SED_CMDS.varmod-subst-regex+= \
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DBitTracker.h55 void subst(RegisterRef OldRR, RegisterRef NewRR);
/freebsd-13-stable/contrib/bmake/
H A Dvar.c2122 struct ModifyWord_SubstArgs *subst)
2128 return p[1] == '&' && subst != NULL;
2146 * escaped and replace unescaped ampersands with subst->lhs. */
2147 struct ModifyWord_SubstArgs *subst
2163 if (IsEscapedModifierPart(p, delim, subst)) {
2170 if (subst != NULL && *p == '&')
2171 Buf_AddBytes(&buf, subst->lhs, subst->lhsLen);
2121 IsEscapedModifierPart(const char *p, char delim, struct ModifyWord_SubstArgs *subst) argument

Completed in 306 milliseconds

12