/dports/devel/cmake-gui/cmake-3.22.1/Source/ |
H A D | cmGlobalMinGWMakefileGenerator.cxx | 32 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 D | cmGlobalMSYSMakefileGenerator.cxx | 54 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 D | cmSeparateArgumentsCommand.cxx | 104 program = cmSystemTools::FindProgram(command); in cmSeparateArgumentsCommand() 112 program = cmSystemTools::FindProgram(program); in cmSeparateArgumentsCommand() 145 auto result = cmSystemTools::FindProgram(values.front()); in cmSeparateArgumentsCommand()
|
H A D | cmGetFilenameComponentCommand.cxx | 70 result = cmSystemTools::FindProgram(filename); in cmGetFilenameComponentCommand() 82 result = cmSystemTools::FindProgram(program); in cmGetFilenameComponentCommand()
|
H A D | cmFindProgramCommand.h | 30 std::string FindProgram();
|
/dports/devel/cmake-doc/cmake-3.22.1/Source/ |
H A D | cmGlobalMinGWMakefileGenerator.cxx | 32 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 D | cmGlobalMSYSMakefileGenerator.cxx | 54 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 D | cmSeparateArgumentsCommand.cxx | 104 program = cmSystemTools::FindProgram(command); in cmSeparateArgumentsCommand() 112 program = cmSystemTools::FindProgram(program); in cmSeparateArgumentsCommand() 145 auto result = cmSystemTools::FindProgram(values.front()); in cmSeparateArgumentsCommand()
|
H A D | cmGetFilenameComponentCommand.cxx | 70 result = cmSystemTools::FindProgram(filename); in cmGetFilenameComponentCommand() 82 result = cmSystemTools::FindProgram(program); in cmGetFilenameComponentCommand()
|
H A D | cmFindProgramCommand.h | 30 std::string FindProgram();
|
/dports/devel/cmake/cmake-3.22.1/Source/ |
H A D | cmGlobalMinGWMakefileGenerator.cxx | 32 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 D | cmGlobalMSYSMakefileGenerator.cxx | 54 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 D | cmSeparateArgumentsCommand.cxx | 104 program = cmSystemTools::FindProgram(command); in cmSeparateArgumentsCommand() 112 program = cmSystemTools::FindProgram(program); in cmSeparateArgumentsCommand() 145 auto result = cmSystemTools::FindProgram(values.front()); in cmSeparateArgumentsCommand()
|
H A D | cmGetFilenameComponentCommand.cxx | 70 result = cmSystemTools::FindProgram(filename); in cmGetFilenameComponentCommand() 82 result = cmSystemTools::FindProgram(program); in cmGetFilenameComponentCommand()
|
H A D | cmFindProgramCommand.h | 30 std::string FindProgram();
|
/dports/devel/cmake-gui/cmake-3.22.1/Source/CPack/ |
H A D | cmCPackRPMGenerator.h | 37 return cmSystemTools::FindProgram("rpmbuild") != "" ? true : false; in CanGenerate()
|
H A D | cmCPackDebGenerator.h | 34 return cmSystemTools::FindProgram("dpkg", locations) != "" ? true : false; in CanGenerate()
|
H A D | cmCPackProductBuildGenerator.cxx | 120 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 D | cmCPackRPMGenerator.h | 37 return cmSystemTools::FindProgram("rpmbuild") != "" ? true : false; in CanGenerate()
|
H A D | cmCPackDebGenerator.h | 34 return cmSystemTools::FindProgram("dpkg", locations) != "" ? true : false; in CanGenerate()
|
H A D | cmCPackProductBuildGenerator.cxx | 120 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 D | cmCPackRPMGenerator.h | 37 return cmSystemTools::FindProgram("rpmbuild") != "" ? true : false; in CanGenerate()
|
H A D | cmCPackDebGenerator.h | 34 return cmSystemTools::FindProgram("dpkg", locations) != "" ? true : false; in CanGenerate()
|
H A D | cmCPackProductBuildGenerator.cxx | 120 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 D | pinentry.go | 47 err, fatalerr := pe.FindProgram() 60 func (pe *Pinentry) FindProgram() (error, error) { func
|