Home
last modified time | relevance | path

Searched refs:tpl (Results 1 – 25 of 77) sorted by relevance

1234

/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog137 * Makefile.tpl (HOST_EXPORTS): Pass PKG_CONFIG_PATH.
674 * Makefile.tpl (PGO_BUILD_TRAINING_FLAGS_TO_PASS): Add
709 * Makefile.tpl (BUILD_CFLAGS): New.
730 * Makefile.tpl (AR): Add @AR_PLUGIN_OPTION@
1279 * Makefile.tpl (dep-kind): Rewrite with cond; return
1304 * Makefile.tpl (check-target-libgomp-fortran): New phony target.
1407 * Makefile.tpl: Likewise.
1440 * Makefile.tpl: Likewise.
1487 * Makefile.tpl (configure): Depend on m4 files included.
1511 * Makefile.tpl (local-distclean): Delete the libcc1, gnattools,
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/
H A DChangeLog26 * Makefile.tpl (HOST_EXPORTS): Pass PKG_CONFIG_PATH.
563 * Makefile.tpl (PGO_BUILD_TRAINING_FLAGS_TO_PASS): Add
598 * Makefile.tpl (BUILD_CFLAGS): New.
619 * Makefile.tpl (AR): Add @AR_PLUGIN_OPTION@
1168 * Makefile.tpl (dep-kind): Rewrite with cond; return
1193 * Makefile.tpl (check-target-libgomp-fortran): New phony target.
1296 * Makefile.tpl: Likewise.
1329 * Makefile.tpl: Likewise.
1376 * Makefile.tpl (configure): Depend on m4 files included.
1400 * Makefile.tpl (local-distclean): Delete the libcc1, gnattools,
[all …]
/netbsd-src/external/gpl3/gcc/dist/
H A DChangeLog164 * Makefile.tpl (AR): Add @AR_PLUGIN_OPTION@
175 * Makefile.tpl (BUILD_CFLAGS): New.
196 * Makefile.tpl (AR): Add @AR_PLUGIN_OPTION@
224 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Fix command for GDC.
262 * Makefile.tpl: Add CPP_FOR_BUILD and CPPFLAGS_FOR_BUILD support
280 * Makefile.tpl: Likewise.
352 * Makefile.tpl: Make the state of the configured host
385 * Makefile.tpl: Add dsymutil to flags.
546 * Makefile.tpl: The change was done Makefile.in which
606 * Makefile.tpl
[all …]
H A DChangeLog.tree-ssa89 * Makefile.tpl (all-gcc, all-bootstrap): Add dependency on
105 * Makefile.tpl: Add libbanshee stuff.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dparse.c1598 TemplateParameters *tpl = NULL; in parseCtor() local
1601 tpl = parseTemplateParameterList(); in parseCtor()
1622 Expression *constraint = tpl ? parseConstraint() : NULL; in parseCtor()
1638 if (tpl) in parseCtor()
1643 s = new TemplateDeclaration(loc, f->ident, tpl, constraint, decldefs); in parseCtor()
1969 Parameters *Parser::parseParameters(int *pvarargs, TemplateParameters **tpl) in parseParameters() argument
2043 if (tpl && token.value == TOKidentifier && in parseParameters()
2051 if (!*tpl) in parseParameters()
2052 *tpl = new TemplateParameters(); in parseParameters()
2054 (*tpl)->push(tp); in parseParameters()
[all …]
H A Dparse.h106 Parameters *parseParameters(int *pvarargs, TemplateParameters **tpl = NULL);
116 …TemplateParameters **tpl = NULL, StorageClass storage_class = 0, int *pdisable = NULL, Expressions…
/netbsd-src/external/bsd/ntp/dist/sntp/ag-tpl/0-old/
H A Dagmdoc-cmd.tpl5 ## agman-cmd.tpl -- Template for command line mdoc pages
46 agmdoc-cmd.tpl ends here :+]
H A Dagman-cmd.tpl5 ## agman-cmd.tpl -- Template for command line man pages
58 agman-cmd.tpl ends here :+]
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dparse.d1083 AST.TemplateParameters* tpl = null; in parseAutoDeclarations() local
1085 tpl = parseTemplateParameterList(); in parseAutoDeclarations()
1092 if (tpl) in parseAutoDeclarations()
1096 auto tempdecl = new AST.TemplateDeclaration(loc, ident, tpl, null, a2, 0); in parseAutoDeclarations()
1433 AST.TemplateParameters* tpl; variable
1446 tpl = parseTemplateParameterList();
1447 if (!tpl)
1459 tempdecl = new AST.TemplateDeclaration(loc, id, tpl, constraint, decldefs, ismixin);
1474 auto tpl = new AST.TemplateParameters();
1619 tpl.push(tp);
[all …]
/netbsd-src/external/lgpl3/mpc/dist/tests/
H A Ddata_check.tpl1 /* data_check.tpl -- template file for checking result against data
34 #error Define MPC_FUNCTION_CALL before including 'data_check.tpl'.
H A DMakefile.am76 EXTRA_DIST = data_check.tpl tgeneric.tpl $(DATA_SETS) $(DESCRIPTIONS)
H A Dtgeneric.tpl1 /* tgeneric.tpl -- template file for generic tests.
22 #error Define MPC_FUNCTION_CALL before including 'data_check.tpl'.
/netbsd-src/external/bsd/ntp/dist/scripts/build/
H A DMakefile.am2 autogen -L ../sntp/include -L ../sntp/ag-tpl
/netbsd-src/external/gpl3/gcc.old/dist/fixincludes/
H A DMakefile.in131 $(srcdir)/fixincl.x: @MAINT@ fixincl.tpl inclhack.def
176 autogen -T $(srcdir)/check.tpl $(srcdir)/inclhack.def
/netbsd-src/external/gpl3/gcc/dist/fixincludes/
H A DMakefile.in131 $(srcdir)/fixincl.x: @MAINT@ fixincl.tpl inclhack.def
176 autogen -T $(srcdir)/check.tpl $(srcdir)/inclhack.def
H A DChangeLog365 * check.tpl: Convert line endings to unix on test outputs
385 * fixincl.tpl (version-compare): Fix generation with autogen 5.18.
429 * check.tpl: Ignore .DS_Store directories.
481 * fixincludes/fixincl.tpl: add handling for "sum" selection
599 * check.tpl: set TEST_MODE in environment
827 * check.tpl: Shell-quote testing file.
1014 * check.tpl: Fix typos.
1265 * fixincl.tpl (sed): make the program executable configurable.
1529 * fixincl.tpl (List): separate file name patterns with a NUL byte instead
1691 * check.tpl: Handle CVS additionally.
[all …]
/netbsd-src/sys/external/isc/libsodium/dist/dist-build/
H A Demscripten.sh148 sed "s/{{tname}}/${tname}/" index.html.tpl > "browser/${tname}.html"
/netbsd-src/external/gpl3/gcc.old/dist/
H A DMakefile.def2 AutoGen definitions Makefile.tpl;
4 // Makefile.in is generated from Makefile.tpl by 'autogen Makefile.def'.
/netbsd-src/external/gpl3/gcc.old/dist/contrib/
H A Dgcc_update82 gcc/fixinc/fixincl.x: gcc/fixinc/fixincl.tpl gcc/fixinc/inclhack.def
179 Makefile.in: Makefile.tpl Makefile.def
/netbsd-src/external/gpl3/gcc/dist/contrib/
H A Dgcc_update82 gcc/fixinc/fixincl.x: gcc/fixinc/fixincl.tpl gcc/fixinc/inclhack.def
182 Makefile.in: Makefile.tpl Makefile.def
/netbsd-src/external/mit/libuv/dist/src/unix/
H A Dfs.c1961 const char* tpl, in uv_fs_mkdtemp() argument
1964 req->path = uv__strdup(tpl); in uv_fs_mkdtemp()
1973 const char* tpl, in uv_fs_mkstemp() argument
1976 req->path = uv__strdup(tpl); in uv_fs_mkstemp()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Derror.c746 tree tpl = TYPE_TI_TEMPLATE (t); in dump_aggr_type() local
748 while (DECL_TEMPLATE_INFO (tpl)) in dump_aggr_type()
749 tpl = DECL_TI_TEMPLATE (tpl); in dump_aggr_type()
750 name = tpl; in dump_aggr_type()
1946 tree tpl = TI_TEMPLATE (info); in dump_template_parms() local
1947 tree parms = DECL_TEMPLATE_PARMS (tpl); in dump_template_parms()
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Dole2compounddocs255 # Reference: http://mark0.net/download/triddefs_xml.7z/defs/t/tpl-ulead.trid.xml
260 !:mime image/x-ulead-tpl
261 # https://www.file-extensions.org/tpl-file-extension-ulead-photo-express-template
262 !:ext tpl
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Derror.cc826 tree tpl = TYPE_TI_TEMPLATE (t); in dump_aggr_type() local
828 while (DECL_TEMPLATE_INFO (tpl)) in dump_aggr_type()
829 tpl = DECL_TI_TEMPLATE (tpl); in dump_aggr_type()
830 decl = tpl; in dump_aggr_type()
2046 tree tpl = TI_TEMPLATE (info); in dump_template_parms() local
2047 tree parms = DECL_TEMPLATE_PARMS (tpl); in dump_template_parms()
/netbsd-src/external/mit/libuv/dist/docs/src/guide/
H A Dfilesystem.rst134 int uv_fs_mkdtemp(uv_loop_t* loop, uv_fs_t* req, const char* tpl, uv_fs_cb cb);
135 int uv_fs_mkstemp(uv_loop_t* loop, uv_fs_t* req, const char* tpl, uv_fs_cb cb);

1234