Searched defs:fstat (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/sys/
H A Dstat.h192 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 Dstat.h157 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 DXw32defs.h32 # define fstat _fstat macro
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Uefi/
H A DSysCalls.c882 /** 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 Dxf86_libc.h544 #define fstat(a,b) xf86fstat(a,b) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dxf86_libc.h590 #define fstat(a,b) xf86fstat(a,b) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dxf86_libc.h590 #define fstat(a,b) xf86fstat(a,b) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dxf86_libc.h596 #define fstat(a,b) xf86fstat(a,b) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dxf86_libc.h594 #define fstat(a,b) xf86fstat(a,b) macro

Completed in 117 milliseconds