Home
last modified time | relevance | path

Searched refs:write_userconfig (Results 1 – 3 of 3) sorted by relevance

/src/usr.sbin/pw/
H A Dpw.h71 int write_userconfig(struct userconf *cnf, char const * file);
H A Dpw_conf.c405 write_userconfig(struct userconf *cnf, const char *file) in write_userconfig() function
H A Dpw_user.c1380 if (write_userconfig(cmdcnf, cfg)) in pw_user_add()