Searched defs:fstat (Results 1 - 9 of 9) sorted by relevance
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/sys/ |
H A D | stat.h | 192 static inline int fstat(int fd, struct stat* ptr) { return _fstat(fd, (struct _stat*)ptr); } function
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/sys/ |
H A D | stat.h | 157 static inline int fstat(int fd, struct stat* ptr) { return _fstat(fd, (struct _stat*)ptr); } function
|
/vbox/src/VBox/Additions/x11/x11include/xproto-7.0.18/X11/ |
H A D | Xw32defs.h | 32 # define fstat _fstat macro
|
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Uefi/ |
H A D | SysCalls.c | 882 /** The fstat() function obtains information about an open file associated 893 The fstat() function shall update any time-related fields before writing 896 The fstat() function is implemented using the ShellGetFileInfo() 916 fstat (int fd, struct stat *statbuf) function
|
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support/ |
H A D | xf86_libc.h | 544 #define fstat(a,b) xf86fstat(a,b) macro
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/ |
H A D | xf86_libc.h | 590 #define fstat(a,b) xf86fstat(a,b) macro
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/ |
H A D | xf86_libc.h | 590 #define fstat(a,b) xf86fstat(a,b) macro
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/ |
H A D | xf86_libc.h | 596 #define fstat(a,b) xf86fstat(a,b) macro
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/ |
H A D | xf86_libc.h | 594 #define fstat(a,b) xf86fstat(a,b) macro
|
Completed in 535 milliseconds