Home
last modified time | relevance | path

Searched refs:lseek (Results 1 – 25 of 30) sorted by relevance

12

/reactos/modules/rosapps/applications/net/ncftp/sio/
H A Dsyshdrs.h47 # define lseek _lseek macro
87 # define Lseek(a,b,c) lseek(a, (off_t) b, c)
92 # define Lseek(a,b,c) lseek(a, (off_t) b, c)
95 # define Lseek(a,b,c) lseek(a, (off_t) b, c)
/reactos/modules/rosapps/applications/net/ncftp/libncftp/
H A Dsyshdrs.h47 # define lseek _lseek macro
88 # define Lseek(a,b,c) lseek(a, (off_t) b, c)
93 # define Lseek(a,b,c) lseek(a, (off_t) b, c)
96 # define Lseek(a,b,c) lseek(a, (off_t) b, c)
/reactos/modules/rosapps/applications/net/ncftp/ncftp/
H A Dsyshdrs.h62 # define lseek _lseek macro
124 # define Lseek(a,b,c) lseek(a, (off_t) b, c)
129 # define Lseek(a,b,c) lseek(a, (off_t) b, c)
132 # define Lseek(a,b,c) lseek(a, (off_t) b, c)
/reactos/sdk/lib/fslib/vfatlib/check/
H A Dio.c156 #define lseek WIN32lseek macro
295 if (lseek(fd, seekpos_aligned, 0) != seekpos_aligned) pdie("Seek to %lld",pos); in fs_read()
303 if (lseek(fd, pos, 0) != pos) in fs_read()
331 if (lseek(fd, seekpos_aligned, 0) != seekpos_aligned) pdie("Seek to %lld",pos); in fs_test()
335 if (lseek(fd, pos, 0) != pos) in fs_test()
366 if (lseek(fd, seekpos_aligned, 0) != seekpos_aligned) pdie("Seek to %lld",seekpos_aligned); in fs_write()
389 if (lseek(fd, pos, 0) != pos) in fs_write()
439 if (lseek(fd, this->pos, 0) != this->pos) in fs_flush()
/reactos/sdk/tools/nandflash/
H A Dmain.c75 lseek(NandImageFile, StartPage * (NAND_PAGE_SIZE + OobSize), SEEK_SET); in WriteToFlash()
78 lseek(ImageFile, 0, SEEK_SET); in WriteToFlash()
/reactos/modules/rosapps/applications/net/tsclient/rdesktop/
H A Ddisk.c213 if ((pos = lseek(fd, 0, SEEK_CUR)) == -1) in ftruncate_growable()
220 if (lseek(fd, length, SEEK_SET) == -1) in ftruncate_growable()
241 if (lseek(fd, pos, SEEK_SET) == -1) in ftruncate_growable()
559 lseek(handle, offset, SEEK_SET); in disk_read()
589 lseek(handle, offset, SEEK_SET); in disk_write()
1017 else if (lseek(fd, 32767, SEEK_SET) >= 0) /* ISO9660 */ in FsVolumeInfo()
H A Drdesktop.c1543 return lseek(fd, offset, SEEK_SET); in rd_lseek_file()
/reactos/sdk/lib/ucrt/lowio/
H A Dlowio.cmake14 lowio/lseek.cpp
/reactos/boot/freeldr/install/linux/
H A Dfinstext2.c127 if (lseek(BlockDeviceFileDescriptor, (off_t)0, SEEK_SET) == (off_t)-1) in main()
/reactos/sdk/include/reactos/libs/libmpg123/
H A Dreader.h74 off_t (*lseek)(int fd, off_t offset, int whence); member
/reactos/sdk/lib/crt/
H A Dmoldname-msvcrt.def48 lseek==_lseek
H A Doldnames-msvcrt.S105 CREATE_ALIAS lseek, _lseek
/reactos/sdk/lib/3rdparty/libmpg123/
H A Dreaders.c33 static off_t posix_lseek(int fd, off_t offset, int whence){ return lseek(fd, offset, whence); } in posix_lseek()
1061 fr->rdat.lseek = fr->rdat.r_lseek != NULL ? fr->rdat.r_lseek : posix_lseek; in default_init()
1064 if(fr->p.icy_interval > 0) fr->rdat.lseek = nix_lseek; in default_init()
1242 return rdat->lseek(rdat->filept, offset, whence); in io_seek()
H A Dlfs_wrap.c589 newpos = lseek(fd, offset, whence); in fallback_lseek()
/reactos/sdk/lib/3rdparty/stlport/src/details/
H A Dfstream_unistd.cpp61 # define LSEEK lseek
/reactos/modules/rostests/winetests/msvcrt/
H A Dfile.c124 lseek (fd, 5, SEEK_SET); in test_fdopen()
1314 lseek(tempfd, 3 /* skip bom */, SEEK_SET); in test_file_write_read()
1318 lseek(tempfd, 6, SEEK_SET); in test_file_write_read()
1337 lseek(tempfd, 5, SEEK_SET); in test_file_write_read()
1366 lseek(fd, 0, SEEK_SET); in test_file_inherit_child()
1473 lseek(fd, 0, SEEK_SET); in test_file_inherit()
2414 lseek(fd, 1, SEEK_SET); in test_write_flush_size()
2427 lseek(fd, 1, SEEK_SET); in test_write_flush_size()
/reactos/sdk/tools/widl/
H A Dtypelib.c272 if(lseek(fd, offset, SEEK_SET) == -1) in tlb_lseek()
/reactos/sdk/lib/ucrt/inc/
H A Dcorecrt_internal_traits.h190 _APPLY(lseek, _lseek, _lseeki64 ) \
/reactos/sdk/include/ucrt/
H A Dcorecrt_io.h505 _ACRTIMP long __cdecl lseek(
/reactos/sdk/include/reactos/libs/libtiff/
H A Dtiffiop.h322 #define _TIFF_lseek_f(fildes,offset,whence) lseek(fildes,offset,whence)
/reactos/sdk/lib/3rdparty/zlib/
H A Dgzlib.c14 # define LSEEK lseek
/reactos/sdk/tools/mkisofs/schilytools/mkisofs/
H A Deltorito.c615 lseek(bootimage, (off_t)8, SEEK_SET);
/reactos/sdk/include/crt/
H A Dio.h836 lseek(
/reactos/sdk/lib/3rdparty/libxml2/
H A Dxzlib.c171 state->start = lseek(state->fd, 0, SEEK_CUR); in xz_open()
/reactos/modules/rosapps/applications/sysutils/mkdosfs/
H A Dmkdosfs.c313 return lseek(fd, offset, whence); in llseek()

12