Searched refs:SEEK_SET (Results 1 – 6 of 6) sorted by relevance
/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()
|
/Zephyr-latest/lib/libc/minimal/include/ |
D | stdio.h | 33 #define SEEK_SET 0 /* Seek from beginning of file. */ macro
|
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/settings/src/ |
D | settings.c | 87 if (fseek(fp, 0, SEEK_SET) < 0) { in settings_custom_load()
|
/Zephyr-latest/lib/posix/options/ |
D | shm.c | 148 case SEEK_SET: in shm_lseek()
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.3.rst | 2442 * Defined :c:macro:`SEEK_SET`, :c:macro:`SEEK_CUR`, :c:macro:`SEEK_END`.
|