HomeSort by: relevance | last modified time | path
    Searched defs:opendb (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/vacation/
vacation.c 109 static void opendb(void);
253 opendb();
289 opendb(void) function in typeref:typename:void
  /src/usr.sbin/pwd_mkdb/
pwd_mkdb.c 204 opendb(struct pwddb *db, const char *dbname, const char *username, function in typeref:typename:void
380 opendb(&idb, _PATH_MP_DB, username, req_version,
387 opendb(&sdb, _PATH_SMP_DB, username, req_version, flags, PERM_SECURE);

Completed in 13 milliseconds