s/qmail 4.2.29a
Next generation secure email transport
Loading...
Searching...
No Matches
Functions | Variables
qbiff.c File Reference
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
#include "hasutmp.h"
#include <utmpx.h>
#include "stralloc.h"
#include "buffer.h"
#include "open.h"
#include "byte.h"
#include "str.h"
#include "headerbody.h"
#include "hfield.h"
#include "env.h"
#include "exit.h"
Include dependency graph for qbiff.c:

Go to the source code of this file.

Functions

void doit (char *s, int n)
 
void dobody (stralloc *h)
 
void doheader (stralloc *h)
 
void finishheader ()
 
int main ()
 

Variables

buffer b
 
char buftty [1024]
 
int fdtty
 
struct utmpx * ut
 
char line [sizeof(ut->ut_line)+1]
 
stralloc woof = {0}
 
stralloc tofrom = {0}
 
stralloc text = {0}
 

Function Documentation

◆ dobody()

void dobody ( stralloc *  h)

Definition at line 53 of file qbiff.c.

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

◆ doheader()

void doheader ( stralloc *  h)

Definition at line 55 of file qbiff.c.

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

◆ doit()

void doit ( char *  s,
int  n 
)

Definition at line 47 of file qbiff.c.

Here is the call graph for this function:

◆ finishheader()

void finishheader ( )

Definition at line 65 of file qbiff.c.

Here is the caller graph for this function:

◆ main()

int main ( void  )

Definition at line 67 of file qbiff.c.

Here is the call graph for this function:

Variable Documentation

◆ b

buffer b

Definition at line 27 of file qbiff.c.

◆ buftty

char buftty[1024]

Definition at line 32 of file qbiff.c.

◆ fdtty

int fdtty

Definition at line 33 of file qbiff.c.

◆ line

char line[sizeof(ut->ut_line)+1]

Definition at line 40 of file qbiff.c.

◆ text

stralloc text = {0}

Definition at line 45 of file qbiff.c.

◆ tofrom

stralloc tofrom = {0}

Definition at line 44 of file qbiff.c.

◆ ut

struct utmpx* ut

Definition at line 39 of file qbiff.c.

◆ woof

stralloc woof = {0}

Definition at line 43 of file qbiff.c.