#include <fcntl.h>
#include <stddef.h>
#include <sys/types.h>
Go to the source code of this file.
Data Structures | |
struct | mar_pair |
The meta pair type. More... | |
Defines | |
#define | MAR_NOMATCH (-2) |
#define | MAR_RDONLY O_RDONLY |
#define | MAR_WRONLY O_WRONLY |
#define | MAR_RDWR O_RDWR |
#define | MAR_APPEND O_APPEND |
#define | MAR_CREAT O_CREAT |
#define | MAR_TRUNC O_TRUNC |
#define | MAR_EXCL O_EXCL |
#define | MAR_SET 0 |
#define | MAR_CUR 1 |
#define | MAR_END 2 |
Typedefs | |
typedef char | mar_key_t [38] |
The meta key type. | |
typedef mar_pair | mar_pair_t |
The meta pair type. |
Definition in file mar_types_c.h.
|
Return code used by some functions to indicate that no matching item could be found. Definition at line 81 of file mar_types_c.h. |