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

/freebsd-13-stable/include/
H A Dpwd.h72 #define _PATH_MP_DB "/etc/pwd.db" macro
79 /* Historically, the keys in _PATH_MP_DB/_PATH_SMP_DB had the format
/freebsd-13-stable/usr.sbin/pwd_mkdb/
H A Dpwd_mkdb.c240 pw_db = dbopen(_PATH_MP_DB, O_RDONLY, 0, DB_HASH, NULL);
/freebsd-13-stable/lib/libc/gen/
H A Dgetpwent.c730 res = dbopen(_PATH_MP_DB, O_RDONLY, 0, DB_HASH, NULL);

Completed in 118 milliseconds