/reactos/modules/rosapps/applications/net/ncftp/sio/ |
H A D | syshdrs.h | 47 # 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 D | syshdrs.h | 47 # 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 D | syshdrs.h | 62 # 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 D | io.c | 156 #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 D | main.c | 75 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 D | disk.c | 213 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 D | rdesktop.c | 1543 return lseek(fd, offset, SEEK_SET); in rd_lseek_file()
|
/reactos/sdk/lib/ucrt/lowio/ |
H A D | lowio.cmake | 14 lowio/lseek.cpp
|
/reactos/boot/freeldr/install/linux/ |
H A D | finstext2.c | 127 if (lseek(BlockDeviceFileDescriptor, (off_t)0, SEEK_SET) == (off_t)-1) in main()
|
/reactos/sdk/include/reactos/libs/libmpg123/ |
H A D | reader.h | 74 off_t (*lseek)(int fd, off_t offset, int whence); member
|
/reactos/sdk/lib/crt/ |
H A D | moldname-msvcrt.def | 48 lseek==_lseek
|
H A D | oldnames-msvcrt.S | 105 CREATE_ALIAS lseek, _lseek
|
/reactos/sdk/lib/3rdparty/libmpg123/ |
H A D | readers.c | 33 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 D | lfs_wrap.c | 589 newpos = lseek(fd, offset, whence); in fallback_lseek()
|
/reactos/sdk/lib/3rdparty/stlport/src/details/ |
H A D | fstream_unistd.cpp | 61 # define LSEEK lseek
|
/reactos/modules/rostests/winetests/msvcrt/ |
H A D | file.c | 124 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 D | typelib.c | 272 if(lseek(fd, offset, SEEK_SET) == -1) in tlb_lseek()
|
/reactos/sdk/lib/ucrt/inc/ |
H A D | corecrt_internal_traits.h | 190 _APPLY(lseek, _lseek, _lseeki64 ) \
|
/reactos/sdk/include/ucrt/ |
H A D | corecrt_io.h | 505 _ACRTIMP long __cdecl lseek(
|
/reactos/sdk/include/reactos/libs/libtiff/ |
H A D | tiffiop.h | 322 #define _TIFF_lseek_f(fildes,offset,whence) lseek(fildes,offset,whence)
|
/reactos/sdk/lib/3rdparty/zlib/ |
H A D | gzlib.c | 14 # define LSEEK lseek
|
/reactos/sdk/tools/mkisofs/schilytools/mkisofs/ |
H A D | eltorito.c | 615 lseek(bootimage, (off_t)8, SEEK_SET);
|
/reactos/sdk/include/crt/ |
H A D | io.h | 836 lseek(
|
/reactos/sdk/lib/3rdparty/libxml2/ |
H A D | xzlib.c | 171 state->start = lseek(state->fd, 0, SEEK_CUR); in xz_open()
|
/reactos/modules/rosapps/applications/sysutils/mkdosfs/ |
H A D | mkdosfs.c | 313 return lseek(fd, offset, whence); in llseek()
|