Searched refs:SEEK_SET (Results 26 - 50 of 75) sorted by relevance

123

/vbox/src/bldprogs/
H A Dbin2c.c44 && !fseek(pFile, 0, SEEK_SET))
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Dstdio.h313 #ifndef SEEK_SET
314 #define SEEK_SET 0 /**< set file offset to offset */ macro
1328 Whence is SEEK_SET, the current value of the file position indicator if
1333 the same file, and Whence must be SEEK_SET.
1345 - SEEK_SET indicates Offset is an absolute position.
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dstdio.h53 #ifndef SEEK_SET
54 #define SEEK_SET 0 macro
/vbox/src/libs/zlib-1.2.6/contrib/minizip/
H A Dioapi.c174 fseek_origin = SEEK_SET;
197 fseek_origin = SEEK_SET;
/vbox/src/VBox/RDP/client-1.8.3/
H A Ddisk.c236 if (lseek(fd, length, SEEK_SET) == -1)
257 if (lseek(fd, pos, SEEK_SET) == -1)
596 lseek(handle, offset, SEEK_SET);
626 lseek(handle, offset, SEEK_SET);
1094 else if (lseek(fd, 32767, SEEK_SET) >= 0) /* ISO9660 */
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFfs/
H A DGenFfs.c327 fseek (InFile, 0, SEEK_SET);
346 fseek (InFile, 0, SEEK_SET);
360 fseek (InFile, 0, SEEK_SET);
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libctf/common/
H A Dctf_lib.c128 if (lseek(offFile, offFile, SEEK_SET) >= 0) {
148 lseek(offSaved, 0, SEEK_SET);
168 if (lseek(fd, offFile, SEEK_SET) < 0)
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/beos/
H A Dbfile.c842 linfo.l_whence = SEEK_SET;
861 linfo.l_whence = SEEK_SET;
880 linfo.l_whence = SEEK_SET;
/vbox/src/libs/zlib-1.2.6/
H A Dzconf.h524 #if !defined(SEEK_SET) && !defined(Z_SOLO)
525 # define SEEK_SET 0 /* Seek from beginning of file. */ macro
H A Dzconf.h.cmakein431 #if !defined(SEEK_SET) && !defined(Z_SOLO)
432 # define SEEK_SET 0 /* Seek from beginning of file. */
H A Dzconf.h.in429 #if !defined(SEEK_SET) && !defined(Z_SOLO)
430 # define SEEK_SET 0 /* Seek from beginning of file. */
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/
H A DCommonLib.c232 if (fseek (InputFile, 0, SEEK_SET)) {
H A DParseInf.c667 if (fseek (InputFile, 0, SEEK_SET) != 0) {
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenCrc32/
H A DGenCrc32.c288 fseek (InFile, 0, SEEK_SET);
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenSec/
H A DGenSec.c295 fseek (InFile, 0, SEEK_SET);
469 fseek (InFile, 0, SEEK_SET);
487 fseek (InFile, 0, SEEK_SET);
494 fseek (InFile, 0, SEEK_SET);
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/test/
H A Dfsw_posix.c375 seek_result = lseek(pvol->fd, block_offset, SEEK_SET);
/vbox/src/libs/zlib-1.2.6/contrib/testzlib/
H A Dtestzlib.c131 fseek(stream,0,SEEK_SET);
/vbox/src/VBox/Runtime/r3/linux/
H A Dsysfs.cpp232 lseek(fd, off, SEEK_SET);
/vbox/src/libs/xpcom18a4/ipc/ipcd/daemon/src/
H A DipcdUnix.cpp208 lock.l_whence = SEEK_SET;
/vbox/src/libs/zlib-1.2.6/examples/
H A Dzran.c272 ret = fseeko(in, here->in - (here->bits ? 1 : 0), SEEK_SET);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dxf86_libc.h569 #undef SEEK_SET macro
570 #define SEEK_SET XF86_SEEK_SET macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dxf86_libc.h569 #undef SEEK_SET macro
570 #define SEEK_SET XF86_SEEK_SET macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dxf86_libc.h575 #undef SEEK_SET macro
576 #define SEEK_SET XF86_SEEK_SET macro
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VolInfo/
H A DVolInfo.c262 fseek (InputFile, Offset, SEEK_SET);
285 fseek (InputFile, Offset, SEEK_SET);
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/
H A DInstallPkg.py22 from os import SEEK_SET namespace
192 FilePointer.seek(0, SEEK_SET)

Completed in 168 milliseconds

123