Searched refs:TEMPLATE (Results 1 - 7 of 7) sorted by relevance
| /src/sys/conf/ |
| H A D | mkldscript.sh | 10 TEMPLATE= 20 TEMPLATE=${OPTARG};; 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/ |
| H A D | gen_template.sh | 34 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...] |
| /src/common/lib/libprop/ |
| H A D | prop_dictionary_util.c | 79 #define TEMPLATE(name, typ) \ macro 88 TEMPLATE(schar, signed char) function 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(int3 129 #define TEMPLATE macro [all...] |
| H A D | prop_array_util.c | 72 #define TEMPLATE(name, typ) \ macro 81 TEMPLATE(schar, signed char) function 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(int3 133 #define TEMPLATE macro [all...] |
| H A D | prop_number.c | 513 #define TEMPLATE(name, typ, minv, maxv) \ macro 535 TEMPLATE(schar, signed char, SCHAR_MIN, SCHAR_MAX) function 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(int3 [all...] |
| /src/sys/kern/ |
| H A D | subr_device.c | 1002 #define TEMPLATE(name) \ macro 1025 TEMPLATE(int32) 1034 TEMPLATE(uint32) 1042 TEMPLATE(int64) 1048 TEMPLATE(uint64) function in typeref:typename:int64 1050 #undef TEMPLATE
|
| /src/sys/arch/m68k/060sp/dist/ |
| H A D | 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...] |
Completed in 8 milliseconds