45 lines · yaml
1macros:2 C_IRUSR:3 in-latest-posix: ''4 C_IWUSR:5 in-latest-posix: ''6 C_IXUSR:7 in-latest-posix: ''8 C_IRGRP:9 in-latest-posix: ''10 C_IWGRP:11 in-latest-posix: ''12 C_IXGRP:13 in-latest-posix: ''14 C_IROTH:15 in-latest-posix: ''16 C_IWOTH:17 in-latest-posix: ''18 C_IXOTH:19 in-latest-posix: ''20 C_ISUID:21 in-latest-posix: ''22 C_ISGID:23 in-latest-posix: ''24 C_ISVTX:25 in-latest-posix: ''26 C_ISDIR:27 in-latest-posix: ''28 C_ISFIFO:29 in-latest-posix: ''30 C_ISREG:31 in-latest-posix: ''32 C_ISBLK:33 in-latest-posix: ''34 C_ISCHR:35 in-latest-posix: ''36 C_ISCTG:37 in-latest-posix: ''38 C_ISLNK:39 in-latest-posix: ''40 C_ISSOCK:41 in-latest-posix: ''42 MAGIC:43 in-latest-posix: ''44 45