s/qmail 4.3.20
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 "qmail.h"
Include dependency graph for qbiff.c:

Go to the source code of this file.

Functions

int main ()
 

Variables

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

Function Documentation

◆ main()

int main ( void  )

Definition at line 68 of file qbiff.c.

Here is the call graph for this function:

Variable Documentation

◆ b

buffer b

Definition at line 28 of file qbiff.c.

◆ buftty

char buftty[BUFSIZE_LINE]

Definition at line 33 of file qbiff.c.

◆ fdtty

int fdtty

Definition at line 34 of file qbiff.c.

◆ line

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

Definition at line 41 of file qbiff.c.

◆ text

stralloc text = {0}

Definition at line 46 of file qbiff.c.

◆ tofrom

stralloc tofrom = {0}

Definition at line 45 of file qbiff.c.

◆ ut

struct utmpx* ut

Definition at line 40 of file qbiff.c.

◆ woof

stralloc woof = {0}

Definition at line 44 of file qbiff.c.