package uring
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Source file config.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
let pollin = 0x1 let pollout = 0x4 let pollerr = 0x8 let pollhup = 0x10 let o_rdonly = 0x0 let o_wronly = 0x1 let o_rdwr = 0x2 let o_creat = 0x40 let o_excl = 0x80 let o_noctty = 0x100 let o_trunc = 0x200 let o_append = 0x400 let o_nonblock = 0x800 let o_dsync = 0x1000 let o_direct = 0x4000 let o_largefile = 0x0 let o_directory = 0x10000 let o_nofollow = 0x20000 let o_noatime = 0x40000 let o_cloexec = 0x80000 let o_sync = 0x101000 let o_path = 0x200000 let o_tmpfile = 0x410000 let at_fdcwd = 0x7fffffffffffff9c