Lines Matching refs:mode
543 ** mode -- File permisions for a created database.
566 smdb_db_open(database, db_name, mode, mode_mask, sff, type, user_info, db_params)
569 int mode;
608 bitset(mode, O_CREAT))
611 result = smdb_lock_file(&lock_fd, db_name, mode, sff,
618 mode |= O_TRUNC;
619 mode &= ~(O_CREAT|O_EXCL);
640 if (bitset(O_CREAT, mode))
642 if (bitset(O_TRUNC, mode))
644 if (mode == O_RDONLY)