Home
last modified time | relevance | path

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

/Zephyr-latest/lib/posix/options/
Dfd_mgmt.c49 FUNC_ALIAS(lseek, _lseek, off_t);
DKconfig.fd_mgmt33 When selected via Kconfig, Zephyr will provide an alias for lseek() as _lseek().
/Zephyr-latest/lib/libc/newlib/
Dlibc-hooks.c31 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()