Searched refs:getpwpath (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/usr.sbin/pw/
H A Dpwupd.c64 getpwpath(char const * file) function
90 args[i++] = getpwpath(_MASTERPASSWD);
171 rc = fileupdate(getpwpath(_PASSWD), 0644, pwbuf, pfx, l, mode);
179 rc = fileupdate(getpwpath(_MASTERPASSWD), 0600, pwbuf, pfx, l, mode);
H A Dpwupd.h122 char * getpwpath(char const * file);
H A Dpw_vpw.c63 strlcpy(pwtmp, getpwpath(_MASTERPASSWD), sizeof(pwtmp));

Completed in 181 milliseconds