Searched refs:_fstat (Results 1 – 4 of 4) sorted by relevance
18 When selected via Kconfig, Zephyr will provide an alias for fstat() as _fstat().
446 FUNC_ALIAS(fstat, _fstat, int);
26 int _fstat(int fd, struct stat *st);278 int _fstat(int file, struct stat *st) in _fstat() function283 __weak FUNC_ALIAS(_fstat, fstat, int);563 return _fstat(file, st); in _fstat_r()
227 int _fstat(int __fd, struct stat *__sbuf);