s/qmail 4.3.21
Next generation secure email transport
Loading...
Searching...
No Matches
qmail-lspawn.c File Reference
#include <unistd.h>
#include "fd.h"
#include "wait.h"
#include "prot.h"
#include "buffer.h"
#include "stralloc.h"
#include "scan.h"
#include "exit.h"
#include "cdbread.h"
#include "case.h"
#include "readclose.h"
#include "auto_qmail.h"
#include "auto_uids.h"
#include "qlx.h"
#include "error.h"
#include "open.h"
#include "byte.h"
Include dependency graph for qmail-lspawn.c:

Go to the source code of this file.

Functions

void initialize (int argc, char **argv)
void report (buffer *log, int wstat, char *s, int len)
int spawn (int fdmess, int fdout, const char *s, char *r, const int at)

Variables

char * aliasempty
int truncreport = 3000
stralloc lower = {0}
stralloc nughde = {0}
stralloc wildchars = {0}

Function Documentation

◆ initialize()

void initialize ( int argc,
char ** argv )

Definition at line 21 of file qmail-lspawn.c.

Here is the call graph for this function:

◆ report()

void report ( buffer * log,
int wstat,
char * s,
int len )

Definition at line 29 of file qmail-lspawn.c.

Here is the caller graph for this function:

◆ spawn()

int spawn ( int fdmess,
int fdout,
const char * s,
char * r,
const int at )

Definition at line 160 of file qmail-lspawn.c.

Here is the call graph for this function:

Variable Documentation

◆ aliasempty

char* aliasempty

Definition at line 19 of file qmail-lspawn.c.

◆ lower

stralloc lower = {0}

Definition at line 70 of file qmail-lspawn.c.

◆ nughde

stralloc nughde = {0}

Definition at line 71 of file qmail-lspawn.c.

◆ truncreport

int truncreport = 3000

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

◆ wildchars

stralloc wildchars = {0}

Definition at line 72 of file qmail-lspawn.c.