/AliOS-Things-master/components/vfs/example/ |
A D | vfs_example.c | 49 static uint32_t driver_vfs_lseek(vfs_file_t *fp, int64_t off, int32_t whence) in driver_vfs_lseek() 74 int32_t whence = 0; in driver_vfs_example() local
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/ |
A D | tiffiop.h | 222 #define TIFFSeekFile(tif, off, whence) \ argument 289 # define fseek(stream,offset,whence) fseeko(stream,offset,whence) argument 290 # define ftell(stream,offset,whence) ftello(stream,offset,whence) argument 297 #define _TIFF_lseek_f(fildes,offset,whence) _lseeki64(fildes,/* __int64 */ offset,whence) argument 299 #define _TIFF_fseek_f(stream,offset,whence) _fseeki64(stream,/* __int64 */ offset,whence) argument 307 #define _TIFF_lseek_f(fildes,offset,whence) lseek(fildes,offset,whence) argument 309 #define _TIFF_fseek_f(stream,offset,whence) fseek(stream,offset,whence) argument
|
A D | tif_stream.cxx | 154 _tiffosSeekProc(thandle_t fd, uint64 off, int whence) in _tiffosSeekProc() 252 _tiffisSeekProc(thandle_t fd, uint64 off, int whence) in _tiffisSeekProc()
|
A D | tif_unix.c | 126 _tiffSeekProc(thandle_t fd, uint64 off, int whence) in _tiffSeekProc()
|
A D | tif_win32.c | 121 _tiffSeekProc(thandle_t fd, uint64 off, int whence) in _tiffSeekProc()
|
/AliOS-Things-master/components/py_engine/external/unzip/src/ |
A D | gzlib.c | 275 z_off64_t ZEXPORT gzseek64(file, offset, whence) in gzseek64() argument 351 z_off_t ZEXPORT gzseek(file, offset, whence) in gzseek() argument
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/ |
A D | gzlib.c | 366 z_off64_t ZEXPORT gzseek64(file, offset, whence) in gzseek64() argument 443 z_off_t ZEXPORT gzseek(file, offset, whence) in gzseek() argument
|
/AliOS-Things-master/components/drivers/core/base/device/ |
A D | vfs_adapter.c | 130 static uint32_t _device_lseek(file_t *fp, int64_t off, int32_t whence) in _device_lseek()
|
/AliOS-Things-master/components/SDL2/src/file/ |
A D | SDL_rwops.c | 162 windows_file_seek(SDL_RWops * context, Sint64 offset, int whence) in windows_file_seek() 366 stdio_seek(SDL_RWops * context, Sint64 offset, int whence) in stdio_seek() 450 mem_seek(SDL_RWops * context, Sint64 offset, int whence) in mem_seek() 790 SDL_RWseek(SDL_RWops *context, Sint64 offset, int whence) in SDL_RWseek()
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/mfs/ |
A D | mfs_file.c | 242 int mfs_lseek (int fd, int offset, int whence) in mfs_lseek()
|
/AliOS-Things-master/components/py_engine/engine/py/ |
A D | stream.h | 60 int whence; member
|
A D | stream.c | 458 mp_obj_t whence = MP_OBJ_NEW_SMALL_INT(SEEK_CUR); in stream_tell() local 530 off_t mp_stream_posix_lseek(void *stream, off_t offset, int whence) { in mp_stream_posix_lseek()
|
/AliOS-Things-master/components/amp_adapter/platform/linux/ |
A D | aos_fs.c | 29 off_t aos_lseek(int fd, off_t offset, int whence) { in aos_lseek()
|
/AliOS-Things-master/components/drivers/peripheral/flash/src/ |
A D | flash_dev.c | 87 static uint32_t flash_device_lseek(file_t *f, int64_t off, int32_t whence){ in flash_device_lseek()
|
/AliOS-Things-master/components/minilibc/ |
A D | newlib_stub.c | 67 _off_t _lseek_r(struct _reent *ptr, int fd, _off_t pos, int whence) in _lseek_r()
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/imageio/ |
A D | tiffdec.c | 86 static toff_t MySeek(thandle_t opaque, toff_t offset, int whence) { in MySeek()
|
/AliOS-Things-master/components/vfs/ |
A D | vfs_aos.c | 76 off_t aos_lseek(int fd, off_t offset, int whence) in aos_lseek()
|
/AliOS-Things-master/components/ramfs/src/ |
A D | ramfs_vfs.c | 139 static uint32_t ramfs_vfs_lseek(vfs_file_t *fp, int64_t off, int32_t whence) in ramfs_vfs_lseek()
|
/AliOS-Things-master/components/drivers/core/base/include/drivers/char/ |
A D | u_cdev_msg.h | 81 int whence; member
|
/AliOS-Things-master/components/libc_stub/ |
A D | newlib_stub.c | 95 _off_t _lseek_r(struct _reent *ptr, int fd, _off_t pos, int whence) in _lseek_r()
|
/AliOS-Things-master/components/fatfs/src/ |
A D | fatfs_vfs.c | 237 static uint32_t fatfs_vfs_lseek(vfs_file_t *fp, int64_t off, int32_t whence) in fatfs_vfs_lseek()
|
/AliOS-Things-master/components/py_engine/adapter/haas/ |
A D | moduos.c | 801 mp_int_t whence = mp_obj_get_int(whence_in); in mod_os_file_seek() local
|
/AliOS-Things-master/components/py_engine/adapter/haas510/ |
A D | moduos.c | 782 mp_int_t whence = mp_obj_get_int(whence_in); in mod_os_file_seek() local
|
/AliOS-Things-master/components/py_engine/adapter/haas600/ |
A D | moduos.c | 782 mp_int_t whence = mp_obj_get_int(whence_in); in mod_os_file_seek() local
|
/AliOS-Things-master/components/uvoice/internal/ |
A D | uvoice_aos.h | 158 static inline long os_fseek(os_file_t fp, long offset, int whence) in os_fseek()
|