Home
last modified time | relevance | path

Searched refs:IsExe (Results 1 – 25 of 35) sorted by relevance

12

/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/ununpack/agent_tests/Unit/
H A Dtest_IsFunctions.c59 Result = IsExe(Filename, 1); in testIsExeFile()
72 Result = IsExe(Filename, 1); in testIsNotExeFile()
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/ununpack/agent/
H A Dutils.c404 int IsExe (char *Exe, int Quiet) in IsExe() function
595 CMD[i].Status = IsExe(CMD[i].Cmd,Quiet); in CheckCommands()
603 rc = ( IsExe("isoinfo",Quiet) && IsExe("grep",Quiet) ); in CheckCommands()
610 rc = ( IsExe("icat",Quiet) && IsExe("fls",Quiet) ); in CheckCommands()
H A Dununpack.h181 int IsExe (char *Exe, int Quiet);
H A Dununpack.c166 if (!IsExe("dpkg-source",Quiet)) in main()
/dports/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/
H A Dfile-exec.cpp129 if ( p->IsExe() ) in ShowFileContextMenu()
558 if ( p->IsExe() ) in ExecuteFileByEnter()
609 if ( !p || p->IsDir() || !p->IsExe() ) in ExecuteFile()
/dports/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs/
H A Dvfs.h193 bool IsExe() const { return ( mode & ( S_IXUSR | S_IXGRP | S_IXOTH ) ) != 0; } in IsExe() function
254 bool IsExe();
256 bool IsExe() const { return st.IsExe(); } in IsExe() function
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/link/internal/ld/
H A Dtarget.go31 func (t *Target) IsExe() bool { func
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Reflection.Metadata/src/System/Reflection/PortableExecutable/
H A DPEHeaders.cs225 public bool IsExe property in System.Reflection.PortableExecutable.PEHeaders
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/generic/
H A Dfilectrlg.h80 bool IsExe() const { return (m_type & is_exe ) != 0; } in IsExe() function
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/include/wx/generic/
H A Dfiledlgg.h203 bool IsExe() const { return (m_type & is_exe ) != 0; } in IsExe() function
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/include/wx/generic/
H A Dfiledlgg.h203 bool IsExe() const { return (m_type & is_exe ) != 0; } in IsExe() function
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/include/wx/generic/
H A Dfiledlgg.h203 bool IsExe() const { return (m_type & is_exe ) != 0; } in IsExe() function
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/include/wx/generic/
H A Dfiledlgg.h203 bool IsExe() const { return (m_type & is_exe ) != 0; } in IsExe() function
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/generic/
H A Dfilectrlg.h80 bool IsExe() const { return (m_type & is_exe ) != 0; } in IsExe() function
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Diagnostics.FileVersionInfo/src/System/Diagnostics/
H A DFileVersionInfo.Unix.cs67 LoadManagedAssemblyMetadata(metadataReader, peReader.PEHeaders.IsExe); in TryLoadManagedAssemblyMetadata()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/generic/
H A Dfilectrlg.h80 bool IsExe() const { return (m_type & is_exe ) != 0; } in IsExe() function
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/generic/
H A Dfilectrlg.cpp276 } else if (IsExe()) in ReadData()
376 if (IsExe()) in MakeItem()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/generic/
H A Dfilectrlg.cpp236 } else if (IsExe()) in ReadData()
336 if (IsExe()) in MakeItem()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/generic/
H A Dfilectrlg.cpp276 } else if (IsExe()) in ReadData()
376 if (IsExe()) in MakeItem()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/ILCompiler/src/
H A DProgram.cs300 if (module.PEReader.PEHeaders.IsExe) in Run()
/dports/lang/fpc/fpc-3.2.2/compiler/
H A Dpmodules.pas864 Status.IsExe:=false;
1480 Status.IsExe:=true;
1920 Status.IsExe:=true;
/dports/lang/fpc-source/fpc-3.2.2/compiler/
H A Dpmodules.pas864 Status.IsExe:=false;
1480 Status.IsExe:=true;
1920 Status.IsExe:=true;
/dports/editors/fpc-ide/fpc-3.2.2/compiler/
H A Dpmodules.pas864 Status.IsExe:=false;
1480 Status.IsExe:=true;
1920 Status.IsExe:=true;
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/generic/
H A Dfiledlgg.cpp321 } else if (IsExe()) in ReadData()
421 if (IsExe()) in MakeItem()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/generic/
H A Dfiledlgg.cpp321 } else if (IsExe()) in ReadData()
421 if (IsExe()) in MakeItem()

12