| /netbsd/src/external/bsd/openldap/dist/libraries/librewrite/ |
| D | subst.c | 280 struct rewrite_subst *subst, in rewrite_subst_apply() argument 293 assert( subst != NULL ); in rewrite_subst_apply() 306 if ( subst->lt_num_submatch > 0 ) { in rewrite_subst_apply() 308 subst->lt_num_submatch ); in rewrite_subst_apply() 317 for ( n = 0, l = 0; n < subst->lt_num_submatch; n++ ) { in rewrite_subst_apply() 325 switch ( subst->lt_submatch[ n ].ls_type ) { in rewrite_subst_apply() 328 rc = submatch_copy( &subst->lt_submatch[ n ], in rewrite_subst_apply() 337 switch ( subst->lt_submatch[ n ].ls_map->lm_type ) { in rewrite_subst_apply() 346 subst->lt_submatch[ n ].ls_map->lm_subst, in rewrite_subst_apply() 369 switch ( subst->lt_submatch[ n ].ls_type ) { in rewrite_subst_apply() [all …]
|
| D | map.c | 45 struct rewrite_subst *subst = NULL; in rewrite_map_parse() local 184 subst = rewrite_subst_compile( info, begin ); in rewrite_map_parse() 185 if ( subst == NULL ) { in rewrite_map_parse() 219 map->lm_subst = subst; in rewrite_map_parse() 335 if ( subst != NULL ) { in rewrite_map_parse() 336 free( subst ); in rewrite_map_parse()
|
| D | rule.c | 133 struct rewrite_subst *subst = NULL; in rewrite_rule_compile() local 151 subst = rewrite_subst_compile( info, result ); in rewrite_rule_compile() 152 if ( subst == NULL ) { in rewrite_rule_compile() 361 rule->lr_subst = subst; in rewrite_rule_compile() 386 free( subst ); in rewrite_rule_compile()
|
| D | Makefile.in | 20 session.c subst.c var.c xmap.c \ 24 session.o subst.o var.o xmap.o
|
| /netbsd/src/external/bsd/libarchive/dist/tar/ |
| D | subst.c | 44 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 …]
|
| /netbsd/src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/icons/ |
| D | Makefile | 25 mkdir -p hicolor/$(word 1, $(subst /, ,$(@)))/apps/ 26 inkscape $(subst .png,.svg, $(word 2, $(subst /, , $(@)))) $(INKSCAPE_GUI_FLAG) \ 27 --export-width=$(word 1, $(subst x, , $(@))) \ 28 --export-height=$(word 2, $(subst x, , $(subst /, , $(@)))) \ 29 … $(INKSCAPE_OUTPUT_FLAG)=hicolor/$(word 1, $(subst /, ,$(@)))/apps/$(word 2, $(subst /, , $@))
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| D | t-linux64bele | 5 MULTILIB_OSDIRNAMES += $(subst =,.mlittle=,$(subst lible32,lib32le,$(subst lible64,lib64le,$(subst … 6 MULTILIB_OSDIRNAMES += $(subst $(if $(findstring 64,$(target)),m64,m32).,,$(filter $(if $(findstrin…
|
| D | t-linux64lebe | 5 MULTILIB_OSDIRNAMES += $(subst =,.mbig=,$(subst libbe32,lib32be,$(subst libbe64,lib64be,$(subst lib… 6 MULTILIB_OSDIRNAMES += $(subst $(if $(findstring 64,$(target)),m64,m32).,,$(filter $(if $(findstrin…
|
| D | t-linux | 10 MULTIARCH_DIRNAME := $(subst -linux,le-linux,$(MULTIARCH_DIRNAME)) 13 MULTILIB_OSDIRNAMES := $(subst -linux,le-linux,$(MULTILIB_OSDIRNAMES))
|
| /netbsd/src/usr.bin/make/unit-tests/ |
| D | moderrs.mk | 19 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:
|
| D | varmod-subst.mk | 5 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:
|
| D | dep.mk | 23 all: for-subst 25 for-subst: ${file:S;^;./;g}
|
| D | var-scope-local.mk | 193 all: var-scope-local-subst.o 200 var-scope-local-subst.o \ 254 var-scope-local-subst.o: VAR := $${VAR}+local
|
| /netbsd/src/external/bsd/openldap/dist/servers/slapd/ |
| D | syntax.c | 219 Syntax *subst = NULL; in syn_add() local 236 subst = syn_find( (*lsei)->lsei_values[0] ); in syn_add() 237 if ( subst == NULL ) { in syn_add() 246 if ( subst != NULL ) { in syn_add() 247 ssyn->ssyn_flags = subst->ssyn_flags; in syn_add() 248 ssyn->ssyn_validate = subst->ssyn_validate; in syn_add() 249 ssyn->ssyn_pretty = subst->ssyn_pretty; in syn_add() 254 ssyn->ssyn_ber2str = subst->ssyn_ber2str; in syn_add() 255 ssyn->ssyn_str2ber = subst->ssyn_str2ber; in syn_add()
|
| /netbsd/src/crypto/external/bsd/heimdal/dist/tools/ |
| D | Makefile.am | 26 subst = sed -e "s!@PACKAGE\@!$(PACKAGE)!g" \ macro 43 $(subst) $(srcdir)/krb5-config.in | /bin/sh > $@.new 48 $(subst) $< > $@.new
|
| /netbsd/src/external/gpl3/gcc/dist/libgcc/ |
| D | Makefile.in | 462 lib2funcs += $(subst XX,si,$(swfloatfuncs)) 463 lib2funcs += $(subst XX,di,$(dwfloatfuncs)) 517 sifuncs := $(filter-out $(LIB2FUNCS_EXCLUDE),$(subst XX,si,$(swfloatfuncs))) 518 difuncs := $(filter-out $(LIB2FUNCS_EXCLUDE),$(subst XX,di,$(dwfloatfuncs))) 519 tifuncs := $(filter-out $(LIB2FUNCS_EXCLUDE),$(subst XX,ti,$(dwfloatfuncs))) 995 $(subst @multilib_flags@,$(CFLAGS) -B./,$(subst \ 996 @multilib_dir@,$(MULTIDIR),$(subst \ 997 @shlib_objs@,$(objects) libgcc.a,$(subst \ 998 @shlib_base_name@,libgcc_s,$(subst \ 999 @shlib_map_file@,$(mapfile),$(subst \ [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/ |
| D | t-musl | 1 MULTIARCH_DIRNAME := $(subst -linux-gnu,-linux-musl,$(MULTIARCH_DIRNAME)) 2 MULTILIB_OSDIRNAMES := $(subst -linux-gnu,-linux-musl,$(MULTILIB_OSDIRNAMES))
|
| D | t-uclibc | 1 MULTIARCH_DIRNAME := $(subst -linux-gnu,-linux-uclibc,$(MULTIARCH_DIRNAME)) 2 MULTILIB_OSDIRNAMES := $(subst -linux-gnu,-linux-uclibc,$(MULTILIB_OSDIRNAMES))
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/ |
| D | t-kfreebsd | 4 KFREEBSD_OS = $(filter kfreebsd%, $(word 3, $(subst -, ,$(target)))) 5 MULTILIB_OSDIRNAMES := $(filter-out mx32=%,$(subst linux,$(KFREEBSD_OS),$(MULTILIB_OSDIRNAMES)))
|
| /netbsd/src/external/gpl3/gdb/dist/sim/ |
| D | Makefile.am | 51 $(AM_CFLAGS_$(subst -,_,$(@D))) \ 52 $(AM_CFLAGS_$(subst -,_,$(@D)_$(@F))) 63 $(AM_CPPFLAGS_$(subst -,_,$(@D))) \ 64 $(AM_CPPFLAGS_$(subst -,_,$(@D)_$(@F)))
|
| /netbsd/src/external/gpl3/gcc/dist/libgcc/config/rs6000/ |
| D | t-float128 | 103 $(fp128_softfp_src) : $(srcdir)/soft-fp/$(subst -sw,,$(subst kf,tf,$@)) $(fp128_dep) 104 @src="$(srcdir)/soft-fp/$(subst -sw,,$(subst kf,tf,$@))"; \
|
| /netbsd/src/external/gpl3/gcc/dist/libgcc/config/ |
| D | t-hardfp | 50 $(subst N,$(n),$(hardfp_int_func_bases))) 54 $(subst M,$(m),$(hardfp_func_bases))) 56 $(subst M,$(pair),extendM2)) 58 $(subst M,$(pair),truncM2))
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/sh/ |
| D | t-sh | 54 subst= ; \ 57 subst=$$lib ; \ 58 elif test x$$subst != x ; then \ 59 echo $$subst=$$lib ; \
|
| /netbsd/src/crypto/external/bsd/openssl/dist/crypto/perlasm/ |
| D | ppc-xlate.pl | 169 my @subst = splice(@rest, 0, $num); 171 @subst = map { vsr2vr1($_); } @subst; 173 return (@subst, @rest);
|
| /netbsd/src/external/bsd/flex/dist/tests/ |
| D | Makefile.am | 465 … $(AM_V_LEX)$(FLEX) --unsafe-no-m4-sect3-escape -P $(subst -,_,$(basename $(*F))) $* -o $@ $< 471 …$(AM_V_LEX)$(FLEX) --unsafe-no-m4-sect3-escape -P $(subst -,_,$(basename $(*F))) --reentrant $* -… 480 …$(AM_V_LEX)$(FLEX) --unsafe-no-m4-sect3-escape -P $(subst -,_,$(basename $(*F))) --tables-file="ta… 486 …$(AM_V_LEX)$(FLEX) --unsafe-no-m4-sect3-escape -P $(subst -,_,$(basename $(*F))) -R --tables-file=… 495 …$(AM_V_LEX)$(FLEX) --unsafe-no-m4-sect3-escape -P $(subst -,_,$(basename $(*F))) --tables-file="ta… 504 …$(AM_V_LEX)$(FLEX) --unsafe-no-m4-sect3-escape -P $(subst -,_,$(basename $(*F))) -R --tables-file=…
|