Searched refs:_MASTERPASSWD (Results 1 - 6 of 6) sorted by path

/freebsd-11-stable/include/
H A Dpwd.h68 #define _MASTERPASSWD "master.passwd" macro
/freebsd-11-stable/usr.sbin/pw/
H A Dpw_vpw.c75 if (pwd_fp != NULL || (pwd_fp = fopen(getpwpath(_MASTERPASSWD), "r")) != NULL) {
86 " '%s'", getpwpath(_MASTERPASSWD), line);
H A Dpwupd.c71 args[i++] = getpwpath(_MASTERPASSWD);
H A Dpwupd.h120 #ifndef _MASTERPASSWD
121 #define _MASTERPASSWD "master.passwd" macro
/freebsd-11-stable/usr.sbin/pwd_mkdb/
H A Dpwd_mkdb.c635 (void)snprintf(buf, sizeof(buf), "%s/%s", prefix, _MASTERPASSWD);
/freebsd-11-stable/lib/libutil/
H A Dpw_util.c113 passwd_dir, _MASTERPASSWD) > (int)sizeof(masterpasswd)) {

Completed in 107 milliseconds