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