Home
last modified time | relevance | path

Searched refs:IsPosix (Results 1 – 4 of 4) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/Test/System.Security.Principal/
H A DWindowsIdentityTest.cs24 private bool IsPosix { property in MonoTests.System.Security.Principal.WindowsIdentityTest
59 if (!IsPosix) in ConstructorIntPtrZero()
63 if (IsPosix) in ConstructorIntPtrZero()
89 if (/*IsWin2k3orLater ||*/ IsPosix) in ConstructorW2KS1()
115 if (/*IsWin2k3orLater ||*/ IsPosix) in ConstructorW2KS2_TypeNull()
133 if (/*IsWin2k3orLater ||*/ IsPosix) in ConstructorW2KS2()
147 if (IsPosix) { in Anonymous()
167 if (!IsPosix) { in Current()
202 if (IsPosix) in GetRolesViaReflection()
/dports/net/gamenetworkingsockets/GameNetworkingSockets-1.3.0/src/public/minbase/
H A Dminbase_identify.h135 #define IsPosix() true macro
139 #define IsPosix() true macro
169 #ifndef IsPosix
170 #define IsPosix() false macro
/dports/devel/upp/upp/uppsrc/Core/
H A DPath.h270 bool IsPosix() const { return GetStyle() & STYLE_POSIX; } in IsPosix() function
/dports/devel/upp/upp/uppsrc/CtrlLib/
H A DFileSel.cpp851 if(filesystem->IsPosix()) in SearchLoad()
1227 || filesystem->IsPosix() && (fn != "/" && (*fn.Last() == '\\' || *fn.Last() == '/'))) in Open()
1783 if(filesystem->IsPosix() && String(~dir).IsEmpty()) in Execute()
1794 if(filesystem->IsPosix()) { in Execute()
1882 if(filesystem->IsPosix()) in Execute()