Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val to_string : ent -> string
type db = ent list
val db_to_string : db -> string
val getpwnam : string -> ent
val getpwuid : int -> ent
val getpwent : unit -> ent option
val putpwent : file_descr -> ent -> unit
val open_passwd : ?file:string -> unit -> file_descr
val close_passwd : file_descr -> unit
val get_db : unit -> db
val write_db : ?file:string -> db -> unit