Home
last modified time | relevance | path

Searched refs:SEEK_SET (Results 1 – 6 of 6) sorted by relevance

/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()
/Zephyr-latest/lib/libc/minimal/include/
Dstdio.h33 #define SEEK_SET 0 /* Seek from beginning of file. */ macro
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/settings/src/
Dsettings.c87 if (fseek(fp, 0, SEEK_SET) < 0) { in settings_custom_load()
/Zephyr-latest/lib/posix/options/
Dshm.c148 case SEEK_SET: in shm_lseek()
/Zephyr-latest/doc/releases/
Drelease-notes-3.3.rst2442 * Defined :c:macro:`SEEK_SET`, :c:macro:`SEEK_CUR`, :c:macro:`SEEK_END`.