Home
last modified time | relevance | path

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

/freebsd-10-stable/release/picobsd/tinyware/passwd/
Dpw_util.h38 void pw_edit(int);
Dpw_util.c196 pw_edit(int notsetuid) in pw_edit() function
/freebsd-10-stable/usr.sbin/vipw/
Dvipw.c104 switch (pw_edit(0)) { in main()
/freebsd-10-stable/lib/libutil/
DMakefile74 pw_util.3 pw_edit.3 \
Dlibutil.h151 int pw_edit(int _notsetuid);
Dpw_util.c286 pw_edit(int notsetuid) in pw_edit() function
/freebsd-10-stable/usr.bin/chpass/
Dedit.c81 switch (pw_edit(1)) { in edit()