HomeSort by: relevance | last modified time | path
    Searched refs:TEMPLATE (Results 1 - 25 of 29) sorted by relevancy

1 2

  /src/sys/conf/
mkldscript.sh 10 TEMPLATE=
20 TEMPLATE=${OPTARG};;
22 echo "Usage: $PROG [-t <template>] objs" 1>^&2
31 if [ -n "${TEMPLATE}" ]; then
32 grep -v '^}$' "${TEMPLATE}"
38 if [ -n "${TEMPLATE}" ]; then
46 if [ -n "${TEMPLATE}" ]; then
  /src/sys/arch/hpc/stand/dspgen/
gen_template.sh 32 # Generate application/static library dsp/vcp template.
34 TEMPLATE=$TYPE.tmpl
49 echo "Generate template for Visual C++ 5 Windows CE Embeded ToolKit"
52 echo "Generate template for Visual C++ 6 Windows CE ToolKit"
55 echo "Generate template for Embeded Visual C++ 3/4"
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
    [all...]
  /src/common/lib/libprop/
prop_dictionary_util.c 79 #define TEMPLATE(name, typ) \
88 TEMPLATE(schar, signed char)
89 TEMPLATE(short, short)
90 TEMPLATE(int, int)
91 TEMPLATE(long, long)
92 TEMPLATE(longlong, long long)
93 TEMPLATE(intptr, intptr_t)
94 TEMPLATE(int8, int8_t)
95 TEMPLATE(int16, int16_t)
96 TEMPLATE(int32, int32_t
    [all...]
prop_array_util.c 72 #define TEMPLATE(name, typ) \
81 TEMPLATE(schar, signed char)
82 TEMPLATE(short, short)
83 TEMPLATE(int, int)
84 TEMPLATE(long, long)
85 TEMPLATE(longlong, long long)
86 TEMPLATE(intptr, intptr_t)
87 TEMPLATE(int8, int8_t)
88 TEMPLATE(int16, int16_t)
89 TEMPLATE(int32, int32_t
    [all...]
prop_number.c 513 #define TEMPLATE(name, typ, minv, maxv) \
535 TEMPLATE(schar, signed char, SCHAR_MIN, SCHAR_MAX)
536 TEMPLATE(short, short, SHRT_MIN, SHRT_MAX)
537 TEMPLATE(int, int, INT_MIN, INT_MAX)
538 TEMPLATE(long, long, LONG_MIN, LONG_MAX)
539 TEMPLATE(longlong, long long, LLONG_MIN, LLONG_MAX)
540 TEMPLATE(intptr, intptr_t, INTPTR_MIN, INTPTR_MAX)
541 TEMPLATE(int8, int8_t, INT8_MIN, INT8_MAX)
542 TEMPLATE(int16, int16_t, INT16_MIN, INT16_MAX)
543 TEMPLATE(int32, int32_t, INT32_MIN, INT32_MAX
    [all...]
  /src/sys/kern/
subr_device.c 1004 #define TEMPLATE(name) \
1027 TEMPLATE(int32)
1036 TEMPLATE(uint32)
1044 TEMPLATE(int64)
1050 TEMPLATE(uint64)
1052 #undef TEMPLATE
  /src/external/bsd/ntp/dist/libntp/lib/isc/unix/
file.c 163 #undef TEMPLATE
164 #define TEMPLATE "tmp-XXXXXXXXXX" /*%< 14 characters. */
168 return (isc_file_template(path, TEMPLATE, buf, buflen));
  /src/external/gpl3/gdb.old/dist/gdb/compile/
compile.c 309 #define TEMPLATE TMP_PREFIX "XXXXXX"
310 char tname[sizeof (TEMPLATE)];
315 strcpy (tname, TEMPLATE);
316 #undef TEMPLATE
  /src/external/gpl3/gdb/dist/gdb/compile/
compile.c 311 #define TEMPLATE TMP_PREFIX "XXXXXX"
312 char tname[sizeof (TEMPLATE)];
317 strcpy (tname, TEMPLATE);
318 #undef TEMPLATE
  /src/external/mpl/bind/dist/lib/isc/
file.c 219 #undef TEMPLATE
220 #define TEMPLATE "tmp-XXXXXXXXXX" /*%< 14 characters. */
224 return isc_file_template(path, TEMPLATE, buf, buflen);
  /src/external/mpl/dhcp/bind/dist/lib/isc/unix/
file.c 221 #undef TEMPLATE
222 #define TEMPLATE "tmp-XXXXXXXXXX" /*%< 14 characters. */
226 return (isc_file_template(path, TEMPLATE, buf, buflen));
  /src/sys/arch/m68k/060sp/dist/
fplsp.s 568 # 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...]
  /src/external/gpl3/gcc/dist/gcc/fortran/
dump-parse-tree.cc 779 fputs ("PDT-TEMPLATE ", dumpfile);
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
dump-parse-tree.cc 763 fputs (" (PDT-TEMPLATE", dumpfile);
  /src/external/gpl3/gcc/dist/gcc/
tree-vect-slp.cc 2760 dump_printf_loc (metadata, user_loc, "op template: %G",
4132 template<typename T> void for_each_partition_edge (unsigned int, T);
4276 template <class T>
4506 template<typename T>
5720 " op template: %G", rep->stmt);
5759 #define TEMPLATE "{depth: %f, total: %f}"
5761 " " TEMPLATE "\n",
5765 " + " TEMPLATE "\n",
5769 " + " TEMPLATE "\n",
5773 " = " TEMPLATE "\n"
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
c-exp.y 224 %token TEMPLATE
1575 reduced; template recognition happens by lookahead
1577 | TEMPLATE name '<' type '>'
2497 {"template", TEMPLATE, OP_NULL, FLAG_CXX},
2620 /* Template parameter lists are part of the name.
2627 /* Scan ahead to get rest of the template specification. Note
3268 This approach is still not ideal, because it mishandles template
cp-name-parser.y 253 %token TEMPLATE
519 | template
965 /* References. Not allowed everywhere in template parameters, only
1877 if (startswith (tokstart, "template"))
1878 return TEMPLATE;
  /src/external/gpl3/gdb/dist/gdb/
c-exp.y 224 %token TEMPLATE
1575 reduced; template recognition happens by lookahead
1577 | TEMPLATE name '<' type '>'
2497 {"template", TEMPLATE, OP_NULL, FLAG_CXX},
2620 /* Template parameter lists are part of the name.
2627 /* Scan ahead to get rest of the template specification. Note
3264 This approach is still not ideal, because it mishandles template
cp-name-parser.y 269 %token TEMPLATE
556 | template
1007 /* References. Not allowed everywhere in template parameters, only
1919 if (startswith (tokstart, "template"))
1920 return TEMPLATE;
  /src/external/gpl3/gdb/dist/readline/readline/examples/rlfe/
configure 4924 --file=FILE[:TEMPLATE]
4926 --header=FILE[:TEMPLATE]
5511 # If the template does not know about datarootdir, expand it.
  /src/external/gpl3/gdb.old/dist/readline/readline/examples/rlfe/
configure 4924 --file=FILE[:TEMPLATE]
4926 --header=FILE[:TEMPLATE]
5511 # If the template does not know about datarootdir, expand it.
  /src/external/bsd/openldap/dist/contrib/ldaptcl/
configure 3643 --file=FILE[:TEMPLATE]
4109 # If the template does not know about datarootdir, expand it.
  /src/external/public-domain/sqlite/dist/tea/
configure 9604 --file=FILE[:TEMPLATE]
10067 # If the template does not know about datarootdir, expand it.
  /src/external/gpl3/binutils.old/dist/
configure 5983 template <typename T>
6011 template < typename T >
6037 template < typename T1, typename T2 >
6043 template < typename T >
6049 template < typename T1, typename T2 >
6090 template < typename CharT >
6097 template < typename CharT >
6114 template < int N >
6197 template <int...>
6200 template <int N0, int... N1toN
    [all...]
  /src/external/gpl3/gcc/dist/
configure 5958 template <typename T>
5986 template < typename T >
6012 template < typename T1, typename T2 >
6018 template < typename T >
6024 template < typename T1, typename T2 >
6065 template < typename CharT >
6072 template < typename CharT >
6089 template < int N >
6172 template <int...>
6175 template <int N0, int... N1toN
    [all...]

Completed in 74 milliseconds

1 2