| /NextBSD/contrib/libarchive/tar/ |
| HD | subst.c | 61 struct substitution *subst; in init_substitution() local 63 bsdtar->substitution = subst = malloc(sizeof(*subst)); in init_substitution() 64 if (subst == NULL) in init_substitution() 66 subst->first_rule = subst->last_rule = NULL; in init_substitution() 73 struct substitution *subst; in add_substitution() local 78 if ((subst = bsdtar->substitution) == NULL) { in add_substitution() 80 subst = bsdtar->substitution; in add_substitution() 88 if (subst->last_rule == NULL) in add_substitution() 89 subst->first_rule = rule; in add_substitution() 91 subst->last_rule->next = rule; in add_substitution() [all …]
|
| /NextBSD/contrib/ncurses/ |
| HD | dist.mk | 72 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.tmp | uniq > subst.sed 152 sed -f subst.sed |\ [all …]
|
| HD | convert_configure.pl | 83 $subst= <<EOS 94 {$2$subst$1 -f $3 -o -f $3.exe ;}
|
| /NextBSD/crypto/heimdal/tools/ |
| HD | Makefile.am | 17 subst = sed -e "s!@PACKAGE\@!$(PACKAGE)!g" \ macro 34 $(subst) $(srcdir)/krb5-config.in > $@.new 39 $(subst) $(srcdir)/heimdal-gssapi.pc.in > $@.new
|
| HD | Makefile.in | 379 subst = sed -e "s!@PACKAGE\@!$(PACKAGE)!g" \ 889 $(subst) $(srcdir)/krb5-config.in > $@.new 894 $(subst) $(srcdir)/heimdal-gssapi.pc.in > $@.new
|
| /NextBSD/contrib/bmake/unit-tests/ |
| HD | forsubst.mk | 3 all: for-subst 8 for-subst: ${file:S;^;${here}/;g}
|
| /NextBSD/usr.bin/localedef/ |
| HD | collate.c | 203 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]; 436 RB_GENERATE_STATIC(substs, subst, entry, subst_compare); 449 RB_GENERATE_STATIC(substs_ref, subst, entry_ref, subst_compare_ref); 1116 collate_subst_t *subst[COLL_WEIGHTS_MAX]; in dump_collate() local 1224 subst[i] = st; in dump_collate() 1296 if (wr_category(subst[i], sz, f) < 0) { in dump_collate()
|
| /NextBSD/contrib/netbsd-tests/usr.bin/tr/ |
| HD | t_basic.sh | 144 atf_test_case subst 193 atf_add_test_case subst
|
| /NextBSD/contrib/binutils/etc/ |
| HD | ChangeLog | 261 * subst-strings: Remove a lot of unused code 308 * Install.in, subst-strings: add case for DG Aviion 309 * subst-strings: fix typo in INSTALLdir var setting 311 * Install.in, subst-strings: add case for solaris2.5 381 * subst-strings: change du commands to $BINDIR/. & $SRCDIR/. just 408 * subst-strings (mips-sgi-irix5): New entry in table. 529 * subst-strings: output TEXBUNDLE for more install notes matching 534 * subst-strings: match solaris*. Also, add default case to catch 548 * subst-strings: changed HOST to recognize Solaris for install notes 567 * subst-strings: added data for OS_STRING [all …]
|
| /NextBSD/contrib/llvm/tools/clang/lib/AST/ |
| HD | TemplateName.cpp | 147 } else if (SubstTemplateTemplateParmStorage *subst in print() local 149 subst->getReplacement().print(OS, Policy, SuppressNNS); in print()
|
| /NextBSD/sys/ofed/drivers/infiniband/debug/ |
| HD | Makefile | 1 EXTRA_CFLAGS := $(subst $(KERNEL_MEMTRACK_CFLAGS),,$(EXTRA_CFLAGS))
|
| /NextBSD/usr.sbin/ctm/mkCTM/ |
| HD | mkctm.c | 230 goto subst; in Equ() 238 goto subst; in Equ() 247 goto subst; in Equ() 256 goto subst; in Equ() 287 subst: in Equ()
|
| /NextBSD/usr.bin/m4/tests/ |
| HD | regress.patterns.out | 2 >>>check whether subst
|
| HD | patterns.m4 | 4 patsubst(`check whether subst
|
| /NextBSD/contrib/libcxxrt/ |
| HD | libelftc_dem_gnu3.c | 84 struct vector_str subst; /* substitution string vector */ member 540 vector_str_dest(&d->subst); in cpp_demangle_data_dest() 556 if (!vector_str_init(&d->subst)) in cpp_demangle_data_init() 567 assert(d->subst.container != NULL); in cpp_demangle_data_init() 588 vector_str_dest(&d->subst); in cpp_demangle_data_init() 649 if (!vector_str_find(&ddata->subst, str, len)) in cpp_demangle_push_subst() 650 return (vector_str_push(&ddata->subst, str, len)); in cpp_demangle_push_subst() 866 if (ddata == NULL || ddata->subst.size <= idx) in cpp_demangle_get_subst() 868 if ((len = strlen(ddata->subst.container[idx])) == 0) in cpp_demangle_get_subst() 870 if (!cpp_demangle_push_str(ddata, ddata->subst.container[idx], len)) in cpp_demangle_get_subst() [all …]
|
| /NextBSD/contrib/elftoolchain/libelftc/ |
| HD | libelftc_dem_gnu3.c | 75 struct vector_str subst; /* substitution string vector */ member 247 vector_str_dest(&d->subst); in cpp_demangle_data_dest() 263 if (!vector_str_init(&d->subst)) in cpp_demangle_data_init() 274 assert(d->subst.container != NULL); in cpp_demangle_data_init() 295 vector_str_dest(&d->subst); in cpp_demangle_data_init() 356 if (!vector_str_find(&ddata->subst, str, len)) in cpp_demangle_push_subst() 357 return (vector_str_push(&ddata->subst, str, len)); in cpp_demangle_push_subst() 573 if (ddata == NULL || ddata->subst.size <= idx) in cpp_demangle_get_subst() 575 if ((len = strlen(ddata->subst.container[idx])) == 0) in cpp_demangle_get_subst() 577 if (!cpp_demangle_push_str(ddata, ddata->subst.container[idx], len)) in cpp_demangle_get_subst() [all …]
|
| /NextBSD/usr.bin/tar/ |
| HD | Makefile | 14 subst.c \
|
| /NextBSD/contrib/dtc/ |
| HD | Makefile | 76 localver_config = $(subst $(space),, $(string) \ 79 localver_cmd = $(subst $(space),, $(string) \
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/AST/ |
| HD | TemplateName.h | 366 if (SubstTemplateTemplateParmStorage *subst in getUnderlying() local 368 return subst->getReplacement().getUnderlying(); in getUnderlying()
|
| /NextBSD/usr.sbin/makefs/ |
| HD | mtree.c | 187 int c, error, quoted, subst; in mtree_resolve() local 197 subst = (c == '`' || c == '"') ? 1 : 0; in mtree_resolve() 198 quoted = (subst || c == '\'') ? 1 : 0; in mtree_resolve() 200 if (!subst) { in mtree_resolve()
|
| /NextBSD/usr.bin/svn/lib/libsvn_subr/ |
| HD | Makefile | 23 stream.c string.c subst.c sysinfo.c target.c \
|
| /NextBSD/usr.sbin/ppp/ |
| HD | command.c | 438 subst(char *tgt, const char *oldstr, const char *newstr) in subst() function 472 return subst(tgt, oldstr, inet_ntoa(ip)); in substip() 482 return subst(tgt, oldstr, buf); in substlong() 492 return subst(tgt, oldstr, buf); in substull() 500 return subst(tgt, oldstr, ncpaddr_ntoa(ip)); in substipv6() 515 return subst(tgt, oldstr, prefix); in substipv6prefix() 551 nargv[arg] = subst(nargv[arg], "AUTHNAME", bundle->cfg.auth.name); in command_Expand() 554 nargv[arg] = subst(nargv[arg], "ENDDISC", in command_Expand() 562 nargv[arg] = subst(nargv[arg], "INTERFACE", bundle->iface->name); in command_Expand() 581 nargv[arg] = subst(nargv[arg], "LABEL", bundle_GetLabel(bundle)); in command_Expand() [all …]
|
| /NextBSD/contrib/tcsh/ |
| HD | sh.lex.c | 704 goto subst; in getexcl() 708 goto subst; in getexcl() 716 goto subst; in getexcl() 731 subst: in getexcl()
|
| /NextBSD/contrib/gcclibs/libssp/ |
| HD | configure.ac | 39 # As a side effect, we have to subst CFLAGS ourselves.
|
| /NextBSD/contrib/serf/ |
| HD | SConstruct | 348 apr_libs = os.popen(env.subst('$APR --link-libtool --libs')).read().strip() 349 apu_libs = os.popen(env.subst('$APU --link-libtool --libs')).read().strip()
|