Files
llvm/libc/utils/docgen/dirent.yaml
Prashanth 7063419460 [libc][docs] Add dirent implementation status doc and include in CMakeLists (#132151)
These changes tracks `dirent.h` for the implementation status of
functions and macros, with respect to the issue (
https://github.com/llvm/llvm-project/issues/122006 ).
2025-03-20 11:08:44 -04:00

52 lines
867 B
YAML

macros:
DT_BLK:
in-latest-posix: ''
DT_CHR:
in-latest-posix: ''
DT_DIR:
in-latest-posix: ''
DT_FIFO:
in-latest-posix: ''
DT_LNK:
in-latest-posix: ''
DT_REG:
in-latest-posix: ''
DT_SOCK:
in-latest-posix: ''
DT_UNKNOWN:
in-latest-posix: ''
DT_MQ:
in-latest-posix: ''
DT_SEM:
in-latest-posix: ''
DT_SHM:
in-latest-posix: ''
DT_TMO:
in-latest-posix: ''
functions:
alphasort:
in-latest-posix: ''
closedir:
in-latest-posix: ''
dirfd:
in-latest-posix: ''
fdopendir:
in-latest-posix: ''
opendir:
in-latest-posix: ''
posix_getdents:
in-latest-posix: ''
readdir:
in-latest-posix: ''
readdir_r:
in-latest-posix: ''
rewinddir:
in-latest-posix: ''
scandir:
in-latest-posix: ''
seekdir:
in-latest-posix: ''
telldir:
in-latest-posix: ''