s/qmail 4.2.29a
Next generation secure email transport
Loading...
Searching...
No Matches
Functions | Variables
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 "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 14 of file qmail-rspawn.c.

Here is the call graph for this function:

◆ report()

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

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

◆ spawn()

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

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

Here is the call graph for this function:

Variable Documentation

◆ truncreport

int truncreport = 0

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