|
djbdnscurve6 46
djbdnscurve6
|
#include <sys/types.h>#include <sys/stat.h>#include <unistd.h>#include "buffer.h"#include "exit.h"#include "cdbmake.h"#include "open.h"#include "stralloc.h"#include "getln.h"#include "logmsg.h"#include "byte.h"#include "scan.h"#include "fmt.h"#include "ip.h"#include "str.h"
Go to the source code of this file.
Macros | |
| #define | WHO "rbldns-data" |
Functions | |
| int | rename (const char *, const char *) |
| void | nomem (void) |
| void | parserr (void) |
| void | syntaxerror (const char *why) |
| void | die_datatmp (void) |
| int | main () |
Variables | |
| int | fd |
| buffer | b |
| char | bspace [1024] |
| int | fdcdb |
| struct cdb_make | cdb |
| int | match = 1 |
| unsigned long | linenum = 0 |
| char | strnum [FMT_ULONG] |
| #define WHO "rbldns-data" |
Definition at line 17 of file rbldns-data.c.
| void die_datatmp | ( | void | ) |
| int main | ( | ) |
| void nomem | ( | void | ) |
| void parserr | ( | void | ) |
Definition at line 26 of file rbldns-data.c.
| int rename | ( | const char * | , |
| const char * | ) |

| void syntaxerror | ( | const char * | why | ) |
| buffer b |
Definition at line 32 of file rbldns-data.c.
| char bspace[1024] |
Definition at line 33 of file rbldns-data.c.
| struct cdb_make cdb |
Definition at line 36 of file rbldns-data.c.
| int fd |
Definition at line 31 of file rbldns-data.c.
| int fdcdb |
Definition at line 35 of file rbldns-data.c.
| unsigned long linenum = 0 |
Definition at line 40 of file rbldns-data.c.
| int match = 1 |
Definition at line 39 of file rbldns-data.c.
| char strnum[FMT_ULONG] |
Definition at line 42 of file rbldns-data.c.