Home
last modified time | relevance | path

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

/dragonfly/include/
HDpwd.h70 #define _PATH_MP_DB "/etc/pwd.db" macro
/dragonfly/usr.sbin/pwd_mkdb/
HDpwd_mkdb.c228 pw_db = dbopen(_PATH_MP_DB, O_RDONLY, 0, DB_HASH, NULL); in main()
/dragonfly/lib/libc/gen/
HDgetpwent.c738 res = dbopen(_PATH_MP_DB, O_RDONLY, 0, DB_HASH, NULL); in pwdbopen()