Searched refs:lseek (Results 1 – 17 of 17) sorted by relevance
/Zephyr-latest/lib/posix/options/ |
D | fd_mgmt.c | 44 off_t lseek(int fd, off_t offset, int whence) in lseek() function 49 FUNC_ALIAS(lseek, _lseek, off_t);
|
D | Kconfig.fd_mgmt | 10 and lseek(). 33 When selected via Kconfig, Zephyr will provide an alias for lseek() as _lseek().
|
/Zephyr-latest/tests/posix/fs/src/ |
D | test_fs_file.c | 36 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()
|
D | test_fs_open_flags.c | 214 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/ |
D | unistd.h | 34 off_t lseek(int file, off_t offset, int whence);
|
/Zephyr-latest/include/zephyr/fs/ |
D | fs_sys.h | 64 int (*lseek)(struct fs_file_t *filp, off_t off, int whence); member
|
/Zephyr-latest/tests/posix/xsi_realtime/src/ |
D | sync_io.c | 57 res = lseek(file, 0, SEEK_SET); in file_write()
|
/Zephyr-latest/arch/posix/include/ |
D | posix_cheats.h | 212 #define lseek zap_lseek macro
|
/Zephyr-latest/tests/subsys/fs/fs_api/src/ |
D | test_fs.c | 340 .lseek = temp_seek,
|
D | test_fs_dir_file.c | 719 temp_fs.lseek = NULL; in test_file_seek()
|
/Zephyr-latest/tests/posix/headers/src/ |
D | unistd_h.c | 260 zassert_not_null(lseek); in ZTEST()
|
/Zephyr-latest/subsys/fs/ |
D | fs.c | 272 CHECKIF(zfp->mp->fs->lseek == NULL) { in fs_seek() 276 rc = zfp->mp->fs->lseek(zfp, offset, whence); in fs_seek()
|
D | fat_fs.c | 541 .lseek = fatfs_seek,
|
D | littlefs_fs.c | 1042 .lseek = littlefs_seek,
|
/Zephyr-latest/lib/libc/newlib/ |
D | libc-hooks.c | 260 __weak FUNC_ALIAS(_lseek, lseek, int);
|
/Zephyr-latest/subsys/fs/ext2/ |
D | ext2_ops.c | 631 .lseek = ext2_lseek,
|
/Zephyr-latest/doc/services/portability/posix/option_groups/ |
D | index.rst | 203 lseek(),
|