Searched refs:DB_PERMS (Results 1 – 2 of 2) sorted by relevance
195 #define DB_PERMS (S_IRUSR | S_IRGRP | S_IROTH | S_IWUSR) macro196 #define DB_LOCK_PERMS DB_PERMS
261 if ((fd = open(path, flg, DB_PERMS)) == -1) { in open_db()