Parse numbers in octal notation, with & prefix. See https://www.freepascal.org/docs-html/ref/refse6.html .
S_ISUID = &4000; |
S_ISGID = &2000; |
S_ISVTX = &1000; |
IN_CLOEXEC = &02000000; |
IN_NONBLOCK = &00004000; |
S_ISUID = &4000; |
|
This item has no description. |
S_ISGID = &2000; |
|
This item has no description. |
S_ISVTX = &1000; |
|
This item has no description. |
IN_CLOEXEC = &02000000; |
|
This item has no description. |
IN_NONBLOCK = &00004000; |
|
This item has no description. |