Handbook
Glossary
all-users ( -- seq )
Unix users
Next:
all-user-names ( -- seq )
Vocabulary
unix
.
users
Inputs
None
Outputs
seq
a
sequence
Word description
Returns a sequence of high-level
passwd
tuples that are platform-dependent and field for field complete with the Unix
passwd
structure.
Definition
USING:
kernel
sequences
unix.ffi
unix.users.private
;
IN:
unix.users
:
all-users
( -- seq )
[
[
getpwent
dup
]
[
passwd>new-passwd
]
produce
nip
]
with-pwent
;