Searched refs:_lseek (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/lib/posix/options/ |
D | fd_mgmt.c | 49 FUNC_ALIAS(lseek, _lseek, off_t);
|
D | Kconfig.fd_mgmt | 33 When selected via Kconfig, Zephyr will provide an alias for lseek() as _lseek().
|
/Zephyr-latest/lib/libc/newlib/ |
D | libc-hooks.c | 31 int _lseek(int file, int ptr, int dir); 256 int _lseek(int file, int ptr, int dir) in _lseek() function 260 __weak FUNC_ALIAS(_lseek, lseek, int); 535 return _lseek(file, ptr, dir); in _lseek_r()
|