Home
last modified time | relevance | path

Searched refs:TEMPLATE (Results 1 – 25 of 86) sorted by relevance

1234

/netbsd/src/sys/arch/hpc/stand/dspgen/
Dgen_template.sh34 TEMPLATE=$TYPE.tmpl
82 cat $header_tmpl >> $TEMPLATE
87 echo '!MESSAGE' >> $TEMPLATE
92 echo "!MESSAGE \"$CFG $DEBUG_VER\" (\"$ARCH_CFG $PROJECTTYPE\")" >> $TEMPLATE
93 echo "!MESSAGE \"$CFG $RELEASE_VER\" (\"$ARCH_CFG $PROJECTTYPE\")" >> $TEMPLATE
95 echo '!MESSAGE' >> $TEMPLATE
100 cat $project_tmpl >> $TEMPLATE
109 echo "!IF \"\$(CFG)\" == \"$CFG $DEBUG_VER\"" >> $TEMPLATE
110 echo "# PROP BASE Output_Dir \"..\\compile\\$arch$DEBUG_VER\"" >> $TEMPLATE
111 echo "# PROP BASE Intermediate_Dir \"..\\compile\\$arch$DEBUG_VER\"" >> $TEMPLATE
[all …]
/netbsd/src/common/lib/libprop/
Dprop_dictionary_util.c79 #define TEMPLATE(name, typ) \ macro
88 TEMPLATE(schar, signed char) in TEMPLATE() function
89 TEMPLATE(short, short) in TEMPLATE()
90 TEMPLATE(int, int) in TEMPLATE()
91 TEMPLATE(long, long) in TEMPLATE()
92 TEMPLATE(longlong, long long) in TEMPLATE()
93 TEMPLATE(intptr, intptr_t) in TEMPLATE()
94 TEMPLATE(int8, int8_t) in TEMPLATE()
95 TEMPLATE(int16, int16_t) in TEMPLATE()
96 TEMPLATE(int32, int32_t) in TEMPLATE()
[all …]
Dprop_array_util.c72 #define TEMPLATE(name, typ) \ macro
81 TEMPLATE(schar, signed char) in TEMPLATE() function
82 TEMPLATE(short, short) in TEMPLATE()
83 TEMPLATE(int, int) in TEMPLATE()
84 TEMPLATE(long, long) in TEMPLATE()
85 TEMPLATE(longlong, long long) in TEMPLATE()
86 TEMPLATE(intptr, intptr_t) in TEMPLATE()
87 TEMPLATE(int8, int8_t) in TEMPLATE()
88 TEMPLATE(int16, int16_t) in TEMPLATE()
89 TEMPLATE(int32, int32_t) in TEMPLATE()
[all …]
Dprop_number.c513 #define TEMPLATE(name, typ, minv, maxv) \ macro
535 TEMPLATE(schar, signed char, SCHAR_MIN, SCHAR_MAX) in TEMPLATE() function
536 TEMPLATE(short, short, SHRT_MIN, SHRT_MAX) in TEMPLATE()
537 TEMPLATE(int, int, INT_MIN, INT_MAX) in TEMPLATE()
538 TEMPLATE(long, long, LONG_MIN, LONG_MAX) in TEMPLATE()
539 TEMPLATE(longlong, long long, LLONG_MIN, LLONG_MAX) in TEMPLATE()
540 TEMPLATE(intptr, intptr_t, INTPTR_MIN, INTPTR_MAX) in TEMPLATE()
541 TEMPLATE(int8, int8_t, INT8_MIN, INT8_MAX) in TEMPLATE()
542 TEMPLATE(int16, int16_t, INT16_MIN, INT16_MAX) in TEMPLATE()
543 TEMPLATE(int32, int32_t, INT32_MIN, INT32_MAX) in TEMPLATE()
[all …]
/netbsd/src/sys/conf/
Dmkldscript.sh10 TEMPLATE=
20 TEMPLATE=${OPTARG};;
31 if [ -n "${TEMPLATE}" ]; then
32 grep -v '^}$' "${TEMPLATE}"
38 if [ -n "${TEMPLATE}" ]; then
46 if [ -n "${TEMPLATE}" ]; then
/netbsd/src/external/ibm-public/postfix/dist/proto/
Dbounce54 # TEMPLATE FILE FORMAT
109 # TEMPLATE HEADER FORMAT
121 # the "TEMPLATE MESSAGE TEXT FORMAT" description below.
148 # TEMPLATE MESSAGE TEXT FORMAT
/netbsd/src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/
Dwpa_gui.pro1 TEMPLATE = app
/netbsd/src/external/bsd/flex/dist/
DChangeLog1717 * tests/TEMPLATE/.gitignore, tests/TEMPLATE/Makefile.am,
1718 tests/TEMPLATE/cvsignore, tests/TEMPLATE/parser.y,
1719 tests/TEMPLATE/scanner.l, tests/TEMPLATE/test.input,
2637 * tests/TEMPLATE/Makefile.am, tests/test-alloc-extra/Makefile.am,
2814 * tests/.cvsignore, tests/.gitignore, tests/TEMPLATE/.cvsignore,
2815 tests/TEMPLATE/.gitignore, tests/test-alloc-extra/.cvsignore,
3593 * tests/TEMPLATE/Makefile.am: change test template to remove test
4845 * tests/TEMPLATE/Makefile.am, tests/test-array-nr/Makefile.am,
4907 * tests/TEMPLATE/Makefile.am, tests/test-bison-nr/Makefile.am,
4917 * tests/TEMPLATE/Makefile.am: sometimes we put header files in the
[all …]
/netbsd/src/sys/arch/m68k/060sp/dist/
Dfplsp.s568 # MONADIC TEMPLATE #
745 # MONADIC TEMPLATE #
922 # MONADIC TEMPLATE #
1099 # MONADIC TEMPLATE #
1276 # MONADIC TEMPLATE #
1453 # MONADIC TEMPLATE #
1630 # MONADIC TEMPLATE #
1807 # MONADIC TEMPLATE #
1984 # MONADIC TEMPLATE #
2161 # MONADIC TEMPLATE #
[all …]
/netbsd/src/external/gpl3/gdb/dist/gdb/
Dcp-name-parser.y253 %token TEMPLATE
1877 return TEMPLATE;
Dc-exp.y224 %token TEMPLATE
1575 | TEMPLATE name '<' type '>'
2495 {"template", TEMPLATE, OP_NULL, FLAG_CXX},
/netbsd/src/external/gpl3/binutils/dist/ld/
Dldint.info148 ‘TEMPLATE_NAME’ is set to TEMPLATE, ‘genscripts.sh’ will use the
149 script ‘emultempl/TEMPLATE.em’. If this variable is not set, the
361 TEMPLATE, ‘genscripts.sh’ will use ‘emultempl/TEMPLATE.em’.
/netbsd/src/external/lgpl3/mpfr/dist/doc/
Dmpfr.info2478 -- Function: int mpfr_fprintf (FILE *STREAM, const char *TEMPLATE, ...)
2479 -- Function: int mpfr_vfprintf (FILE *STREAM, const char *TEMPLATE,
2482 of the template string TEMPLATE. Return the number of characters
2485 -- Function: int mpfr_printf (const char *TEMPLATE, ...)
2486 -- Function: int mpfr_vprintf (const char *TEMPLATE, va_list AP)
2488 template string TEMPLATE. Return the number of characters written
2491 -- Function: int mpfr_sprintf (char *BUF, const char *TEMPLATE, ...)
2492 -- Function: int mpfr_vsprintf (char *BUF, const char *TEMPLATE,
2495 arguments under the control of the template string TEMPLATE, and
2502 *TEMPLATE, ...)
[all …]
/netbsd/src/external/gpl3/gcc/dist/fixincludes/
Dconfigure6038 --file=FILE[:TEMPLATE]
6040 --header=FILE[:TEMPLATE]
/netbsd/src/external/bsd/less/dist/
Dconfigure6702 --file=FILE[:TEMPLATE]
6704 --header=FILE[:TEMPLATE]
/netbsd/src/external/gpl3/gcc/dist/libgcc/
Dconfigure6292 --file=FILE[:TEMPLATE]
6294 --header=FILE[:TEMPLATE]
/netbsd/src/external/gpl3/gdb/dist/etc/
Dconfigure2984 --file=FILE[:TEMPLATE]
/netbsd/src/external/gpl3/binutils/dist/etc/
Dconfigure2984 --file=FILE[:TEMPLATE]
/netbsd/src/external/gpl3/gdb/dist/readline/
Dconfigure2944 --file=FILE[:TEMPLATE]
/netbsd/src/external/gpl3/gdb/dist/libdecnumber/
Dconfigure5633 --file=FILE[:TEMPLATE]
5635 --header=FILE[:TEMPLATE]
/netbsd/src/external/bsd/openldap/dist/contrib/ldaptcl/
Dconfigure3643 --file=FILE[:TEMPLATE]
/netbsd/src/external/gpl3/gcc/dist/libdecnumber/
Dconfigure5978 --file=FILE[:TEMPLATE]
5980 --header=FILE[:TEMPLATE]
/netbsd/src/tools/compat/
Dconfigure7314 --file=FILE[:TEMPLATE]
7316 --header=FILE[:TEMPLATE]
/netbsd/src/external/bsd/pcc/dist/pcc/
Dconfigure5724 --file=FILE[:TEMPLATE]
5726 --header=FILE[:TEMPLATE]
/netbsd/src/external/gpl3/gcc/dist/libiberty/
Dconfigure8291 --file=FILE[:TEMPLATE]
8293 --header=FILE[:TEMPLATE]

1234