Home
last modified time | relevance | path

Searched refs:SEEK_CUR (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/lib/libc/minimal/include/
Dstdio.h34 #define SEEK_CUR 1 /* Seek from current position. */ macro
/Zephyr-latest/lib/posix/options/
Dshm.c151 case SEEK_CUR: 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`.