Home
last modified time | relevance | path

Searched refs:pw_edit (Results 1 – 5 of 5) sorted by relevance

/freebsd/usr.sbin/vipw/
H A Dvipw.c92 switch (pw_edit(0)) { in main()
/freebsd/lib/libutil/
H A DMakefile77 pw_util.3 pw_edit.3 \
H A Dlibutil.h157 int pw_edit(int _notsetuid);
H A Dpw_util.c280 pw_edit(int notsetuid) in pw_edit() function
/freebsd/usr.bin/chpass/
H A Dedit.c74 switch (pw_edit(1)) { in edit()