module Passwd:Structure of entries in thesig
..end
passwd
databasetype
t = {
|
name : |
|
passwd : |
|
uid : |
|
gid : |
|
gecos : |
|
dir : |
|
shell : |
val getbyname : string -> t option
val getbyname_exn : string -> t
val getbyuid : int -> t option
val getbyuid_exn : int -> t
val setpwent : unit -> unit
val endpwent : unit -> unit
val getpwent : unit -> t option
val getpwent_exn : unit -> t