Searched refs:readdir_r (Results 1 – 7 of 7) sorted by relevance
/Zephyr-latest/tests/posix/headers/src/ |
D | dirent_h.c | 34 zassert_not_null(readdir_r); in ZTEST()
|
/Zephyr-latest/include/zephyr/posix/ |
D | dirent.h | 31 int readdir_r(DIR *ZRESTRICT dirp, struct dirent *ZRESTRICT entry,
|
/Zephyr-latest/lib/posix/options/ |
D | Kconfig.file_system_r | 11 Option Group, consisting of readdir_r().
|
D | file_system_r.c | 21 int readdir_r(DIR *dirp, struct dirent *entry, struct dirent **result) in readdir_r() function
|
D | Kconfig.pthread | 165 putc_unlocked(), putchar_unlocked(), rand_r(), readdir_r(), strerror_r(), and strtok_r().
|
/Zephyr-latest/tests/posix/fs/src/ |
D | test_fs_dir.c | 63 zassert_ok(readdir_r(dirp, &entry, &result)); in readdir_wrap()
|
/Zephyr-latest/doc/services/portability/posix/option_groups/ |
D | index.rst | 272 readdir_r(), yes 1022 readdir_r(), yes
|