Home
last modified time | relevance | path

Searched refs:FindProgram (Results 1 – 25 of 110) sorted by relevance

12345

/dports/devel/cmake-gui/cmake-3.22.1/Source/
H A DcmGlobalMinGWMakefileGenerator.cxx32 std::string tgcc = cmSystemTools::FindProgram("gcc", locations); in EnableLanguage()
37 std::string tgxx = cmSystemTools::FindProgram("g++", locations); in EnableLanguage()
42 std::string trc = cmSystemTools::FindProgram("windres", locations); in EnableLanguage()
H A DcmGlobalMSYSMakefileGenerator.cxx54 std::string tgcc = cmSystemTools::FindProgram("gcc", locations); in EnableLanguage()
59 std::string tgxx = cmSystemTools::FindProgram("g++", locations); in EnableLanguage()
64 std::string trc = cmSystemTools::FindProgram("windres", locations); in EnableLanguage()
H A DcmSeparateArgumentsCommand.cxx104 program = cmSystemTools::FindProgram(command); in cmSeparateArgumentsCommand()
112 program = cmSystemTools::FindProgram(program); in cmSeparateArgumentsCommand()
145 auto result = cmSystemTools::FindProgram(values.front()); in cmSeparateArgumentsCommand()
H A DcmGetFilenameComponentCommand.cxx70 result = cmSystemTools::FindProgram(filename); in cmGetFilenameComponentCommand()
82 result = cmSystemTools::FindProgram(program); in cmGetFilenameComponentCommand()
H A DcmFindProgramCommand.h30 std::string FindProgram();
/dports/devel/cmake-doc/cmake-3.22.1/Source/
H A DcmGlobalMinGWMakefileGenerator.cxx32 std::string tgcc = cmSystemTools::FindProgram("gcc", locations); in EnableLanguage()
37 std::string tgxx = cmSystemTools::FindProgram("g++", locations); in EnableLanguage()
42 std::string trc = cmSystemTools::FindProgram("windres", locations); in EnableLanguage()
H A DcmGlobalMSYSMakefileGenerator.cxx54 std::string tgcc = cmSystemTools::FindProgram("gcc", locations); in EnableLanguage()
59 std::string tgxx = cmSystemTools::FindProgram("g++", locations); in EnableLanguage()
64 std::string trc = cmSystemTools::FindProgram("windres", locations); in EnableLanguage()
H A DcmSeparateArgumentsCommand.cxx104 program = cmSystemTools::FindProgram(command); in cmSeparateArgumentsCommand()
112 program = cmSystemTools::FindProgram(program); in cmSeparateArgumentsCommand()
145 auto result = cmSystemTools::FindProgram(values.front()); in cmSeparateArgumentsCommand()
H A DcmGetFilenameComponentCommand.cxx70 result = cmSystemTools::FindProgram(filename); in cmGetFilenameComponentCommand()
82 result = cmSystemTools::FindProgram(program); in cmGetFilenameComponentCommand()
H A DcmFindProgramCommand.h30 std::string FindProgram();
/dports/devel/cmake/cmake-3.22.1/Source/
H A DcmGlobalMinGWMakefileGenerator.cxx32 std::string tgcc = cmSystemTools::FindProgram("gcc", locations); in EnableLanguage()
37 std::string tgxx = cmSystemTools::FindProgram("g++", locations); in EnableLanguage()
42 std::string trc = cmSystemTools::FindProgram("windres", locations); in EnableLanguage()
H A DcmGlobalMSYSMakefileGenerator.cxx54 std::string tgcc = cmSystemTools::FindProgram("gcc", locations); in EnableLanguage()
59 std::string tgxx = cmSystemTools::FindProgram("g++", locations); in EnableLanguage()
64 std::string trc = cmSystemTools::FindProgram("windres", locations); in EnableLanguage()
H A DcmSeparateArgumentsCommand.cxx104 program = cmSystemTools::FindProgram(command); in cmSeparateArgumentsCommand()
112 program = cmSystemTools::FindProgram(program); in cmSeparateArgumentsCommand()
145 auto result = cmSystemTools::FindProgram(values.front()); in cmSeparateArgumentsCommand()
H A DcmGetFilenameComponentCommand.cxx70 result = cmSystemTools::FindProgram(filename); in cmGetFilenameComponentCommand()
82 result = cmSystemTools::FindProgram(program); in cmGetFilenameComponentCommand()
H A DcmFindProgramCommand.h30 std::string FindProgram();
/dports/devel/cmake-gui/cmake-3.22.1/Source/CPack/
H A DcmCPackRPMGenerator.h37 return cmSystemTools::FindProgram("rpmbuild") != "" ? true : false; in CanGenerate()
H A DcmCPackDebGenerator.h34 return cmSystemTools::FindProgram("dpkg", locations) != "" ? true : false; in CanGenerate()
H A DcmCPackProductBuildGenerator.cxx120 cmSystemTools::FindProgram("pkgbuild", no_paths, false); in InitializeInternal()
128 program = cmSystemTools::FindProgram("productbuild", no_paths, false); in InitializeInternal()
/dports/devel/cmake-doc/cmake-3.22.1/Source/CPack/
H A DcmCPackRPMGenerator.h37 return cmSystemTools::FindProgram("rpmbuild") != "" ? true : false; in CanGenerate()
H A DcmCPackDebGenerator.h34 return cmSystemTools::FindProgram("dpkg", locations) != "" ? true : false; in CanGenerate()
H A DcmCPackProductBuildGenerator.cxx120 cmSystemTools::FindProgram("pkgbuild", no_paths, false); in InitializeInternal()
128 program = cmSystemTools::FindProgram("productbuild", no_paths, false); in InitializeInternal()
/dports/devel/cmake/cmake-3.22.1/Source/CPack/
H A DcmCPackRPMGenerator.h37 return cmSystemTools::FindProgram("rpmbuild") != "" ? true : false; in CanGenerate()
H A DcmCPackDebGenerator.h34 return cmSystemTools::FindProgram("dpkg", locations) != "" ? true : false; in CanGenerate()
H A DcmCPackProductBuildGenerator.cxx120 cmSystemTools::FindProgram("pkgbuild", no_paths, false); in InitializeInternal()
128 program = cmSystemTools::FindProgram("productbuild", no_paths, false); in InitializeInternal()
/dports/security/keybase/client-v5.7.1/go/pinentry/
H A Dpinentry.go47 err, fatalerr := pe.FindProgram()
60 func (pe *Pinentry) FindProgram() (error, error) { func

12345