File tree Expand file tree Collapse file tree 1 file changed +0
-63
lines changed Expand file tree Collapse file tree 1 file changed +0
-63
lines changed Original file line number Diff line number Diff line change 11macros :
22 C_IRUSR :
3- c-definition : " Read by owner."
43 in-latest-posix : ' '
5- value : " 0000400"
6-
74 C_IWUSR :
8- c-definition : " Write by owner."
95 in-latest-posix : ' '
10- value : " 0000200"
11-
126 C_IXUSR :
13- c-definition : " Execute by owner."
147 in-latest-posix : ' '
15- value : " 0000100"
16-
178 C_IRGRP :
18- c-definition : " Read by group."
199 in-latest-posix : ' '
20- value : " 0000040"
21-
2210 C_IWGRP :
23- c-definition : " Write by group."
2411 in-latest-posix : ' '
25- value : " 0000020"
26-
2712 C_IXGRP :
28- c-definition : " Execute by group."
2913 in-latest-posix : ' '
30- value : " 0000010"
31-
3214 C_IROTH :
33- c-definition : " Read by others."
3415 in-latest-posix : ' '
35- value : " 0000004"
36-
3716 C_IWOTH :
38- c-definition : " Write by others."
3917 in-latest-posix : ' '
40- value : " 0000002"
41-
4218 C_IXOTH :
43- c-definition : " Execute by others."
4419 in-latest-posix : ' '
45- value : " 0000001"
46-
4720 C_ISUID :
48- c-definition : " Set user ID."
4921 in-latest-posix : ' '
50- value : " 0004000"
51-
5222 C_ISGID :
53- c-definition : " Set group ID."
5423 in-latest-posix : ' '
55- value : " 0002000"
56-
5724 C_ISVTX :
58- c-definition : " Restricted deletion flag on directories."
5925 in-latest-posix : ' '
60- value : " 0001000"
61-
6226 C_ISDIR :
63- c-definition : " Directory."
6427 in-latest-posix : ' '
65- value : " 0040000"
66-
6728 C_ISFIFO :
68- c-definition : " FIFO."
6929 in-latest-posix : ' '
70- value : " 0010000"
71-
7230 C_ISREG :
73- c-definition : " Regular file."
7431 in-latest-posix : ' '
75- value : " 0100000"
76-
7732 C_ISBLK :
78- c-definition : " Block special."
7933 in-latest-posix : ' '
80- value : " 0060000"
81-
8234 C_ISCHR :
83- c-definition : " Character special."
8435 in-latest-posix : ' '
85- value : " 0020000"
86-
8736 C_ISCTG :
88- c-definition : " Reserved."
8937 in-latest-posix : ' '
90- value : " 0110000"
91-
9238 C_ISLNK :
93- c-definition : " Symbolic link."
9439 in-latest-posix : ' '
95- value : " 0120000"
96-
9740 C_ISSOCK :
98- c-definition : " Socket."
9941 in-latest-posix : ' '
100- value : " 0140000"
101-
10242 MAGIC :
103- c-definition : " The magic string for cpio files."
10443 in-latest-posix : ' '
105- value : ' "070707"'
106-
10744
You can’t perform that action at this time.
0 commit comments