Home
last modified time | relevance | path

Searched defs:whence (Results 1 – 25 of 37) sorted by relevance

12

/AliOS-Things-master/components/vfs/example/
A Dvfs_example.c49 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 Dtiffiop.h222 #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 Dtif_stream.cxx154 _tiffosSeekProc(thandle_t fd, uint64 off, int whence) in _tiffosSeekProc()
252 _tiffisSeekProc(thandle_t fd, uint64 off, int whence) in _tiffisSeekProc()
A Dtif_unix.c126 _tiffSeekProc(thandle_t fd, uint64 off, int whence) in _tiffSeekProc()
A Dtif_win32.c121 _tiffSeekProc(thandle_t fd, uint64 off, int whence) in _tiffSeekProc()
/AliOS-Things-master/components/py_engine/external/unzip/src/
A Dgzlib.c275 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 Dgzlib.c366 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 Dvfs_adapter.c130 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 DSDL_rwops.c162 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 Dmfs_file.c242 int mfs_lseek (int fd, int offset, int whence) in mfs_lseek()
/AliOS-Things-master/components/py_engine/engine/py/
A Dstream.h60 int whence; member
A Dstream.c458 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 Daos_fs.c29 off_t aos_lseek(int fd, off_t offset, int whence) { in aos_lseek()
/AliOS-Things-master/components/drivers/peripheral/flash/src/
A Dflash_dev.c87 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 Dnewlib_stub.c67 _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 Dtiffdec.c86 static toff_t MySeek(thandle_t opaque, toff_t offset, int whence) { in MySeek()
/AliOS-Things-master/components/vfs/
A Dvfs_aos.c76 off_t aos_lseek(int fd, off_t offset, int whence) in aos_lseek()
/AliOS-Things-master/components/ramfs/src/
A Dramfs_vfs.c139 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 Du_cdev_msg.h81 int whence; member
/AliOS-Things-master/components/libc_stub/
A Dnewlib_stub.c95 _off_t _lseek_r(struct _reent *ptr, int fd, _off_t pos, int whence) in _lseek_r()
/AliOS-Things-master/components/fatfs/src/
A Dfatfs_vfs.c237 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 Dmoduos.c801 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 Dmoduos.c782 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 Dmoduos.c782 mp_int_t whence = mp_obj_get_int(whence_in); in mod_os_file_seek() local
/AliOS-Things-master/components/uvoice/internal/
A Duvoice_aos.h158 static inline long os_fseek(os_file_t fp, long offset, int whence) in os_fseek()

Completed in 59 milliseconds

12