Searched refs:fileupdate (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/usr.sbin/pw/
H A Dpw_nis.c53 return fileupdate(path, 0600, pwbuf, pfx, l, mode) != 0;
H A Dpwupd.c171 rc = fileupdate(getpwpath(_PASSWD), 0644, pwbuf, pfx, l, mode);
179 rc = fileupdate(getpwpath(_MASTERPASSWD), 0600, pwbuf, pfx, l, mode);
H A Dgrupd.c145 l = fileupdate(getgrpath(_GROUP), 0644, grbuf, pfx, l, mode);
H A Dfileupd.c72 fileupdate(char const * filename, mode_t fmode, char const * newline, char const * prefix, int pfxlen, int updmode) function
H A Dpwupd.h52 int fileupdate(char const * fname, mode_t fm, char const * nline, char const * pfx, int pfxlen, int updmode);

Completed in 52 milliseconds