Searched refs:Build (Results 1 - 25 of 52) sorted by relevance

123

/freebsd-11-stable/contrib/elftoolchain/libelf/
H A Dos.NetBSD.mk2 # Build recipes for NetBSD.
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DVersionTuple.h35 unsigned Build : 31;
41 Build(0), HasBuild(false) {}
45 HasSubminor(false), Build(0), HasBuild(false) {}
49 HasSubminor(false), Build(0), HasBuild(false) {}
53 HasSubminor(true), Build(0), HasBuild(false) {}
56 unsigned Build)
58 HasSubminor(true), Build(Build), HasBuild(true) {}
63 return Major == 0 && Minor == 0 && Subminor == 0 && Build == 0;
87 return Build;
55 VersionTuple(unsigned Major, unsigned Minor, unsigned Subminor, unsigned Build) argument
[all...]
/freebsd-11-stable/contrib/sendmail/mail.local/
H A DMakefile.m428 @echo " the install using 'Build force-install'."
H A DMakefile4 BUILD= ./Build
/freebsd-11-stable/contrib/elftoolchain/common/
H A Dos.Linux.mk2 # Build recipes for Linux based operating systems.
/freebsd-11-stable/contrib/sendmail/test/
H A DMakefile4 BUILD= ./Build
/freebsd-11-stable/contrib/sendmail/editmap/
H A DMakefile4 BUILD= ./Build
/freebsd-11-stable/contrib/sendmail/src/
H A DMakefile4 BUILD= ./Build
/freebsd-11-stable/contrib/sendmail/rmail/
H A DMakefile4 BUILD= ./Build
/freebsd-11-stable/contrib/sendmail/praliases/
H A DMakefile4 BUILD= ./Build
/freebsd-11-stable/contrib/sendmail/smrsh/
H A DMakefile4 BUILD= ./Build
/freebsd-11-stable/contrib/sendmail/libmilter/
H A DMakefile4 BUILD= ./Build
/freebsd-11-stable/contrib/sendmail/libsm/
H A DMakefile4 BUILD= ./Build
/freebsd-11-stable/contrib/sendmail/libsmdb/
H A DMakefile4 BUILD= ./Build
/freebsd-11-stable/contrib/sendmail/vacation/
H A DMakefile4 BUILD= ./Build
/freebsd-11-stable/contrib/sendmail/libsmutil/
H A DMakefile4 BUILD= ./Build
/freebsd-11-stable/contrib/sendmail/mailstats/
H A DMakefile4 BUILD= ./Build
/freebsd-11-stable/contrib/sendmail/makemap/
H A DMakefile4 BUILD= ./Build
/freebsd-11-stable/contrib/llvm-project/lld/docs/
H A Dmake.bat51 echo.Build finished. The HTML pages are in %BUILDDIR%/html.
59 echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml.
67 echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml.
75 echo.Build finished; now you can process the pickle files.
83 echo.Build finished; now you can process the JSON files.
91 echo.Build finished; now you can run HTML Help Workshop with the ^
100 echo.Build finished; now you can run "qcollectiongenerator" with the ^
112 echo.Build finished.
120 echo.Build finished. The epub file is in %BUILDDIR%/epub.
128 echo.Build finishe
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFGStmtMap.h35 static CFGStmtMap *Build(CFG* C, ParentMap *PM);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DVersionTuple.cpp33 if (Optional<unsigned> Build = V.getBuild())
34 Out << '.' << *Build; local
/freebsd-11-stable/lib/libdevdctl/
H A Devent_factory.h72 Event *Build(Event::Type type, NVPairMap &nvpairs,
H A Devent_factory.cc81 EventFactory::Build(Event::Type type, NVPairMap &nvpairs, function in class:DevdCtl::EventFactory
/freebsd-11-stable/contrib/sendmail/
H A DMakefile7 BUILD= ./Build
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DCFGStmtMap.cpp77 CFGStmtMap *CFGStmtMap::Build(CFG *C, ParentMap *PM) { function in class:CFGStmtMap

Completed in 170 milliseconds

123