Searched refs:_PATH_MP_DB (Results 1 – 3 of 3) sorted by relevance
70 #define _PATH_MP_DB "/etc/pwd.db" macro
228 pw_db = dbopen(_PATH_MP_DB, O_RDONLY, 0, DB_HASH, NULL); in main()
738 res = dbopen(_PATH_MP_DB, O_RDONLY, 0, DB_HASH, NULL); in pwdbopen()