s/qmail 4.3.21
Next generation secure email transport
Loading...
Searching...
No Matches
qmail-rspawn.c File Reference
#include <unistd.h>
#include <sys/stat.h>
#include "fd.h"
#include "wait.h"
#include "buffer.h"
#include "exit.h"
#include "error.h"
#include "ipalloc.h"
#include "tcpto.h"
#include "auto_qmail.h"
#include "auto_queue.h"
#include "open.h"
#include "pathexec.h"
Include dependency graph for qmail-rspawn.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

int truncreport = 0

Function Documentation

◆ initialize()

void initialize ( int argc,
char ** argv )

Definition at line 15 of file qmail-rspawn.c.

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

◆ report()

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

Definition at line 19 of file qmail-rspawn.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 73 of file qmail-rspawn.c.

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

Variable Documentation

◆ truncreport

int truncreport = 0

Definition at line 17 of file qmail-rspawn.c.