s/qmail 4.2.29a
Next generation secure email transport
Loading...
Searching...
No Matches
Macros | Functions | Variables
printforward.c File Reference
#include <unistd.h>
#include "buffer.h"
#include "logmsg.h"
#include "stralloc.h"
#include "cdbread.h"
Include dependency graph for printforward.c:

Go to the source code of this file.

Macros

#define WHO   "printmaillist"
 

Functions

void badformat ()
 
void nomem ()
 
void getch (char *ch)
 
void out (char *ch)
 
void printbuf (char *buf)
 
void printsafe (char *buf, int len)
 
int main ()
 

Variables

stralloc key = {0}
 
stralloc data = {0}
 

Macro Definition Documentation

◆ WHO

#define WHO   "printmaillist"

Definition at line 7 of file printforward.c.

Function Documentation

◆ badformat()

void badformat ( )

Definition at line 9 of file printforward.c.

Here is the caller graph for this function:

◆ getch()

void getch ( char *  ch)

Definition at line 18 of file printforward.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ main()

int main ( void  )

Definition at line 57 of file printforward.c.

Here is the call graph for this function:

◆ nomem()

void nomem ( )

Definition at line 13 of file printforward.c.

Here is the caller graph for this function:

◆ out()

void out ( char *  ch)

Definition at line 28 of file printforward.c.

◆ printbuf()

void printbuf ( char *  buf)

Definition at line 34 of file printforward.c.

Here is the caller graph for this function:

◆ printsafe()

void printsafe ( char *  buf,
int  len 
)

Definition at line 40 of file printforward.c.

Here is the caller graph for this function:

Variable Documentation

◆ data

stralloc data = {0}

Definition at line 55 of file printforward.c.

◆ key

stralloc key = {0}

Definition at line 54 of file printforward.c.