Searched refs:fstat (Results 1 – 9 of 9) sorted by relevance
/Zephyr-latest/lib/posix/options/ |
D | Kconfig.fs | 18 When selected via Kconfig, Zephyr will provide an alias for fstat() as _fstat().
|
D | fs.c | 441 int fstat(int fildes, struct stat *buf) in fstat() function 446 FUNC_ALIAS(fstat, _fstat, int);
|
/Zephyr-latest/drivers/flash/ |
D | flash_simulator_native.c | 61 rc = fstat(*flash_fd, &f_stat); in flash_mock_init_native()
|
/Zephyr-latest/drivers/eeprom/ |
D | eeprom_simulator_native.c | 56 rc = fstat(*eeprom_fd, &f_stat); in eeprom_mock_init_native()
|
/Zephyr-latest/include/zephyr/posix/sys/ |
D | stat.h | 199 int fstat(int __fd, struct stat *__sbuf);
|
/Zephyr-latest/tests/posix/shm/src/ |
D | main.c | 65 zassert_ok(fstat(fd[0], &st)); in ZTEST()
|
/Zephyr-latest/lib/libc/newlib/ |
D | libc-hooks.c | 283 __weak FUNC_ALIAS(_fstat, fstat, int);
|
/Zephyr-latest/soc/intel/intel_adsp/tools/ |
D | cavstool.py | 364 mm = mmap.mmap(f.fileno(), os.fstat(f.fileno()).st_size) 367 % (barnum, os.fstat(f.fileno()).st_size))
|
/Zephyr-latest/doc/services/portability/posix/option_groups/ |
D | index.rst | 240 fstat(), yes
|