Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type defns = {
o_accmode : int option;
o_rdonly : int option;
o_wronly : int option;
o_rdwr : int option;
o_creat : int option;
o_excl : int option;
o_noctty : int option;
o_trunc : int option;
o_append : int option;
o_nonblock : int option;
o_sync : int option;
o_async : int option;
o_dsync : int option;
o_rsync : int option;
o_directory : int option;
o_nofollow : int option;
o_cloexec : int option;
o_direct : int option;
o_noatime : int option;
o_path : int option;
o_tty_init : int option;
o_exec : int option;
o_search : int option;
o_tmpfile : int option;
o_shlock : int option;
o_exlock : int option;
o_evtonly : int option;
o_symlink : int option;
}