| /netbsd-src/distrib/common/ |
| H A D | Makefile.mdset | 75 .for _K _I _F in ${MDSETTARGETS} # { 81 _KERNNAME.${_K}.${_F}:= ${_K} 83 _KERNNAME.${_K}.${_F}:= ${KERNOBJDIR}/${_K}/netbsd 86 _FILENAME:=${_F} # (work around obscure issue in make(1)) 88 _KERNEL.${_K}.${_F}:= netbsd-${_K} 89 _FILENAME:= ${_KERNEL.${_K}.${_F}} 91 _KERNEL.${_K}.${_F}:= ${_F} 94 .for _S _C in ${MDSET_SUFFIXES.${_F}} # { 95 CLEANFILES+= ${_KERNEL.${_K}.${_F}}.${_S} 97 ${_KERNEL.${_K}.${_F}}.${_S}: ${_KERNEL.${_K}.${_F}} ${MDSET_.${_K}.${_F}.${_S}.deps} [all …]
|
| /netbsd-src/share/mk/ |
| H A D | bsd.files.mk | 43 _F:= ${DESTDIR}${_FDIR}/${_FNAME} # installed path 47 ${_F}! ${F} __fileinstall # install rule 49 ${_F}! .MADE # no build at install 52 ${_F}: ${F} __fileinstall # install rule 54 ${_F}: .MADE # no build at install 63 filesinstall:: ${_F} 64 .PRECIOUS: ${_F} # keep if install fails 76 _F:= ${DESTDIR}${_FDIR}/${_FNAME} # installed path 80 ${_F}! ${F} __fileinstall # install rule 82 ${_F}! .MADE # no build at install [all …]
|
| H A D | bsd.man.mk | 97 _F:= ${DESTDIR}${MANDIR}/man${F:T:E}${MANSUBDIR}/${F}${MANSUFFIX} 100 ${_F}! ${F}${MANSUFFIX} __installpage # install rule 102 ${_F}! .MADE # no build at install 105 ${_F}: ${F}${MANSUFFIX} __installpage # install rule 107 ${_F}: .MADE # no build at install 111 manpages:: ${_F} 112 .PRECIOUS: ${_F} # keep if install fails 165 _F:= ${DESTDIR}${MANDIR}/${F:T:E}${MANSUBDIR}/${F:R}.0${MANSUFFIX} 168 ${_F}! ${F}${MANSUFFIX} __installpage # install rule 170 ${_F}! .MADE # no build at install [all …]
|
| H A D | bsd.nls.mk | 42 _F:= ${DESTDIR}${NLSDIR}/${F:T:R}/${NLSNAME}.cat # installed path 45 ${_F}! ${F} __nlsinstall # install rule 47 ${_F}! .MADE # no build at install 50 ${_F}: ${F} __nlsinstall # install rule 52 ${_F}: .MADE # no build at install 56 nlsinstall:: ${_F} 57 .PRECIOUS: ${_F} # keep if install fails 60 .undef _F
|
| H A D | bsd.info.mk | 61 _F:= ${DESTDIR}${_FDIR}/${_FNAME} # installed path 64 ${_F}! ${F} __infoinstall # install rule 66 ${_F}! .MADE # no build at install 69 ${_F}: ${F} __infoinstall # install rule 71 ${_F}: .MADE # no build at install 75 infoinstall:: ${_F} 76 .PRECIOUS: ${_F} # keep if install fails 81 .undef _F
|
| H A D | bsd.inc.mk | 26 _F:= ${DESTDIR}${_FDIR}/${_FNAME} # installed path 29 ${_F}! ${F} __incinstall # install rule 31 ${_F}: ${F} __incinstall # install rule 34 incinstall:: ${_F} 35 .PRECIOUS: ${_F} # keep if install fails 40 .undef _F
|
| H A D | bsd.kinc.mk | 51 _F:= ${DESTDIR}${INCSDIR}/${F} # installed path 54 ${_F}! ${F} __incinstall # install rule 56 ${_F}: ${F} __incinstall # install rule 59 incinstall:: ${_F} 60 .PRECIOUS: ${_F} # keep if install fails 63 .undef _F
|
| /netbsd-src/external/mit/xorg/share/nls/ |
| H A D | Makefile.nls | 14 .for _F in ${CTFILES} 15 ${_F}.ct: ${_F}.pre 21 FILES+= ${_F}.ct 22 FILESDIR_${_F}.ct= ${X11LIBDIR}/locale/${NLS_SUBDIR} 23 FILESNAME_${_F}.ct= ${_F:S/.pre$//} 24 CLEANFILES+= ${_F}.ct
|
| H A D | Makefile | 33 .for _F in ${LTFILES} 34 ${_F}.lt: ${_F}.pre 46 FILES+= ${_F}.lt 47 FILESNAME_${_F}.lt= ${_F} 48 CLEANFILES+= ${_F}.lt
|
| /netbsd-src/external/bsd/ntp/html/ |
| H A D | Makefile | 115 _F:= ${DESTDIR}${NTP_HTMLDIR}/${_FDIR}/${_FNAME} # installed path macro 119 ${_F}! ${_FILE} __fileinstall # install rule 121 ${_F}! .MADE # no build at install 124 ${_F}: ${_FILE} __fileinstall # install rule 126 ${_F}: .MADE # no build at install 130 filesinstall:: ${_F} 131 .PRECIOUS: ${_F} # keep if install fails
|
| /netbsd-src/external/mit/xorg/share/fonts/ |
| H A D | Makefile.bdf | 25 .for _F _M in ${UCSFILES} # { 26 ${_F}-${_M}.bdf: ${_F}.bdf 30 BDFFILES+= ${_F}-${_M}.bdf
|
| /netbsd-src/usr.sbin/makefs/ |
| H A D | cd9660.h | 121 #define CD9660_MEM_ALLOC_ERROR(_F) \ argument 122 err(EXIT_FAILURE, "%s, %s l. %d", _F, __FILE__, __LINE__)
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/debug/ |
| H A D | macros.h | 463 #define __glibcxx_check_max_load_factor(_F) \ argument 464 _GLIBCXX_DEBUG_VERIFY(_F > 0.0f, \
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/debug/ |
| H A D | macros.h | 460 #define __glibcxx_check_max_load_factor(_F) \ argument 461 _GLIBCXX_DEBUG_VERIFY(_F > 0.0f, \
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/ |
| H A D | RISCVRegisterInfo.td | 223 def F#Index#_F : RISCVReg32<!cast<RISCVReg16>("F"#Index#"_H")>, 228 def F#Index#_D : RISCVReg64<!cast<RISCVReg32>("F"#Index#"_F")>,
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/ia64/ |
| H A D | itanium2.md | 523 (define_reservation "2_F" "2_F0|2_F1|2_F2") 727 (not (match_test "bundling_p"))) "2_F") 731 (not (match_test "bundling_p"))) "2_F") 768 (not (match_test "bundling_p"))) "2_F") 772 (not (match_test "bundling_p"))) "2_F") 936 (not (match_test "bundling_p"))) "2_F")
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/ia64/ |
| H A D | itanium2.md | 523 (define_reservation "2_F" "2_F0|2_F1|2_F2") 727 (not (match_test "bundling_p"))) "2_F") 731 (not (match_test "bundling_p"))) "2_F") 768 (not (match_test "bundling_p"))) "2_F") 772 (not (match_test "bundling_p"))) "2_F") 936 (not (match_test "bundling_p"))) "2_F")
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86SchedSandyBridge.td | 1036 def: InstRW<[SBWriteResGroup101], (instregex "(ADD|SUB|SUBR)_F(32|64)m", 1087 def: InstRW<[SBWriteResGroup130], (instregex "DIV(R?)_F(32|64)m")>;
|
| H A D | X86InstrFPStack.td | 293 // Sets the scheduling resources for the actual NAME#_F<size>m definitions. 357 def _F : FPI<0xD9, fp, (outs), (ins), asmstring>;
|
| H A D | X86ScheduleAtom.td | 567 "(ST|ISTT)_F(P)?(16|32|64)?(m|rr)",
|
| H A D | X86SchedBroadwell.td | 1198 def: InstRW<[BWWriteResGroup101], (instregex "(ADD|SUB|SUBR)_F(32|64)m",
|
| H A D | X86SchedSkylakeClient.td | 1320 def: InstRW<[SKLWriteResGroup133], (instregex "(ADD|SUB|SUBR)_F(32|64)m",
|
| H A D | X86SchedHaswell.td | 1243 def: InstRW<[HWWriteResGroup52_1], (instregex "(ADD|SUB|SUBR)_F(32|64)m",
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/tests/ |
| H A D | mm-ko-comp.euc-kr.po | 645 msgstr "���� Ȯ��(_F)" 653 msgstr "���ڻ�(_F):"
|
| H A D | mm-ko.euc-kr.po | 969 msgstr "/����(_F)" 985 msgstr "/����(_F)" 1220 msgstr "/��ü/������ ������(_F)" 8617 #~ msgstr "������ ����(_F)"
|