s/qmail 4.2.29a
Next generation secure email transport
Loading...
Searching...
No Matches
Macros | Functions | Variables
qmail-badloadertypes.c File Reference
#include <unistd.h>
#include <stdlib.h>
#include <sys/stat.h>
#include "logmsg.h"
#include "stralloc.h"
#include "buffer.h"
#include "getln.h"
#include "exit.h"
#include "open.h"
#include "auto_qmail.h"
#include "cdbmake.h"
Include dependency graph for qmail-badloadertypes.c:

Go to the source code of this file.

Macros

#define WHO   "qmail-badloadertypes"
 
#define LOADER_LEN   5
 

Functions

int rename (const char *, const char *)
 
void die_read ()
 
void die_write ()
 
int main ()
 

Variables

char inbuf [1024]
 
buffer b
 
int fd
 
int fdtemp
 
struct cdb_make cdb
 
stralloc line = {0}
 
int match
 

Macro Definition Documentation

◆ LOADER_LEN

#define LOADER_LEN   5

Definition at line 14 of file qmail-badloadertypes.c.

◆ WHO

#define WHO   "qmail-badloadertypes"

Definition at line 13 of file qmail-badloadertypes.c.

Function Documentation

◆ die_read()

void die_read ( void  )

Definition at line 18 of file qmail-badloadertypes.c.

Here is the caller graph for this function:

◆ die_write()

void die_write ( )

Definition at line 22 of file qmail-badloadertypes.c.

Here is the caller graph for this function:

◆ main()

int main ( void  )

Definition at line 37 of file qmail-badloadertypes.c.

Here is the call graph for this function:

◆ rename()

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

Variable Documentation

◆ b

buffer b

Definition at line 28 of file qmail-badloadertypes.c.

◆ cdb

struct cdb_make cdb

Definition at line 33 of file qmail-badloadertypes.c.

◆ fd

int fd

Definition at line 30 of file qmail-badloadertypes.c.

◆ fdtemp

int fdtemp

Definition at line 31 of file qmail-badloadertypes.c.

◆ inbuf

char inbuf[1024]

Definition at line 27 of file qmail-badloadertypes.c.

◆ line

stralloc line = {0}

Definition at line 34 of file qmail-badloadertypes.c.

◆ match

int match

Definition at line 35 of file qmail-badloadertypes.c.