Searched defs:S_ISREG (Results 1 - 11 of 11) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.1/Include/
H A Dpyport.h388 #ifndef S_ISREG
389 #define S_ISREG(x) (((x) & S_IFMT) == S_IFREG) macro
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.2/Include/
H A Dpyport.h401 #ifndef S_ISREG
402 #define S_ISREG(x) (((x) & S_IFMT) == S_IFREG) macro
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/sys/
H A Dstat.h130 #define S_ISREG(m) ((m & _S_IFMT) == _S_IFREG) ///< regular file macro
/vbox/src/VBox/Devices/Graphics/shaderlib/libWineStub/include/wine/
H A Dport.h185 #ifndef S_ISREG
186 # define S_ISREG(mod) (((mod) & _S_IFMT) == _S_IFREG) macro
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dport.h184 #ifndef S_ISREG
185 # define S_ISREG(mod) (((mod) & _S_IFMT) == _S_IFREG) macro
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/vbox/libWineStub/include/wine/
H A Dport.h185 #ifndef S_ISREG
186 # define S_ISREG(mod) (((mod) & _S_IFMT) == _S_IFREG) macro
/vbox/src/VBox/NetworkServices/NAT/
H A Dproxy_tftpd.c45 # define S_ISREG(x) ((x) & _S_IFREG) macro
641 if (!S_ISREG(st.st_mode)) {
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/include/wine/
H A Dport.h182 #ifndef S_ISREG
183 # define S_ISREG(mod) (((mod) & _S_IFMT) == _S_IFREG) macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dport.h185 #ifndef S_ISREG
186 # define S_ISREG(mod) (((mod) & _S_IFMT) == _S_IFREG) macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/vbox/libWineStub/include/wine/
H A Dport.h185 #ifndef S_ISREG
186 # define S_ISREG(mod) (((mod) & _S_IFMT) == _S_IFREG) macro
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/
H A Dfsw_core.h534 #define S_ISREG(m) (((m) & 0170000) == 0100000) /* regular file */ macro

Completed in 67 milliseconds