Go to the source code of this file.
|
#define | HAVE_HEADER_SYS_MMAN_H HAVE_MMAN |
|
#define | SDB_V_NOT(op, fail_ret) |
|
#define | write_(fd, buf, count) SDB_V_NOT(write(fd, buf, count), -1) |
|
#define | read_(fd, buf, count) SDB_V_NOT(read(fd, buf, count), -1) |
|
◆ HAVE_HEADER_SYS_MMAN_H
#define HAVE_HEADER_SYS_MMAN_H HAVE_MMAN |
◆ read_
◆ SDB_V_NOT
#define SDB_V_NOT |
( |
|
op, |
|
|
|
fail_ret |
|
) |
| |
Value: if ((
op) == (fail_ret)) \
eprintf(#
op " at %s:%d failed: %s\n", __FILE__, __LINE__, strerror(errno))
Definition at line 15 of file sdb_private.h.
◆ write_
◆ seek_set()
Definition at line 21 of file sdb_private.h.
static static sync static getppid static getegid const char static filename char static len const char char static bufsiz static mask static vfork const void static prot static getpgrp const char static swapflags static arg static fd static protocol static who struct sockaddr static addrlen static backlog struct timeval struct timezone static tz const struct iovec static count static mode const void const struct sockaddr static tolen const char static pathname void static offset struct stat static buf void long static basep lseek
static const z80_opcode fd[]
References fd, lseek, pos, and SEEK_SET.
Referenced by cdb_make_finish(), cdb_make_start(), cdb_read(), and sdb_dump_begin().
◆ ut32_pack()
static void ut32_pack |
( |
char |
s[4], |
|
|
ut32 |
u |
|
) |
| |
|
inlinestatic |
◆ ut32_pack_big()
static void ut32_pack_big |
( |
char |
s[4], |
|
|
ut32 |
u |
|
) |
| |
|
inlinestatic |
◆ ut32_unpack()
static void ut32_unpack |
( |
char |
s[4], |
|
|
ut32 * |
u |
|
) |
| |
|
inlinestatic |