getpwent.c | 187 const char *dbfile = NULL; local in function:_pw_opendb 195 dbfile = _PATH_SMP_DB; 196 *db = dbopen(dbfile, O_RDONLY, 0, DB_HASH, NULL); 199 dbfile = _PATH_MP_DB; 200 *db = dbopen(dbfile, O_RDONLY, 0, DB_HASH, NULL); 205 syslog(LOG_ERR, "%s: %m", dbfile);
|