#include "config.h"
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include "db_int.h"
Go to the source code of this file.
Defines | |
#define | O_ACCMODE (O_RDONLY | O_RDWR | O_WRONLY) |
#define | S_IRGRP 0000040 |
#define | S_IROTH 0000004 |
#define | S_IRUSR 0000400 |
#define | S_IWGRP 0000020 |
#define | S_IWOTH 0000002 |
#define | S_IWUSR 0000200 |
Functions | |
u_int32_t | CDB___db_oflags (int oflags) |
int | CDB___db_omode (char *perm) const |
Variables | |
static const char | revid [] = "$Id: os__oflags_8c.html,v 1.1 2008/06/08 10:21:25 sebdiaz Exp $" |