Searched refs:S_ISLNK (Results 1 - 17 of 17) sorted by relevance

/vbox/src/VBox/Runtime/r3/posix/
H A Dsymlink-posix.cpp57 && S_ISLNK(s.st_mode);
76 && S_ISLNK(s.st_mode);
141 if (S_ISLNK(s.st_mode))
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/
H A D_reliantunix.h258 #if !defined(S_ISLNK) && defined(S_IFLNK)
259 #define S_ISLNK(mode) ((mode&0xA000) == 0xC000) macro
/vbox/src/libs/xpcom18a4/nsprpub/config/
H A Dnsinstall.c106 #if !defined(S_ISLNK) && defined(S_IFLNK)
107 #define S_ISLNK(a) (((a) & S_IFMT) == S_IFLNK) macro
328 (!S_ISLNK(tosb.st_mode) ||
/vbox/src/VBox/Devices/Graphics/shaderlib/libWineStub/include/wine/
H A Dport.h165 #ifndef S_ISLNK
166 # define S_ISLNK(mod) (0) macro
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dport.h164 #ifndef S_ISLNK
165 # define S_ISLNK(mod) (0) macro
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/vbox/libWineStub/include/wine/
H A Dport.h165 #ifndef S_ISLNK
166 # define S_ISLNK(mod) (0) macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/include/wine/
H A Dport.h162 #ifndef S_ISLNK
163 # define S_ISLNK(mod) (0) macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dport.h165 #ifndef S_ISLNK
166 # define S_ISLNK(mod) (0) macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/vbox/libWineStub/include/wine/
H A Dport.h165 #ifndef S_ISLNK
166 # define S_ISLNK(mod) (0) macro
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/
H A Dfsw_core.h536 #define S_ISLNK(m) (((m) & 0170000) == 0120000) /* symbolic link */ macro
/vbox/src/libs/xpcom18a4/xpcom/obsolete/
H A DnsFileSpecBeOS.cpp158 if (!mPath.IsEmpty() && stat(mPath, &st) == 0 && S_ISLNK(st.st_mode))
H A DnsFileSpecUnix.cpp226 if (!mPath.IsEmpty() && stat(mPath, &st) == 0 && S_ISLNK(st.st_mode))
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsLocalFileUnix.cpp1349 *_retval=S_ISLNK(symStat.st_mode);
1419 if (!S_ISLNK(symStat.st_mode))
1480 if (!S_ISLNK(symStat.st_mode)) {
/vbox/src/recompiler/tests/
H A Dlinux-test.c192 if (!S_ISLNK(st.st_mode))
/vbox/src/VBox/Additions/solaris/SharedFolders/
H A Dvboxfs_prov.c226 else if (S_ISLNK(mode))
H A Dvboxfs_vnode.c633 else if (S_ISLNK(m))
/vbox/src/VBox/HostDrivers/Support/
H A DSUPR3HardenedVerify.cpp1376 if (S_ISLNK(pFsObjState->Stat.st_mode))

Completed in 574 milliseconds