52 lines · yaml
1macros:2 DT_BLK:3 in-latest-posix: ''4 DT_CHR:5 in-latest-posix: ''6 DT_DIR:7 in-latest-posix: ''8 DT_FIFO:9 in-latest-posix: ''10 DT_LNK:11 in-latest-posix: ''12 DT_REG:13 in-latest-posix: ''14 DT_SOCK:15 in-latest-posix: ''16 DT_UNKNOWN:17 in-latest-posix: ''18 DT_MQ:19 in-latest-posix: ''20 DT_SEM:21 in-latest-posix: ''22 DT_SHM:23 in-latest-posix: ''24 DT_TMO:25 in-latest-posix: ''26 27functions:28 alphasort:29 in-latest-posix: ''30 closedir:31 in-latest-posix: ''32 dirfd:33 in-latest-posix: ''34 fdopendir:35 in-latest-posix: ''36 opendir:37 in-latest-posix: ''38 posix_getdents:39 in-latest-posix: ''40 readdir:41 in-latest-posix: ''42 readdir_r:43 in-latest-posix: ''44 rewinddir:45 in-latest-posix: ''46 scandir:47 in-latest-posix: ''48 seekdir:49 in-latest-posix: ''50 telldir:51 in-latest-posix: ''52