Home
last modified time | relevance | path

Searched refs:subst (Results 1 – 25 of 80) sorted by relevance

1234

/freebsd/contrib/libarchive/tar/
H A Dsubst.c44 struct substitution *subst; in init_substitution() local
46 bsdtar->substitution = subst = malloc(sizeof(*subst)); in init_substitution()
47 if (subst == NULL) in init_substitution()
49 subst->first_rule = subst->last_rule = NULL; in init_substitution()
56 struct substitution *subst; in add_substitution() local
61 if ((subst = bsdtar->substitution) == NULL) { in add_substitution()
63 subst = bsdtar->substitution; in add_substitution()
72 if (subst->last_rule == NULL) in add_substitution()
73 subst->first_rule = rule; in add_substitution()
75 subst->last_rule->next = rule; in add_substitution()
[all …]
/freebsd/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.tmp | uniq > subst.sed
127 @echo 's%[_-]*_-[_-]*%_%g' >> subst.sed
[all …]
/freebsd/sys/contrib/openzfs/config/
H A DCppCheck.am14 $(MAKE) -C $(subst cppcheck-recursive-,,$@) cppcheck
16 _CTGT = $(subst cppcheck-for-,,$@)
21 cppcheck: $(addprefix cppcheck-for-,$(subst -,_,$(subst .,_,$(subst /,_,$(CPPCHECKTARGETS))))) $(ad…
H A DShellcheck.am13 JUST_SHELLCHECK_OPTS = $(addprefix shellcheck-here-,$(subst /,^,$(1)))
14 JUST_CHECKBASHISMS_OPTS = $(addprefix checkbashisms-here-,$(subst /,^,$(1)))
19 _STGT = $(subst ^,/,$(subst shellcheck-here-,,$@))
33 _BTGT = $(subst ^,/,$(subst checkbashisms-here-,,$@))
/freebsd/contrib/bmake/unit-tests/
H A Dmoderrs.mk19 all: mod-subst-delimiter-{1,2,3,4,5,6,7}
109 mod-subst-delimiter-1:
112 mod-subst-delimiter-2:
115 mod-subst-delimiter-3:
118 mod-subst-delimiter-4:
121 mod-subst-delimiter-5:
124 mod-subst-delimiter-6:
127 mod-subst-delimiter-7:
H A Dvarmod-subst.mk5 all: mod-subst
6 all: mod-subst-delimiter
7 all: mod-subst-chain
8 all: mod-subst-dollar
186 mod-subst:
198 mod-subst-delimiter:
H A Ddep.mk23 all: for-subst
25 for-subst: ${file:S;^;./;g}
H A Dvar-scope-local.mk193 all: var-scope-local-subst.o
200 var-scope-local-subst.o \
253 # expect: Making var-scope-local-subst.o with make 'global+local' and env 'global+local'.
254 var-scope-local-subst.o: VAR := $${VAR}+local
H A Dvarname-empty.mk33 := subst
/freebsd/crypto/heimdal/tools/
H A DMakefile.am17 subst = sed -e "s!@PACKAGE\@!$(PACKAGE)!g" \ macro
34 $(subst) $(srcdir)/krb5-config.in > $@.new
39 $(subst) $(srcdir)/heimdal-gssapi.pc.in > $@.new
/freebsd/crypto/openssl/doc/life-cycles/
H A DMakefile5 png: $(subst .dot,.png,$(GRAPHS))
6 txt: $(subst .dot,.txt,$(GRAPHS))
/freebsd/usr.bin/localedef/
H A Dcollate.c203 typedef struct subst{ struct
206 RB_ENTRY(subst) entry; argument
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];
439 RB_GENERATE_STATIC(substs, subst, entry, subst_compare);
452 RB_GENERATE_STATIC(substs_ref, subst, entry_ref, subst_compare_ref);
1124 collate_subst_t *subst[COLL_WEIGHTS_MAX]; in dump_collate() local
1238 subst[i] = st; in dump_collate()
1315 if (wr_category(subst[i], sz, f) < 0) { in dump_collate()
/freebsd/crypto/openssl/crypto/perlasm/
H A Dppc-xlate.pl169 my @subst = splice(@rest, 0, $num);
171 @subst = map { vsr2vr1($_); } @subst;
173 return (@subst, @rest);
/freebsd/contrib/netbsd-tests/usr.bin/tr/
H A Dt_basic.sh144 atf_test_case subst
193 atf_add_test_case subst
/freebsd/sys/contrib/device-tree/scripts/
H A DKbuild.include17 depfile = $(subst $(comma),_,$(dot-target).d)
29 escsq = $(subst $(squote),'\$(squote)',$1)
122 cc-option-align = $(subst -functions=0,,\
212 make-cmd = $(subst \\,\\\\,$(subst \#,\\\#,$(subst $$,$$$$,$(call escsq,$(cmd_$(1))))))
/freebsd/sys/contrib/device-tree/
H A DMakefile107 $(ALL_DTB) $(ALL_DTBO): ARCH=$(word 2,$(subst /, ,$@))
133 dtc-tmp = $(subst $(comma),_,$(dot-target).dts.tmp)
/freebsd/usr.bin/m4/tests/
H A Dregress.patterns.out2 >>>check whether subst
H A Dpatterns.m43 patsubst(`check whether subst
/freebsd/contrib/elftoolchain/libelftc/
H A Dlibelftc_dem_gnu3.c86 struct vector_str subst; /* substitution string vector */ member
240 if (*ddata.cur != 0 && ddata.subst.size >= 1) { in cpp_demangle_gnu3()
241 if (!vector_str_pop(&ddata.subst)) in cpp_demangle_gnu3()
334 vector_str_dest(&d->subst); in cpp_demangle_data_dest()
347 if (!vector_str_init(&d->subst)) in cpp_demangle_data_init()
357 assert(d->subst.container != NULL); in cpp_demangle_data_init()
382 vector_str_dest(&d->subst); in cpp_demangle_data_init()
455 if (!vector_str_find(&ddata->subst, str, len)) in cpp_demangle_push_subst()
456 return (vector_str_push(&ddata->subst, str, len)); in cpp_demangle_push_subst()
738 if (ddata == NULL || ddata->subst.size <= idx) in cpp_demangle_get_subst()
[all …]
/freebsd/usr.bin/tar/
H A DMakefile15 subst.c \
/freebsd/contrib/libcxxrt/
H A Dlibelftc_dem_gnu3.c100 struct vector_str subst; /* substitution string vector */ member
578 if (*ddata.cur != 0 && ddata.subst.size >= 1) { in __cxa_demangle_gnu3()
579 if (!vector_str_pop(&ddata.subst)) in __cxa_demangle_gnu3()
672 vector_str_dest(&d->subst); in cpp_demangle_data_dest()
685 if (!vector_str_init(&d->subst)) in cpp_demangle_data_init()
695 assert(d->subst.container != NULL); in cpp_demangle_data_init()
720 vector_str_dest(&d->subst); in cpp_demangle_data_init()
793 if (!vector_str_find(&ddata->subst, str, len)) in cpp_demangle_push_subst()
794 return (vector_str_push(&ddata->subst, str, len)); in cpp_demangle_push_subst()
1076 if (ddata == NULL || ddata->subst.size <= idx) in cpp_demangle_get_subst()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchFloatInstrFormats.td27 string ret = deriveInsnMnemonic<!subst("_64", "",
28 !subst("_xD", "",
29 !subst("_xS", "", name)))>.ret;
/freebsd/usr.sbin/makefs/
H A Dmtree.c194 int c, error, quoted, subst; in mtree_resolve() local
204 subst = (c == '`' || c == '"') ? 1 : 0; in mtree_resolve()
205 quoted = (subst || c == '\'') ? 1 : 0; in mtree_resolve()
207 if (!subst) { in mtree_resolve()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTemplateName.h414 if (SubstTemplateTemplateParmStorage *subst in getUnderlying() local
416 return subst->getReplacement().getUnderlying(); in getUnderlying()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTemplateName.cpp335 } else if (SubstTemplateTemplateParmStorage *subst = in print() local
337 subst->getReplacement().print(OS, Policy, Qual); in print()

1234