Searched defs:lseek (Results 1 - 11 of 11) sorted by relevance
| /vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/ |
| H A D | io.h | 159 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 D | io.h | 156 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 D | Xw32defs.h | 38 # define lseek _lseek macro
|
| /vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Uefi/ |
| H A D | SysCalls.c | 468 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 D | CrtWrapper.c | 412 off_t lseek (int a, off_t o, int d) function
|
| /vbox/src/recompiler/ |
| H A D | qemu-common.h | 123 #define lseek _lseeki64 macro
|
| /vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support/ |
| H A D | xf86_libc.h | 537 #define lseek(a,b,c) xf86lseek(a,b,c) macro
|
| /vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/ |
| H A D | xf86_libc.h | 581 #define lseek(a,b,c) xf86lseek(a,b,c) macro
|
| /vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/ |
| H A D | xf86_libc.h | 581 #define lseek(a,b,c) xf86lseek(a,b,c) macro
|
| /vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/ |
| H A D | xf86_libc.h | 587 #define lseek(a,b,c) xf86lseek(a,b,c) macro
|
| /vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/ |
| H A D | xf86_libc.h | 585 #define lseek(a,b,c) xf86lseek(a,b,c) macro
|
Completed in 113 milliseconds