package posix-stat
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Bindings for posix stat
Install
dune-project
Dependency
Authors
Maintainers
Sources
v4.0.1.tar.gz
md5=464f431a8517dba4295286dd61f3ff2c
sha512=36d4c64987848fc06a4296c2141d250d95db0092b2d9d4d95f301f5eaada9a3df8ae9703fc8f2407596f6fb474a69863abd5e3d2c08636eb2c0dd67477d316e8
doc/src/posix-stat.constants/posix_stat_constants.ml.html
Source file posix_stat_constants.ml
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42module Def (S : Cstubs.Types.TYPE) = struct let mode_t = S.lift_typ Posix_types.mode_t (* File type mask and constants *) let s_ifmt = S.constant "S_IFMT" mode_t let s_ifreg = S.constant "S_IFREG" mode_t let s_ifdir = S.constant "S_IFDIR" mode_t let s_iflnk = S.constant "S_IFLNK" mode_t let s_ifchr = S.constant "S_IFCHR" mode_t let s_ifblk = S.constant "S_IFBLK" mode_t let s_ififo = S.constant "S_IFIFO" mode_t let s_ifsock = S.constant "S_IFSOCK" mode_t (* Special mode bits *) let s_isuid = S.constant "S_ISUID" mode_t let s_isgid = S.constant "S_ISGID" mode_t let s_isvtx = S.constant "S_ISVTX" mode_t (* Owner permissions *) let s_irwxu = S.constant "S_IRWXU" mode_t let s_irusr = S.constant "S_IRUSR" mode_t let s_iwusr = S.constant "S_IWUSR" mode_t let s_ixusr = S.constant "S_IXUSR" mode_t (* Group permissions *) let s_irwxg = S.constant "S_IRWXG" mode_t let s_irgrp = S.constant "S_IRGRP" mode_t let s_iwgrp = S.constant "S_IWGRP" mode_t let s_ixgrp = S.constant "S_IXGRP" mode_t (* Other permissions *) let s_irwxo = S.constant "S_IRWXO" mode_t let s_iroth = S.constant "S_IROTH" mode_t let s_iwoth = S.constant "S_IWOTH" mode_t let s_ixoth = S.constant "S_IXOTH" mode_t (* *at function flags *) let at_fdcwd = S.constant "AT_FDCWD" S.int let at_symlink_nofollow = S.constant "AT_SYMLINK_NOFOLLOW" S.int let at_removedir = S.constant "AT_REMOVEDIR" S.int let at_eaccess = S.constant "AT_EACCESS" S.int end
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>