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

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dio.h159 static inline __msvcrt_long lseek(int fd, __msvcrt_long off, int where) { return _lseek(fd, off, where); } function
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/
H A Dio.h156 static inline __msvcrt_long lseek(int fd, __msvcrt_long off, int where) { return _lseek(fd, off, where); } function
/vbox/src/VBox/Additions/x11/x11include/xproto-7.0.18/X11/
H A DXw32defs.h38 # define lseek _lseek macro
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Uefi/
H A DSysCalls.c468 The lseek() function repositions the offset of the file descriptor fildes
470 fildes must be an open file descriptor. lseek() repositions the file
481 The lseek() function allows the file offset to be set beyond the end of
489 @return Upon successful completion, lseek() returns the resulting offset
495 lseek (int fd, __off_t offset, int how) function
1029 read() shall return bytes with value 0. For example, lseek() allows the
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Library/BaseCryptLib/SysCall/
H A DCrtWrapper.c412 off_t lseek (int a, off_t o, int d) function
/vbox/src/recompiler/
H A Dqemu-common.h123 #define lseek _lseeki64 macro
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support/
H A Dxf86_libc.h537 #define lseek(a,b,c) xf86lseek(a,b,c) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dxf86_libc.h581 #define lseek(a,b,c) xf86lseek(a,b,c) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dxf86_libc.h581 #define lseek(a,b,c) xf86lseek(a,b,c) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dxf86_libc.h587 #define lseek(a,b,c) xf86lseek(a,b,c) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dxf86_libc.h585 #define lseek(a,b,c) xf86lseek(a,b,c) macro

Completed in 113 milliseconds