djbdnscurve6 45
djbdnscurve6
Loading...
Searching...
No Matches
Macros | Functions | Variables
rbldns-data.c File Reference
#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"
Include dependency graph for rbldns-data.c:

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]
 

Macro Definition Documentation

◆ WHO

#define WHO   "rbldns-data"

Definition at line 17 of file rbldns-data.c.

Function Documentation

◆ die_datatmp()

void die_datatmp ( void  )

Definition at line 49 of file rbldns-data.c.

Here is the caller graph for this function:

◆ main()

int main ( )

Definition at line 54 of file rbldns-data.c.

Here is the call graph for this function:

◆ nomem()

void nomem ( void  )

Definition at line 21 of file rbldns-data.c.

Here is the caller graph for this function:

◆ parserr()

void parserr ( void  )

Definition at line 26 of file rbldns-data.c.

◆ rename()

int rename ( const char *  ,
const char *   
)
Here is the caller graph for this function:

◆ syntaxerror()

void syntaxerror ( const char *  why)

Definition at line 44 of file rbldns-data.c.

Here is the caller graph for this function:

Variable Documentation

◆ b

buffer b

Definition at line 32 of file rbldns-data.c.

◆ bspace

char bspace[1024]

Definition at line 33 of file rbldns-data.c.

◆ cdb

struct cdb_make cdb

Definition at line 36 of file rbldns-data.c.

◆ fd

int fd

Definition at line 31 of file rbldns-data.c.

◆ fdcdb

int fdcdb

Definition at line 35 of file rbldns-data.c.

◆ linenum

unsigned long linenum = 0

Definition at line 40 of file rbldns-data.c.

◆ match

int match = 1

Definition at line 39 of file rbldns-data.c.

◆ strnum

char strnum[FMT_ULONG]

Definition at line 42 of file rbldns-data.c.