| /src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/icons/ |
| 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 /, , $@))
|
| /src/external/bsd/openldap/dist/libraries/librewrite/ |
| subst.c | 1 /* $NetBSD: subst.c,v 1.4 2025/09/05 21:16:23 christos Exp $ */ 280 struct rewrite_subst *subst, 293 assert( subst != NULL ); 306 if ( subst->lt_num_submatch > 0 ) { 308 subst->lt_num_submatch ); 315 * Resolve submatches (simple subst, map expansion and so). 317 for ( n = 0, l = 0; n < subst->lt_num_submatch; n++ ) { 325 switch ( subst->lt_submatch[ n ].ls_type ) { 328 rc = submatch_copy( &subst->lt_submatch[ n ], 337 switch ( subst->lt_submatch[ n ].ls_map->lm_type ) 468 struct rewrite_subst *subst; local [all...] |
| rule.c | 133 struct rewrite_subst *subst = NULL; local 151 subst = rewrite_subst_compile( info, result ); 152 if ( subst == NULL ) { 361 rule->lr_subst = subst; 386 free( subst );
|
| map.c | 45 struct rewrite_subst *subst = NULL; local 184 subst = rewrite_subst_compile( info, begin ); 185 if ( subst == NULL ) { 211 * No subst for variable deref 219 map->lm_subst = subst; 335 if ( subst != NULL ) { 336 free( subst );
|
| rewrite-int.h | 415 struct rewrite_subst *subst, 423 struct rewrite_subst **subst
|
| /src/external/bsd/libarchive/dist/tar/ |
| subst.c | 44 struct substitution *subst; local 46 bsdtar->substitution = subst = malloc(sizeof(*subst)); 47 if (subst == NULL) 49 subst->first_rule = subst->last_rule = NULL; 56 struct substitution *subst; local 61 if ((subst = bsdtar->substitution) == NULL) { 63 subst = bsdtar->substitution; 72 if (subst->last_rule == NULL 207 struct substitution *subst; local 321 struct substitution *subst; local [all...] |
| /src/external/gpl2/gettext/dist/os2/ |
| Makefile | 96 $(subst $$lo,c,\ 97 $(subst @INTLOBJS@,intl-compat.c,\ 98 $(subst OBJECTS = ,,\ 99 $(subst \,,\ 101 INTL.OBJECTS = $(addprefix $(OUT),$(subst $(ROOT),,$(INTL.SOURCES:.c=.o))) 103 PROGRAMS = $(addsuffix .exe,$(subst bin_PROGRAMS = ,,\ 104 $(subst \,,\ 109 SRC.OBJECTS = $(addprefix $(OUT),$(subst $(ROOT),,$(SRC.SOURCES:.c=.o))) 111 $(subst libgettextlib_la_SOURCES = ,,\ 112 $(subst \,,\ [all...] |
| /src/crypto/external/apache2/openssl/dist/doc/life-cycles/ |
| Makefile | 5 png: $(subst .dot,.png,$(GRAPHS)) 6 txt: $(subst .dot,.txt,$(GRAPHS))
|
| /src/crypto/external/bsd/openssl/dist/doc/life-cycles/ |
| Makefile | 5 png: $(subst .dot,.png,$(GRAPHS)) 6 txt: $(subst .dot,.txt,$(GRAPHS))
|
| /src/external/apache2/llvm/dist/llvm/utils/ |
| shuffle_fuzz.py | 154 subst = {'N': width, 'T': element_type, 'IT': integral_element_type} 157 entry:""" % dict(subst, 159 ['<%(N)d x %(T)s> %%s.0.%(i)d' % dict(subst, i=i) 166 """.strip('\n') % dict(subst, i=i, next_i=i + 1, j=j, next_j=j + 1, 173 """ % dict(subst, i=len(shuffle_tree))) 192 """ % dict(subst, 193 arguments=', '.join(['<%(N)d x %(T)s> %%s.%(i)d' % dict(subst, i=i) 211 """ % dict(subst, 215 dict(subst, input=', '.join(['%(IT)s %(i)d' % dict(subst, i=i [all...] |
| /src/external/bsd/libarchive/bin/tar/ |
| Makefile | 4 SRCS= bsdtar.c cmdline.c creation_set.c read.c subst.c util.c write.c
|
| /src/external/bsd/zstd/dist/tests/fuzz/ |
| Makefile | 80 FUZZ_D_OBJ1 := $(subst $(LIB_SRCDIR)/common/,d_lib_common_,$(FUZZ_SRC)) 81 FUZZ_D_OBJ2 := $(subst $(LIB_SRCDIR)/compress/,d_lib_compress_,$(FUZZ_D_OBJ1)) 82 FUZZ_D_OBJ3 := $(subst $(LIB_SRCDIR)/decompress/,d_lib_decompress_,$(FUZZ_D_OBJ2)) 83 FUZZ_D_OBJ4 := $(subst $(LIB_SRCDIR)/dictBuilder/,d_lib_dictBuilder_,$(FUZZ_D_OBJ3)) 84 FUZZ_D_OBJ5 := $(subst $(LIB_SRCDIR)/legacy/,d_lib_legacy_,$(FUZZ_D_OBJ4)) 85 FUZZ_D_OBJ6 := $(subst $(PRGDIR)/,d_prg_,$(FUZZ_D_OBJ5)) 86 FUZZ_D_OBJ7 := $(subst $(DEFAULT_SEQ_PROD_DIR)/,d_default_seq_prod_,$(FUZZ_D_OBJ6)) 87 FUZZ_D_OBJ8 := $(subst $\./,d_fuzz_,$(FUZZ_D_OBJ7)) 92 FUZZ_RT_OBJ1 := $(subst $(LIB_SRCDIR)/common/,rt_lib_common_,$(FUZZ_SRC)) 93 FUZZ_RT_OBJ2 := $(subst $(LIB_SRCDIR)/compress/,rt_lib_compress_,$(FUZZ_RT_OBJ1) [all...] |
| /src/external/bsd/openldap/dist/servers/slapd/ |
| syntax.c | 219 Syntax *subst = NULL; local 222 if ( strcmp( (*lsei)->lsei_name, "X-SUBST" ) != 0 ) { 236 subst = syn_find( (*lsei)->lsei_values[0] ); 237 if ( subst == NULL ) { 246 if ( subst != NULL ) { 247 ssyn->ssyn_flags = subst->ssyn_flags; 248 ssyn->ssyn_validate = subst->ssyn_validate; 249 ssyn->ssyn_pretty = subst->ssyn_pretty; 254 ssyn->ssyn_ber2str = subst->ssyn_ber2str; 255 ssyn->ssyn_str2ber = subst->ssyn_str2ber [all...] |
| /src/external/gpl2/gettext/dist/gettext-tools/src/ |
| msginit.c | 1474 string. When subst[j][0] found, it is replaced with subst[j][1]. 1475 subst[j][0] must not be the empty string. */ 1478 unsigned int nsubst, const char *(*subst)[2]) 1490 substlen[j] = strlen (subst[j][0]); 1500 if (*(str + i) == *subst[j][0] 1501 && strncmp (str + i, subst[j][0], substlen[j]) == 0) 1503 size_t replacement_len = strlen (subst[j][1]); 1507 memcpy (new_str + i, subst[j][1], replacement_len); 1527 When subst[j][0] found, it is replaced with subst[j][1]. subst[j][0 1604 const char *subst[4][2]; local [all...] |
| /src/external/gpl3/gdb/dist/sim/ |
| Makefile.am | 51 $(AM_CFLAGS_$(subst -,_,$(@D))) \ 52 $(AM_CFLAGS_$(subst -,_,$(@D)_$(@F))) 63 $(AM_CPPFLAGS_$(subst -,_,$(@D))) \ 64 $(AM_CPPFLAGS_$(subst -,_,$(@D)_$(@F)))
|
| /src/external/gpl3/gdb.old/dist/sim/ |
| Makefile.am | 51 $(AM_CFLAGS_$(subst -,_,$(@D))) \ 52 $(AM_CFLAGS_$(subst -,_,$(@D)_$(@F))) 63 $(AM_CPPFLAGS_$(subst -,_,$(@D))) \ 64 $(AM_CPPFLAGS_$(subst -,_,$(@D)_$(@F)))
|
| /src/usr.bin/make/unit-tests/ |
| varmod-subst.mk | 1 # $NetBSD: varmod-subst.mk,v 1.18 2026/01/03 20:48:35 rillig Exp $ 5 all: mod-subst 6 all: mod-subst-delimiter 7 all: mod-subst-delimiter-circumflex 8 all: mod-subst-chain 9 all: mod-subst-dollar 187 mod-subst: 199 mod-subst-delimiter: 245 mod-subst-delimiter-circumflex: .PHONY 260 mod-subst-chain [all...] |
| 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:
|
| varmod-undefined.mk | 36 # For more similar examples, see varmod-subst.mk, mod-subst-delimiter. 81 SUBST:= ${:U . \: \} \$ \\ ${EXPR}} 84 .if ${SUBST} != " . : } <space>\\ "
|
| /src/external/gpl3/gdb/dist/gdb/doc/ |
| Makefile.in | 73 TEXI2DVI_CMD = rm -fr $(TEXI2DVI_TMPDIR)/$(subst .,_,$@) \ 74 && mkdir -p $(TEXI2DVI_TMPDIR)/$(subst .,_,$@) \ 76 --build-dir=$(TEXI2DVI_TMPDIR)/$(subst .,_,$@) 456 # It is important that version.subst be the first dependency so that 457 # $< can be used in the recipe, this allows us to find version.subst 460 GDBvn.texi : version.subst 463 echo "@set GDBVN `sed q version.subst`" > ./GDBvn.new 487 version.subst: $(gdbdir)/version.in $(gdbdir)/../bfd/version.h 489 sed -e "s/DATE/$$date/" < $(gdbdir)/version.in > version.subst 661 # It is important that version.subst be the first dependency so tha [all...] |
| /src/external/gpl2/lvm2/dist/test/ |
| Makefile | 54 SHELL_PATH_SQ = $(subst ','\'',$(SHELL_PATH))
|
| /src/tests/usr.bin/tr/ |
| t_basic.sh | 144 atf_test_case subst 193 atf_add_test_case subst
|
| /src/external/apache2/llvm/dist/clang/lib/AST/ |
| TemplateName.cpp | 243 } else if (SubstTemplateTemplateParmStorage *subst 245 subst->getReplacement().print(OS, Policy, SuppressNNS);
|
| /src/external/bsd/zstd/dist/tests/ |
| Makefile | 49 ZSTD_OBJ1 := $(subst $(LIB_SRCDIR)/common/,zstdm_,$(ZSTD_F1)) 50 ZSTD_OBJ2 := $(subst $(LIB_SRCDIR)/compress/,zstdc_,$(ZSTD_OBJ1)) 51 ZSTD_OBJ3 := $(subst $(LIB_SRCDIR)/decompress/,zstdd_,$(ZSTD_OBJ2)) 52 ZSTD_OBJ4 := $(subst $(LIB_SRCDIR)/legacy/,zstdl_,$(ZSTD_OBJ3)) 56 ZSTDMT_OBJ1 := $(subst $(LIB_SRCDIR)/common/,zstdmt_m_,$(ZSTD_F1)) 57 ZSTDMT_OBJ2 := $(subst $(LIB_SRCDIR)/compress/,zstdmt_c_,$(ZSTDMT_OBJ1)) 58 ZSTDMT_OBJ3 := $(subst $(LIB_SRCDIR)/decompress/,zstdmt_d_,$(ZSTDMT_OBJ2)) 59 ZSTDMT_OBJ4 := $(subst $(LIB_SRCDIR)/legacy/,zstdmt_l_,$(ZSTDMT_OBJ3))
|
| /src/external/gpl2/gmake/dist/ |
| variable.h | 127 extern char *subst_expand PARAMS ((char *o, char *text, char *subst, char *replace,
|