Home
last modified time | relevance | path

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

/Zephyr-latest/lib/posix/options/
Dfd_mgmt.c44 off_t lseek(int fd, off_t offset, int whence) in lseek() function
49 FUNC_ALIAS(lseek, _lseek, off_t);
DKconfig.fd_mgmt10 and lseek().
33 When selected via Kconfig, Zephyr will provide an alias for lseek() as _lseek().
/Zephyr-latest/tests/posix/fs/src/
Dtest_fs_file.c36 res = lseek(file, 0, SEEK_SET); in test_file_write()
70 res = lseek(file, 0, SEEK_SET); in test_file_read()
96 res = lseek(file, 2, SEEK_SET); in test_file_read()
Dtest_fs_open_flags.c214 lseek(fd, 0, SEEK_SET); in test_file_open_flags()
261 lseek(fd, 0, SEEK_SET); in test_file_open_flags()
270 ret = lseek(fd, 0, SEEK_END); in test_file_open_flags()
/Zephyr-latest/include/zephyr/posix/
Dunistd.h34 off_t lseek(int file, off_t offset, int whence);
/Zephyr-latest/include/zephyr/fs/
Dfs_sys.h64 int (*lseek)(struct fs_file_t *filp, off_t off, int whence); member
/Zephyr-latest/tests/posix/xsi_realtime/src/
Dsync_io.c57 res = lseek(file, 0, SEEK_SET); in file_write()
/Zephyr-latest/arch/posix/include/
Dposix_cheats.h212 #define lseek zap_lseek macro
/Zephyr-latest/tests/subsys/fs/fs_api/src/
Dtest_fs.c340 .lseek = temp_seek,
Dtest_fs_dir_file.c719 temp_fs.lseek = NULL; in test_file_seek()
/Zephyr-latest/tests/posix/headers/src/
Dunistd_h.c260 zassert_not_null(lseek); in ZTEST()
/Zephyr-latest/subsys/fs/
Dfs.c272 CHECKIF(zfp->mp->fs->lseek == NULL) { in fs_seek()
276 rc = zfp->mp->fs->lseek(zfp, offset, whence); in fs_seek()
Dfat_fs.c541 .lseek = fatfs_seek,
Dlittlefs_fs.c1042 .lseek = littlefs_seek,
/Zephyr-latest/lib/libc/newlib/
Dlibc-hooks.c260 __weak FUNC_ALIAS(_lseek, lseek, int);
/Zephyr-latest/subsys/fs/ext2/
Dext2_ops.c631 .lseek = ext2_lseek,
/Zephyr-latest/doc/services/portability/posix/option_groups/
Dindex.rst203 lseek(),